
Craving to deploy your Cloud Foundry applications on Tomcat 10 runtime and make use of the latest and greatest Jakarta EE technologies? Got an app using Spring Boot and had to upgrade it to version 3.x due to Spring Boot 2.x EoL? Version 2.x of SAP BTP Security Services Integration Libraries is no longer sufficient as your applications require version 3.x?
No more wait and fear! SAP Java Buildpack 2 is here!
NOTE:
|
Now, let's take a closer peek at the core features of SAP Java Buildpack 2:
UPDATE! Effective April 4, 2024, SAP Java Buildpack 2 now supports Java 21. See: Release Notes
UPDATE! Effective February 20, 2025, SAP Java Buildpack 2 now supports TomEE 10. See Release Notes and blog post TomEE 10 has landed in SAP Java Buildpack 2!
To use the new buildpack, refer to it in your manifest.yml or mtad.yml file, like this:
---
applications:
- name: <APP_NAME>
buildpacks:
- sap_java_buildpack_jakarta
...
Or specify it directly in the cf push command, like this:
cf push -f <PATH_TO_APP_MANIFEST> -b sap_java_buildpack_jakarta
To learn more, see the official documentation: SAP Java Buildpack 2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
16 | |
13 | |
11 | |
10 | |
10 | |
9 | |
9 | |
8 | |
8 | |
7 |