redhat-developer / redhat-developer/vscode-java
Spurious warning about incompatible .class files version in required binaries
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 546
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
When I add logback 1.5.6 as a dependency in my POM, vscode tells me: “Incompatible .class files version in required binaries. Project 'simple' is targeting a 17 runtime, but is compiled against '(…)/.m2/repository/ch/qos/logback/logback-core/1.5.6/logback-core-1.5.6.jar' (from the container 'Maven Dependencies') which requires a 21 runtime”.
I believe that the warning is incorrect: extracting the content of .m2/repository/ch/qos/logback/logback-core/1.5.6/logback-core-1.5.6.jar and running javap -verbose on a few classes reveal a major version equal to 55.
The JAR is a multi-release one, including some classes specific to Java 21. I suspect that this confuses vscode.
Environment
- Operating System: linux
- JDK version: 17
- Visual Studio Code version: 1.91.0
- Java extension version: v0.27.0
Steps To Reproduce
Add logback 1.5.6 as a dependency in your POM.
Here is a sample project.
Logs (partial and redacted): messages, server.
Current Result
Warning
Expected Result
No warning
Additional Informations
mvn compiledoes not complain.- Might be related to #3319.
- I posted an issue to logback before realizing that the problem seems to come from vscode.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从链接的 Simple sample project、其 POM 以及附加的 messages/server logs 开始;在 JDK 17 和 logback 1.5.6 上复现,并检查 multi-release JAR entries 的处理。完成的标准是:示例不再报告 incompatible class-file warning,同时 Maven 仍能成功编译。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript
- 领域
- developer-experience, devtools
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100