Skip to content

Commit 7f06dc0

Browse files
author
Glyn Normington
committed
Clarify Java Options Framework != JAVA_OPTS env var
[#60962662]
1 parent f547aee commit 7f06dc0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To learn how to configure various properties of the buildpack, follow the "Confi
2828
* [Spring Boot CLI](docs/container-spring-boot-cli.md) ([Configuration](docs/container-spring-boot-cli.md#configuration))
2929
* [Tomcat](docs/container-tomcat.md) ([Configuration](docs/container-tomcat.md#configuration))
3030
* Standard Frameworks
31-
* [`JAVA_OPTS`](docs/framework-java_opts.md) ([Configuration](docs/framework-java_opts.md#configuration))
31+
* [Java Options](docs/framework-java_opts.md) ([Configuration](docs/framework-java_opts.md#configuration))
3232
* [AppDynamics](docs/framework-app-dynamics.md) ([Configuration](docs/framework-app-dynamics.md#configuration))
3333
* [New Relic](docs/framework-new-relic.md) ([Configuration](docs/framework-new-relic.md#configuration))
3434
* [Play Auto Reconfiguration](docs/framework-play-auto-reconfiguration.md) ([Configuration](docs/framework-play-auto-reconfiguration.md#configuration))

docs/framework-java_opts.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# `JAVA_OPTS` Framework
2-
The `JAVA_OPTS` Framework contributes arbitrary Java options to the application at runtime.
1+
# Java Options Framework
2+
The Java Options Framework contributes arbitrary Java options to the application at runtime.
3+
4+
Note: passing Java options using a `JAVA_OPTS` environment variable is not supported and does not work.
35

46
<table>
57
<tr>

0 commit comments

Comments
 (0)