| Summary: | maven compile failed - class file has wrong version 55.0, should be 52.0 | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Franck Demeyer <franck.demeyer> |
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | critical | ||
| Priority: | P3 | CC: | loskutov |
| Version: | 3.8.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Franck Demeyer
The dependencies of your project are requiring Java 11. How can Eclipse project help you here? Make sure your target is properly defined and doesn't refer recent Eclipse libraries that are requiring Java 11. (In reply to Andrey Loskutov from comment #1) > The dependencies of your project are requiring Java 11. How can Eclipse > project help you here? Make sure your target is properly defined and doesn't > refer recent Eclipse libraries that are requiring Java 11. The project runs with java 8, and initially that dependency works well. But since last modifications it fails. I hope you can compile transitive dependencies with java 7 or 8. Thx (In reply to Franck Demeyer from comment #2) > The project runs with java 8, and initially that dependency works well. > But since last modifications it fails. > I hope you can compile transitive dependencies with java 7 or 8. This is a bug tracker, not a help/support forum. Managing dependencies of your project is not an Eclipse bug, it is your job. Please don't update dependencies or switch to Java 9+. (In reply to Andrey Loskutov from comment #3) > (In reply to Franck Demeyer from comment #2) > > The project runs with java 8, and initially that dependency works well. > > But since last modifications it fails. > > I hope you can compile transitive dependencies with java 7 or 8. > > This is a bug tracker, not a help/support forum. > Managing dependencies of your project is not an Eclipse bug, it is your job. > Please don't update dependencies or switch to Java 9+. I'm aware that it's not a help/support forum. From my point of view it's typically a bug, inner dependencies versions MUST NOT imply breaking change wich is the case by changing their build jdk. Only one dependency, org.eclipse.jdt.core, is present in this part of the project and has not been updated since march 2017. |