Hi,

About CI, it's possible to build trunk on GH actions by changing gradle.yaml 
from JDK 17 to 21.
Then also BB should be changed the same.

After a 1st glane I'm still unsure about demos that now use Docker.
I see no Java version reference in docker-image.yaml. IIRR it uses the jar 
build by gradle.yaml.
 The VM still uses JDK 11 by default. Only JDK 17 is also installed

Looking for "17" in source we get 22 774 occurrences.
A lot are unrelated, but still 1110 for " 17" (" 17 " only 1 unrelated).
Apart changes in https://github.com/apache/ofbiz-framework/pull/917/files for " 
17" in source we have also:

devcontainer.json related to https://issues.apache.org/jira/browse/OFBIZ-13151
INSTALL
README.adoc
dependencies.gradle

I did not look into the 1110 others that are into applications, framework, 
themes and plugins (with also patches I have locally) code.

Conclusion, it seems easy to decide to go with JDK 21 for trunk.

Jacques

Le 07/11/2025 à 15:58, gaetan.chaboussie a écrit :
Hello all. As pointed out by Eugen [1], a question rises from the subjet of 
Java21 update:

Of 'source' and 'target' java versions, wich one(s) should be updated ?

I for myself don't have a strong opinion on the matter.

Regards

Gaetan.

[1] https://github.com/apache/ofbiz-framework/pull/917#issuecomment-3493565728

On 10/27/25 11:21, gaetan.chaboussie wrote:
Done nicolas :
https://issues.apache.org/jira/browse/OFBIZ-13306

Gaetan

On 10/3/25 15:31, Jacques Le Roux wrote:
Hi Nicolas,

That's a good idea. Another would be to upgrade Gradle, because for instance of 
bottom of https://issues.apache.org/jira/browse/OFBIZ-13296

Jacques

Le 03/10/2025 à 14:31, Nicolas Malin a écrit :
I will open an issue and try to move forward on it ? :)

At this time only OFBiz test doesn't on 21 works.

Nicolas

Reply via email to