unitsofmeasurement / uom-demos

Units of Measurement Demos
Other
21 stars 9 forks source link

Migrate java10 demos to java12 demos, java14 to java17 #95

Closed keilw closed 7 months ago

keilw commented 4 years ago

Due to a bug in the JDK up to Java 11, also see https://github.com/unitsofmeasurement/indriya/issues/301 the "java10" demos using Jigsaw at least require Java 12 to run, therefore they should be migrated into "java12" demos and the "java12" demo turned into a "java13" demo.

keilw commented 3 years ago

Actually the JDK bug spreads all the way to Java 15, so to allow using new features like record without preview the most recent demos are best Java 16.

keilw commented 1 year ago

See #108