Skip to content

Commit c190d43

Browse files
committed
Update SAP Java Buildpack documentation to include support for Java 25 and add related links
1 parent 3d3cec1 commit c190d43

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/30-development/buildpacks-5e7fc02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can choose to deploy applications by using the following Java buildpacks:
66

77
- [SAP Java Buildpack 1](sap-java-buildpack-1-ad3e8df.md) – an SAP-managed buildpack that supports Java 8, 11, 17, TomEE 7 and Tomcat 9
88

9-
- [SAP Java Buildpack 2](sap-java-buildpack-2-1cf206b.md) – an SAP-managed buildpack that supports Java 17, 21, TomEE 10 and Tomcat 10
9+
- [SAP Java Buildpack 2](sap-java-buildpack-2-1cf206b.md) – an SAP-managed buildpack that supports Java 17, 21, 25, TomEE 10 and Tomcat 10
1010

1111
- [Community Java Buildpack](community-java-buildpack-4e2f2b5.md) – an open-source product maintained by the [java-buildpack](https://github.com/cloudfoundry/java-buildpack) community
1212

docs/30-development/sap-java-buildpack-2-1cf206b.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
SAP Java Buildpack 2 is a Cloud Foundry buildpack for running SapMachine-based applications.
66

7-
This buildpack supports Java 17 and 21, as well as the following runtimes:
7+
This buildpack supports Java 17, 21 and 25, as well as the following runtimes:
88

99
- [TomEE 10](tomee-10-66e808e.md)
1010

@@ -202,6 +202,7 @@ SAP Java Buildpack 2 \(`sap_java_buildpack_jakarta`\) supports the following Jav
202202
203203
- Java **17** – default version. You can obtain it by using SapMachine 17 \(*it provides a JRE with Java 17*\)
204204
- Java **21** – you can obtain it by using SapMachine 21 \(*it provides a JRE with Java 21*\)
205+
- Java **25** – you can obtain it by using SapMachine 25 \(*it provides a JRE with Java 25*\)
205206
206207
To learn how to configure your application to use SapMachine JRE and JDK, see: [SapMachine](sapmachine-785d6b3.md)
207208

docs/30-development/sapmachine-785d6b3.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,17 @@ applications:
266266
```
267267

268268
**NOTE:** To stay secure, you need to update this version string on your own. For this reason, SAP does **not** recommend this approach.
269+
270+
269271
**Related Information**
270272

273+
[https://sapmachine.io/](https://sapmachine.io/ "The SapMachine Website with downloads and documentation.")
274+
275+
[Java Main](java-main-8a1786a.md "Find out how you can create a Java application that starts its own runtime. This allows the usage of frameworks and Java runtimes, such as Spring Boot, Jetty, Undertow, or Netty.")
276+
277+
[SAP Java Buildpack 2](sap-java-buildpack-2-1cf206b.md "Find information about SAP Java Buildpack 2 which is a Cloud Foundry buildpack for running SapMachine-based applications.")
271278

272-
[https://sapmachine.io/](https://sapmachine.io/)
279+
[Debug an Application Running on SapMachine](debug-an-application-running-on-sapmachine-f7fa9f3.md "Find out possibilties how to debug a Java web application running on a Cloud Foundry container that uses SapMachine.")
273280

274281
[Runtimes and Containers](runtimes-and-containers-83d2416.md "Find out which application runtimes and containers you can use, depending on the Java buildpack your application is using.")
275282

0 commit comments

Comments
 (0)