From d4e2a35c5a0531fa5490a46e116d37389014515d Mon Sep 17 00:00:00 2001 From: Anshuman Date: Fri, 24 Jul 2026 14:35:33 -0400 Subject: [PATCH] US1138334: Updated to run on Java 25 --- cld2/pom.xml | 2 +- language-detection-cld2/pom.xml | 2 +- language-detection/pom.xml | 2 +- pom.xml | 12 ++++++------ release-notes-7.1.2.md => release-notes-7.2.0.md | 1 + worker-languagedetection-container/pom.xml | 4 ++-- worker-languagedetection/pom.xml | 2 +- 7 files changed, 13 insertions(+), 12 deletions(-) rename release-notes-7.1.2.md => release-notes-7.2.0.md (69%) diff --git a/cld2/pom.xml b/cld2/pom.xml index 0f3ce65..e4ed048 100644 --- a/cld2/pom.xml +++ b/cld2/pom.xml @@ -28,7 +28,7 @@ com.github.cafdataprocessing.workers.languagedetection worker-languagedetection-aggregator - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT diff --git a/language-detection-cld2/pom.xml b/language-detection-cld2/pom.xml index e847173..484f917 100644 --- a/language-detection-cld2/pom.xml +++ b/language-detection-cld2/pom.xml @@ -27,7 +27,7 @@ com.github.cafdataprocessing.workers.languagedetection worker-languagedetection-aggregator - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT diff --git a/language-detection/pom.xml b/language-detection/pom.xml index e7e1ba0..d052a6a 100644 --- a/language-detection/pom.xml +++ b/language-detection/pom.xml @@ -27,7 +27,7 @@ com.github.cafdataprocessing.workers.languagedetection worker-languagedetection-aggregator - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index da985d9..7edff2e 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.github.cafdataprocessing.workers.languagedetection worker-languagedetection-aggregator - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT pom @@ -273,17 +273,17 @@ com.github.cafdataprocessing.workers.languagedetection language-detection - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT com.github.cafdataprocessing.workers.languagedetection language-detection-cld2 - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT com.github.cafdataprocessing.workers.languagedetection worker-languagedetection - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT com.github.workerframework @@ -1005,9 +1005,9 @@ worker-languagedetection-${project.version}.project-registries.local - ${dockerHubPublic}/cafapi/oraclelinux-jre21 + ${dockerHubPublic}/cafapi/oraclelinux-jre25 2.2.6 - sha256:64c05cf2405ff5875d1c95a39d4bccf0b883d68c77573fd09cf06d361304aa3b + sha256:587641af277adbba9bbeb6b1e34df8687af5b6e0d37d0dbea687e387e8d79cd7 ${dockerHubPublic}/cloudesire/webdav diff --git a/release-notes-7.1.2.md b/release-notes-7.2.0.md similarity index 69% rename from release-notes-7.1.2.md rename to release-notes-7.2.0.md index b365463..6c5e9f8 100644 --- a/release-notes-7.1.2.md +++ b/release-notes-7.2.0.md @@ -4,5 +4,6 @@ ${version-number} #### New Features +- **US1138334**: Updated to run on Java 25. #### Known Issues diff --git a/worker-languagedetection-container/pom.xml b/worker-languagedetection-container/pom.xml index 0e60dd0..10a0024 100644 --- a/worker-languagedetection-container/pom.xml +++ b/worker-languagedetection-container/pom.xml @@ -28,7 +28,7 @@ com.github.cafdataprocessing.workers.languagedetection worker-languagedetection-aggregator - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT @@ -332,7 +332,7 @@ worker-languagedetection ${dockerCafDataProcessingOrg}worker-languagedetection${dockerProjectVersion} - ${projectDockerRegistry}/cafapi/oraclelinux-jre21 + ${projectDockerRegistry}/cafapi/oraclelinux-jre25 diff --git a/worker-languagedetection/pom.xml b/worker-languagedetection/pom.xml index d156c2b..aae9aa1 100644 --- a/worker-languagedetection/pom.xml +++ b/worker-languagedetection/pom.xml @@ -27,7 +27,7 @@ com.github.cafdataprocessing.workers.languagedetection worker-languagedetection-aggregator - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT