Skip to content

Commit 3b67e11

Browse files
committed
Run on Java 25
1 parent 1add9f7 commit 3b67e11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mta-multi-tenant.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ modules:
2222
SPRING_PROFILES_ACTIVE: cloud,sandbox
2323
CDS_MULTITENANCY_APPUI_TENANTSEPARATOR: "-"
2424
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
25-
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 21.+ }'
25+
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 25.+, use_offline_repository: false }'
2626
build-parameters:
2727
builder: custom
2828
commands:

mta-single-tenant.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ modules:
2121
properties:
2222
SPRING_PROFILES_ACTIVE: cloud,sandbox
2323
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
24-
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 21.+ }'
24+
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 25.+, use_offline_repository: false }'
2525
build-parameters:
2626
builder: custom
2727
commands:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<revision>1.0.0-SNAPSHOT</revision>
2323

2424
<!-- DEPENDENCIES VERSION -->
25-
<jdk.version>21</jdk.version>
25+
<jdk.version>25</jdk.version>
2626
<cds.services.version>4.3.0</cds.services.version>
2727
<cloud.sdk.version>5.22.0</cloud.sdk.version>
2828
<xsuaa.version>3.6.4</xsuaa.version>

0 commit comments

Comments
 (0)