From b3d5d9dc0e5c9d6068243d2d43326c71429e28c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20D=C3=BCmont?= Date: Mon, 27 Oct 2025 09:57:00 +0100 Subject: [PATCH] Change buildpack from `sap_java_buildpack` to `sap_java_buildpack_jakarta` --- .../src/main/resources/archetype-resources/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/spring-boot3/src/main/resources/archetype-resources/manifest.yml b/archetypes/spring-boot3/src/main/resources/archetype-resources/manifest.yml index 1bac098ba..6327498cd 100644 --- a/archetypes/spring-boot3/src/main/resources/archetype-resources/manifest.yml +++ b/archetypes/spring-boot3/src/main/resources/archetype-resources/manifest.yml @@ -7,7 +7,7 @@ applications: random-route: true path: application/target/${artifactId}-application.jar buildpacks: - - sap_java_buildpack + - sap_java_buildpack_jakarta env: TARGET_RUNTIME: main SPRING_PROFILES_ACTIVE: 'cloud'