diff --git a/pom.xml b/pom.xml
index 5d877e1a..b204e9ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
staging-service-aggregator
staging-service-aggregator
pom
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
staging-service-contract
staging-service-shared
@@ -269,22 +269,22 @@
com.github.cafdataprocessing.services.staging
staging-service
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
com.github.cafdataprocessing.services.staging
staging-service-contract
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
com.github.cafdataprocessing.services.staging
staging-service-internal-client
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
com.github.cafdataprocessing.services.staging
staging-service-shared
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
com.github.cafdataprocessing.workers.document
@@ -304,7 +304,7 @@
com.github.cafdataprocessing.workers.ingestion
worker-batch-ingestion-plugin
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
com.github.jobservice
@@ -1377,9 +1377,9 @@
sha256:492a5b6e1ecd548d18268f6f76a96064e06cd99856b1966d498be27b13ed8aaf
- ${dockerHubPublic}/cafapi/oraclelinux-jre21
+ ${dockerHubPublic}/cafapi/oraclelinux-jre25
2.2.6
- sha256:64c05cf2405ff5875d1c95a39d4bccf0b883d68c77573fd09cf06d361304aa3b
+ sha256:587641af277adbba9bbeb6b1e34df8687af5b6e0d37d0dbea687e387e8d79cd7
${dockerHubPublic}/cloudesire/webdav
diff --git a/release-notes-3.4.2.md b/release-notes-3.5.0.md
similarity index 69%
rename from release-notes-3.4.2.md
rename to release-notes-3.5.0.md
index b3654639..6c5e9f83 100644
--- a/release-notes-3.4.2.md
+++ b/release-notes-3.5.0.md
@@ -4,5 +4,6 @@
${version-number}
#### New Features
+- **US1138334**: Updated to run on Java 25.
#### Known Issues
diff --git a/staging-service-acceptance-tests/pom.xml b/staging-service-acceptance-tests/pom.xml
index 0fb6b8a1..0f9550a2 100644
--- a/staging-service-acceptance-tests/pom.xml
+++ b/staging-service-acceptance-tests/pom.xml
@@ -22,7 +22,7 @@
staging-service-aggregator
com.github.cafdataprocessing.services.staging
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
4.0.0
diff --git a/staging-service-container/pom.xml b/staging-service-container/pom.xml
index ca0dcc14..ea3f452d 100644
--- a/staging-service-container/pom.xml
+++ b/staging-service-container/pom.xml
@@ -22,7 +22,7 @@
staging-service-aggregator
com.github.cafdataprocessing.services.staging
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
4.0.0
@@ -109,7 +109,7 @@
staging-service
${dockerSettingsServiceOrg}staging-service${dockerProjectVersion}
- ${projectDockerRegistry}/cafapi/oraclelinux-jre21
+ ${projectDockerRegistry}/cafapi/oraclelinux-jre25
curl -f http://localhost:8081/healthcheck/readiness || exit 1
diff --git a/staging-service-contract/pom.xml b/staging-service-contract/pom.xml
index 29bd6924..6ca47c0a 100644
--- a/staging-service-contract/pom.xml
+++ b/staging-service-contract/pom.xml
@@ -22,7 +22,7 @@
staging-service-aggregator
com.github.cafdataprocessing.services.staging
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
4.0.0
diff --git a/staging-service-internal-client/pom.xml b/staging-service-internal-client/pom.xml
index e2157784..29f37f7d 100644
--- a/staging-service-internal-client/pom.xml
+++ b/staging-service-internal-client/pom.xml
@@ -24,7 +24,7 @@
staging-service-aggregator
com.github.cafdataprocessing.services.staging
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
staging-service-internal-client
diff --git a/staging-service-shared/pom.xml b/staging-service-shared/pom.xml
index e5c76d3f..c196af49 100644
--- a/staging-service-shared/pom.xml
+++ b/staging-service-shared/pom.xml
@@ -22,7 +22,7 @@
staging-service-aggregator
com.github.cafdataprocessing.services.staging
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
4.0.0
diff --git a/staging-service/pom.xml b/staging-service/pom.xml
index 149e7410..90da3ae9 100644
--- a/staging-service/pom.xml
+++ b/staging-service/pom.xml
@@ -22,7 +22,7 @@
staging-service-aggregator
com.github.cafdataprocessing.services.staging
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
4.0.0
diff --git a/worker-batch-ingestion-container-testing/pom.xml b/worker-batch-ingestion-container-testing/pom.xml
index bfb96a01..16a2c2ac 100644
--- a/worker-batch-ingestion-container-testing/pom.xml
+++ b/worker-batch-ingestion-container-testing/pom.xml
@@ -20,12 +20,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
com.github.cafdataprocessing.services.staging
staging-service-aggregator
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
com.github.cafdataprocessing.workers.ingestion
diff --git a/worker-batch-ingestion-container/pom.xml b/worker-batch-ingestion-container/pom.xml
index f2817571..a769c053 100644
--- a/worker-batch-ingestion-container/pom.xml
+++ b/worker-batch-ingestion-container/pom.xml
@@ -24,7 +24,7 @@
com.github.cafdataprocessing.services.staging
staging-service-aggregator
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
com.github.cafdataprocessing.workers.ingestion
@@ -173,7 +173,7 @@
worker-ingestion
${dockerImagePrefix}${dockerHubOrganization}${dockerOrgSeperator}worker-ingestion${dockerProjectVersion}
- ${projectDockerRegistry}/cafapi/oraclelinux-jre21
+ ${projectDockerRegistry}/cafapi/oraclelinux-jre25
/maven/worker.sh
diff --git a/worker-batch-ingestion-plugin/pom.xml b/worker-batch-ingestion-plugin/pom.xml
index d88f435f..946138d7 100644
--- a/worker-batch-ingestion-plugin/pom.xml
+++ b/worker-batch-ingestion-plugin/pom.xml
@@ -24,7 +24,7 @@
com.github.cafdataprocessing.services.staging
staging-service-aggregator
- 3.4.2-SNAPSHOT
+ 3.5.0-SNAPSHOT
com.github.cafdataprocessing.workers.ingestion