OML tools v2.13+ require Java 21 #33
melaasar
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear community,
Some of OML's dependencies have moved to Java 21 requiring us to upgrade OML release v2.13 to Java 21.
How does this impact you?
If your OML projects use a dynamic version 2.+ for OML related tools (any tool with oml in its name), the next time you use them, it will pick up v2.13.0, which requires Java 21. This means if the Java currently in your environment is less than 21, you will be getting some problems running the OML tools (mostly complaints about java major versions).
The fix is either to hard-code your OML dependencies to v2.12.+ (this will pin your project to that minor version), or alternatively (recommended) you upgrade the Java in your environment to 21.
If you have a question on this change, please post as replies to this thread. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions