Re: CI github failed : Java 11 or java 17

2022-07-15 Thread Nicolas Malin
Hi Michael, I totally agree with that. However, the JDK 17 LTS failed to compile on my local. I propose to move 8 to 11 as first step and homogenize all server, CI and documentation next move to the 17 as soon as it's safe. Nicolas On 15/07/2022 14:50, Michael Brohl wrote: Hi Nicolas, I

Re: CI github failed : Java 11 or java 17

2022-07-15 Thread Michael Brohl
Hi Nicolas, I suggested to think about switching to JDK 17 LTS a while ago: https://lists.apache.org/thread/8cpz4dh7zoznp4mx2xxv35hns4j8mvf0 Time went by, so I think it would be better to skip 11 and go with 17 LTS, because we will have longer support. What do you think? Regards, Michael

Re: CI github failed : Java 11 or java 17

2022-07-15 Thread Nicolas Malin
After a check from my side, the release 22.01 failed with java 17 * * What went wrong: Execution failed for task ':compileJava'. > java.lang.IllegalAccessError: class org.gradle.internal.compiler.java.ClassNameCollector (in unnamed module @0x11954319) cannot access class

Re: CI github failed : Java 11 or java 17

2022-07-15 Thread Jacques Le Roux
Hi Nicolas, I did not try, how things works with Java 17? Jacques Le 15/07/2022 à 10:14, Nicolas Malin a écrit : Hello, I saw that break the CI github because I commited a List.of on release22.01 [1] not supported by java 8 After a quick check, the CI work on java 8 and the documentation

Re: CI github failed : Java 11 or java 17

2022-07-15 Thread Nicolas Malin
I continue to analyze :) Jacques already done it on trunk to move the github CI on java 11 [1] I can backport to release22.01 and update documentation to formalize it Nicolas [1] https://github.com/apache/ofbiz-framework/commit/65c766e0c9ccd4e22a9c57c5e6dd11b1ce8f4006 PS: my previous link

CI github failed : Java 11 or java 17

2022-07-15 Thread Nicolas Malin
Hello, I saw that break the CI github because I commited a List.of on release22.01 [1] not supported by java 8 After a quick check, the CI work on java 8 and the documentation quote also the java 8 (release22.01 and trunk) but for the demo server we move to java 11 [2] I propose to update