Skip to content

Commit 16eaea8

Browse files
authored
task: upgrade to java 21.0.7 (dotCMS#32006)
This pull request updates the Java SDK version used in the `.sdkmanrc` file for the dotCMS project. The change ensures the project uses a more recent version of the Java SDK. This jdk includes a fix to the issues we saw with running dotCMS in docker on an m4 apple that required the `-XX:UseSVE=0` parameter in order to run. * [`.sdkmanrc`](diffhunk://#diff-909bca673d9d35e9c0672dd22a0dd6bbe1d6dcbe94ccc9221d26021badf1171dL3-R3): Updated the `SDKMAN_JAVA_VERSION` from `21.0.4-ms` to `21.0.7-ms` to align with the latest available version.ref: dotCMS#32005
1 parent 003dc2d commit 16eaea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.sdkmanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# sets the SDKMAN_JAVA_VERSION for dotCMS
22
# this is the version of java that will be used as the base image for the docker build
3-
java=21.0.4-ms
3+
java=21.0.7-ms

0 commit comments

Comments
 (0)