Skip to content

Commit 0d6c8a3

Browse files
authored
Use Java 21 from buildpack (#381)
We also must remove the extension in the internal bookshop test that changes the Java version.
1 parent ca592b0 commit 0d6c8a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mta-multi-tenant.yaml

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

mta-single-tenant.yaml

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

0 commit comments

Comments
 (0)