You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update platform support from bionic to jammy/noble
- Remove bionic (Ubuntu 18.04 EOL April 2023) from PLATFORMS
- Add noble (Ubuntu 24.04 LTS) to PLATFORMS for future support
- Keep jammy (Ubuntu 22.04 LTS) as primary supported platform
- Update all documentation references from bionic to jammy
- Aligns buildpack with Ubuntu LTS lifecycle and support dates
The platform detection at runtime already supported all Ubuntu codenames
via /etc/os-release parsing. This change only affects offline buildpack
packaging (which platforms to cache) and documentation examples.
Copy file name to clipboardExpand all lines: docs/framework-your_kit_profiler.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The framework can be configured by creating or modifying the [`config/your_kit_p
24
24
| `enabled` | Whether to enable the YourKit Profiler
25
25
| `port` | The port that the YourKit Profiler will listen on. Defaults to `10001`.
26
26
| `repository_root` | The URL of the YourKit Profiler repository index ([details][repositories]).
27
-
| `version` | The version of the YourKit Profiler to use. Candidate versions can be found in the listings for [bionic][].
27
+
| `version` | The version of the YourKit Profiler to use. Candidate versions can be found in the listings for [jammy][].
28
28
29
29
## Creating SSH Tunnel
30
30
After starting an application with the YourKit Profiler enabled, an SSH tunnel must be created to the container. To create that SSH container, execute the following command:
@@ -40,7 +40,7 @@ Once the SSH tunnel has been created, your YourKit Profiler should connect to `l
Copy file name to clipboardExpand all lines: docs/jre-open_jdk_jre.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ The JRE can be configured by modifying the [`config/open_jdk_jre.yml`][] file in
25
25
| Name | Description
26
26
| ---- | -----------
27
27
| `jre.repository_root` | The URL of the OpenJDK repository index ([details][repositories]).
28
-
| `jre.version` | The version of Java runtime to use. Candidate versions can be found in the listings for [bionic][]. Note: version 1.8.0 and higher require the `memory_sizes` and `memory_heuristics` mappings to specify `metaspace` rather than `permgen`.
28
+
| `jre.version` | The version of Java runtime to use. Candidate versions can be found in the listings for [jammy][]. Note: version 1.8.0 and higher require the `memory_sizes` and `memory_heuristics` mappings to specify `metaspace` rather than `permgen`.
29
29
| `jvmkill.repository_root` | The URL of the `jvmkill` repository index ([details][repositories]).
30
-
| `jvmkill.version` | The version of `jvmkill` to use. Candidate versions can be found in the listings for [bionic][jvmkill-bionic].
30
+
| `jvmkill.version` | The version of `jvmkill` to use. Candidate versions can be found in the listings for [jammy][jvmkill-jammy].
31
31
| `memory_calculator` | Memory calculator defaults, described below under "Memory".
Copy file name to clipboardExpand all lines: docs/jre-oracle_jre.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ cf restage <app_name>
44
44
| `jre.repository_root` | The URL of the Oracle repository index ([details][repositories]).
45
45
| `jre.version` | The version of Java runtime to use. Candidate versions can be found in the the repository that you have created to house the JREs. Note: version 1.8.0 and higher require the `memory_sizes` and `memory_heuristics` mappings to specify `metaspace` rather than `permgen`.
46
46
| `jvmkill.repository_root` | The URL of the `jvmkill` repository index ([details][repositories]).
47
-
| `jvmkill.version` | The version of `jvmkill` to use. Candidate versions can be found in the listings for [bionic][jvmkill-bionic].
47
+
| `jvmkill.version` | The version of `jvmkill` to use. Candidate versions can be found in the listings for [jammy][jvmkill-jammy].
48
48
| `memory_calculator` | Memory calculator defaults, described below under "Memory".
Copy file name to clipboardExpand all lines: docs/jre-sap_machine_jre.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ cf restage <app_name>
32
32
| Name | Description
33
33
| ---- | -----------
34
34
| `jre.repository_root` | The URL of the SapMachine repository index ([details][repositories]).
35
-
| `jre.version` | The version of Java runtime to use. Candidate versions can be found in the listings for [bionic][]. Note: version 1.8.0 and higher require the `memory_sizes` and `memory_heuristics` mappings to specify `metaspace` rather than `permgen`.
35
+
| `jre.version` | The version of Java runtime to use. Candidate versions can be found in the listings for [jammy][]. Note: version 1.8.0 and higher require the `memory_sizes` and `memory_heuristics` mappings to specify `metaspace` rather than `permgen`.
36
36
| `jvmkill.repository_root` | The URL of the `jvmkill` repository index ([details][repositories]).
37
-
| `jvmkill.version` | The version of `jvmkill` to use. Candidate versions can be found in the listings for [bionic][jvmkill-bionic].
37
+
| `jvmkill.version` | The version of `jvmkill` to use. Candidate versions can be found in the listings for [jammy][jvmkill-jammy].
38
38
| `memory_calculator` | Memory calculator defaults, described below under "Memory".
Copy file name to clipboardExpand all lines: docs/jre-zing_jre.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ cf restage <app_name>
36
36
| `jre.repository_root` | The URL of the Azul Platform Prime repository index ([details][repositories]).
37
37
| `jre.version` | The version of Java runtime to use. Note: version 1.8.0 and higher require the `memory_sizes` and `memory_heuristics` mappings to specify `metaspace` rather than `permgen`.
38
38
| `jvmkill.repository_root` | The URL of the `jvmkill` repository index ([details][repositories]).
39
-
| `jvmkill.version` | The version of `jvmkill` to use. Candidate versions can be found in the listings for [bionic][jvmkill-bionic].
39
+
| `jvmkill.version` | The version of `jvmkill` to use. Candidate versions can be found in the listings for [jammy][jvmkill-jammy].
40
40
| `memory_calculator` | Memory calculator defaults, described below under "Memory".
Copy file name to clipboardExpand all lines: docs/jre-zulu_jre.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ cf restage <app_name>
35
35
| `jre.repository_root` | The URL of the Zulu repository index ([details][repositories]).
36
36
| `jre.version` | The version of Java runtime to use. Note: version 1.8.0 and higher require the `memory_sizes` and `memory_heuristics` mappings to specify `metaspace` rather than `permgen`.
37
37
| `jvmkill.repository_root` | The URL of the `jvmkill` repository index ([details][repositories]).
38
-
| `jvmkill.version` | The version of `jvmkill` to use. Candidate versions can be found in the listings for [bionic][jvmkill-bionic].
38
+
| `jvmkill.version` | The version of `jvmkill` to use. Candidate versions can be found in the listings for [jammy][jvmkill-jammy].
39
39
| `memory_calculator` | Memory calculator defaults, described below under "Memory".
0 commit comments