From 6c31f6d8feff577dfd36041982d610f11dd8c14a Mon Sep 17 00:00:00 2001 From: Vladimir Mikhaylenko Date: Mon, 29 Sep 2025 12:47:06 +0200 Subject: [PATCH] Use Java 25 --- .github/workflows/maven.yml | 2 +- mta.yaml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ca4a8f3d..103a964e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,7 +24,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v4 with: - java-version: 21 + java-version: 25 distribution: sapmachine - name: Build with Maven diff --git a/mta.yaml b/mta.yaml index bcd22968..40cc8574 100644 --- a/mta.yaml +++ b/mta.yaml @@ -17,7 +17,7 @@ modules: properties: SPRING_PROFILES_ACTIVE: cloud JBP_CONFIG_COMPONENTS: '{jres: ["JavaBuildpack::Jre::SapMachineJRE"]}' - JBP_CONFIG_SAP_MACHINE_JRE: '{ jre: { version: "21.+" } }' + JBP_CONFIG_SAP_MACHINE_JRE: '{ jre: { version: "25.+" } }' # We do not want cfenv to configure the DataSource for us # cfenv uses names of the services, so this variable must be adapted if needed # as CFENV_SERVICE_[service-name]_ENABLED diff --git a/pom.xml b/pom.xml index 0f226ca6..38d0b052 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 1.0.0-SNAPSHOT - 21 + 25 4.3.1 3.5.6 3.8.5