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
| Provides the Microsoft OpenJDK. | Configures the JVM version. The default JDK version is 11. Currently supported: JDK 8, 11, 17, and 21. |`BP_JVM_VERSION`|`--build-env BP_JVM_VERSION=11.*`|
507
+
| Provides the Microsoft OpenJDK. | Configures the JVM version. The default JDK version is 17. Currently supported: JDK 8, 11, 17, and 21. |`BP_JVM_VERSION`|`--build-env BP_JVM_VERSION=11.*`|
508
508
|| Runtime env. Configures whether Java Native Memory Tracking (NMT) is enabled. The default value is *true*. Not supported in JDK 8. |`BPL_JAVA_NMT_ENABLED`|`--env BPL_JAVA_NMT_ENABLED=true`|
509
509
|| Configures the level of detail for Java Native Memory Tracking (NMT) output. The default value is *summary*. Set to *detail* for detailed NMT output. |`BPL_JAVA_NMT_LEVEL`|`--env BPL_JAVA_NMT_ENABLED=summary`|
510
510
| Add CA certificates to the system trust store at build and runtime. | See the [Configure CA certificates for app builds and deployments](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md#configure-ca-certificates-for-app-builds-and-deployments) section of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
@@ -615,7 +615,7 @@ The following table lists the features supported in Azure Spring Apps:
| Specify the PHP version. | Configures the PHP version. Currently supported: PHP *8.0.\**, *8.1.\**, and *8.2.\**. The default value is *8.1.\**|`BP_PHP_VERSION`|`--build-env BP_PHP_VERSION=8.0.*`|
618
+
| Specify the PHP version. | Configures the PHP version. Currently supported: PHP *8.1.\**, and *8.2.\**. The default value is *8.1.\**|`BP_PHP_VERSION`|`--build-env BP_PHP_VERSION=8.0.*`|
619
619
| Add CA certificates to the system trust store at build and runtime. | See the [Configure CA certificates for app builds and deployments](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md#configure-ca-certificates-for-app-builds-and-deployments) section of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
620
620
| Integrate with Dynatrace, New Relic, App Dynamic APM agent. | See [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
621
621
| Select a Web Server. | The setting options are *php-server*, *httpd*, and *nginx*. The default value is *php-server*. |`BP_PHP_SERVER`|`--build-env BP_PHP_SERVER=httpd`|
0 commit comments