Summary: | Support Java 11+ | ||
---|---|---|---|
Product: | Ardor3D | Reporter: | Julien Gouesse <gouessej> |
Component: | core | Assignee: | Julien Gouesse <gouessej> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | 1.0.0 | ||
Hardware: | All | ||
OS: | all | ||
Type: | FEATURE | SCM Refs: | |
Workaround: | --- | ||
Bug Depends on: | |||
Bug Blocks: | 1400 |
Description
Julien Gouesse
2019-11-19 21:46:06 CET
The bug 620 of maven-javadoc-plugin was fixed, I worked around the bug 583 of maven-javadoc-plugin. I've just successfully built the Java documentation with Java 11 and maven-javadoc-plugin 3.2.0-SNAPSHOT. When the version 3.2.0 is out, I'll be able to build the whole engine with Java 11 and to commit my few changes. maven-javadoc-plugin 3.2.0 was released in March, I can use it now and it works: https://jogamp.org/cgit/ardor3d.git/commit/?id=0180645067ad49604b9ce7055f428a1d1a53a921 I built the engine without any problem yesterday with Java 14. The engine can be built with Java 14. Using Java >= 16 requires to use -DforkCount=0 because of EasyMock depending on cglib which doesn't fully support Java >= 16 yet. |