Skip to content

Commit feaff74

Browse files
committed
Change buildpack for testing
1 parent 19bdea4 commit feaff74

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,12 @@ USAGE:
275275
Get the status of async-profiler on a running Java application
276276

277277
OPTIONS:
278+
-args -a, Miscellaneous arguments to pass to the command (if supported) in the
279+
container, be aware to end it with a space if it is a simple option. For
280+
commands that create arbitrary files (jcmd, asprof), the environment
281+
variables @FSPATH, @ARGS, @APP_NAME, @FILE_NAME, and @STATIC_FILE_NAME are
282+
available in --args to reference the working directory path, arguments,
283+
application name, and generated file name respectively.
278284
-container-dir -cd, the directory path in the container that the heap dump/JFR/... file will be
279285
saved to
280286
-dry-run -n, just output to command line what would be executed
@@ -286,12 +292,6 @@ OPTIONS:
286292
container, implies '--keep'
287293
-verbose -v, enable verbose output for the plugin
288294
-app-instance-index -i [index], select to which instance of the app to connect
289-
-args -a, Miscellaneous arguments to pass to the command (if supported) in the
290-
container, be aware to end it with a space if it is a simple option. For
291-
commands that create arbitrary files (jcmd, asprof), the environment
292-
variables @FSPATH, @ARGS, @APP_NAME, @FILE_NAME, and @STATIC_FILE_NAME are
293-
available in --args to reference the working directory path, arguments,
294-
application name, and generated file name respectively.
295295

296296
</pre>
297297

test/apps/sapmachine21/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ applications:
55
path: test.jar
66
memory: 512M
77
buildpacks:
8-
- sap_java_buildpack
8+
- sap_java_buildpack_jakarta
99
env:
1010
TARGET_RUNTIME: tomcat
1111
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"

0 commit comments

Comments
 (0)