#15560 closed enhancement (fixed)
Add compatibility with Java 10
Reported by: | Don-vip | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 18.03 |
Component: | Core | Version: | |
Keywords: | java10 | Cc: |
Description (last modified by )
Follow-up of #11924.
Unlike Java 9, Java 10 will be far less disruptive.
The code freeze will start on 14th December, very soon with the new release cycle.
See #16047 for Java 11 compatibility.
Attachments (1)
Change History (36)
comment:1 by , 7 years ago
comment:9 by , 7 years ago
Milestone: | 17.12 → 18.01 |
---|
Same problem than with Java 9, ASM has not yet released a compatible version, this causes jacoco to break.
comment:14 by , 7 years ago
Milestone: | 18.02 → 18.03 |
---|
comment:15 by , 7 years ago
javabug:8194955 => We have now a javadoc warning: You have not specified the version of HTML to use.
comment:20 by , 7 years ago
javabug:8183518 => New deprecation warning: getMenuShortcutKeyMask() in Toolkit has been deprecated
comment:23 by , 7 years ago
comment:24 by , 7 years ago
OK it's just because Utils.getJavaVersion()
fails to detect two-digits major version numbers!
by , 7 years ago
Attachment: | hurray.PNG added |
---|
comment:32 by , 7 years ago
Description: | modified (diff) |
---|
In 13073/josm: