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
-[OpenJ9 Shared Class Cache (SCC)](#openj9-shared-class-cache-scc)
9
9
-[Logging](#logging)
@@ -64,11 +64,11 @@ remoteRepo.user=operator
64
64
remoteRepo.password={aes}KM8dhwcv892Ss1sawu9R+
65
65
```
66
66
67
-
Refer to [Repository and proxy modifications](https://openliberty.io/docs/ref/command/featureUtility-commands.html) for more information.
67
+
Refer to [Repository and proxy modifications](https://openliberty.io/docs/ref/command/featureUtility-modifications.html) for more information.
68
68
69
-
## Build Variables
69
+
## Enterprise Functionality
70
70
71
-
This section describes the optional build variables that can be enabled via the Dockerfile during the`build` time, by setting particular build-arguments (`ARG`) and calling `RUN configure.sh`. Each of these variables trigger the inclusion of specific configuration via XML snippets (except for `VERBOSE`), described below:
71
+
This section describes the optional enterprise functionality that can be enabled via the Dockerfile during `build` time, by setting particular build-arguments (`ARG`) and calling `RUN configure.sh`. Each of these options trigger the inclusion of specific configuration via XML snippets (except for `VERBOSE`), described below:
72
72
73
73
*`TLS` (`SSL` is deprecated)
74
74
* Description: Enable Transport Security in Liberty by adding the `transportSecurity-1.0` feature (includes support for SSL).
@@ -79,9 +79,9 @@ This section describes the optional build variables that can be enabled via the
79
79
*`VERBOSE`
80
80
* Description: When set to `true` it outputs the commands and results to stdout from `configure.sh`. Otherwise, default setting is `false` and `configure.sh` is silenced.
81
81
82
-
### Deprecated Build Variables
82
+
### Deprecated Enterprise Functionality
83
83
84
-
The following container image build variables are now **deprecated**. You should **stop** using them. They are still available in `full` but not available in `kernel-slim`. They have been removed from the Open Liberty images based on Java 21 and above:
84
+
The following enterprise functionalities are now **deprecated**. You should **stop** using them. They are still available in `full` but not available in `kernel-slim`. They have been removed from the Open Liberty images based on Java 21 and above.:
85
85
86
86
*`HTTP_ENDPOINT`
87
87
* Description: Add configuration properties for an HTTP endpoint.
0 commit comments