Conversation
(OFBIZ-13306) Migration to Java 21 Thanks: Jacques for the warnings work and Nicolas.
(OFBIZ-13306) Migration to Java 21 Fix CheckStyle Thanks: Jacques for the warnings work and Nicolas.
|
|
I did not look at it yet, we got this: Execution failed for task ':compileJava'.
|
|
@gtchaboussie : thanks for the contribution. I think you are also trying to increase the java source level - which might not be in scope right now. The important part is that OFBiz can be built using JDK-21. The build fails right now because the CI server uses only JDK-17. Regarding source level increase, looking at https://docs.oracle.com/en/java/javase/21/language/java-language-changes-summary.html , the only language changes that are new from 17->21 are:
Not sure if those are enough to warrant a source level increase. |



Changed: Migration to Java 21
(OFBIZ-13306)
Migration to Java 21
Thanks: Jacques for the warnings work and Nicolas.