Skip to content

Commit ae74c3b

Browse files
committed
Updates for 14.1.2.0.0
1 parent 5c4988b commit ae74c3b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

documentation/site/content/introduction/prerequisites/introduction.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For the current production release {{< latestVersion >}}:
1313
* Docker 19.03.1+ (check with `docker version`) *or* CRI-O 1.20.2+ (check with `crictl version | grep RuntimeVersion`).
1414
* Helm 3.3.4+ (check with `helm version --client --short`).
1515
* For domain home source type `Model in Image`, WebLogic Deploy Tooling 1.9.11+.
16-
* Oracle WebLogic Server 12.2.1.4.0 or Oracle WebLogic Server 14.1.1.0.0.
16+
* Oracle WebLogic Server 12.2.1.4.0, Oracle WebLogic Server 14.1.1.0.0, or Oracle WebLogic Server 14.1.2.0.0.
1717
* **NOTE**:
1818

1919
* As of June, 2023, Oracle WebLogic Server 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for WebLogic Server 12.2.1.3 were published in April, 2023.
@@ -24,7 +24,9 @@ For the current production release {{< latestVersion >}}:
2424
{{% /notice %}}
2525
* Check the WLS version and patches using the [WebLogic Image Tool](https://oracle.github.io/weblogic-image-tool/userguide/tools/inspect-image/) `inspect` command: `imagetool inspect --image=container-registry.oracle.com/middleware/weblogic:12.2.1.4 --patches`. For more information, see [Inspect images]({{< relref "/base-images/ocr-images#inspect-images" >}}).
2626
* Container images based on Oracle Linux 8 are now supported. The Oracle Container Registry hosts container images
27-
based on both Oracle Linux 7 and 8, including Oracle WebLogic Server 14.1.1.0.0 images based on Java 8 and 11.
27+
based on both Oracle Linux 7 and 8, including Oracle WebLogic Server 14.1.1.0.0 images based on Java 8 and 11 and Oracle WebLogic Server 14.1.2.0.0 images based on Java 17 and 21.
28+
* Container images based on Oracle Linux 9 are now supported. The Oracle Container Registry hosts container images
29+
based on Oracle Linux 9, including Oracle WebLogic Server 14.1.2.0.0 images based on Java 17 and 21.
2830
* You must have the `cluster-admin` role to install the operator. The operator does
2931
not need the `cluster-admin` role at runtime. For more information,
3032
see the role-based access control, operator

documentation/site/content/managing-domains/accessing-the-domain/external-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ with domain1, such as `t3://domain1-managed-server1:8001`, will be sent to the p
493493
RMI forwarding will ensure that the message will reach WebLogic Server managed-server1 in domain1.
494494

495495
Patch 32408938 is required in each WebLogic Server instance that participates in cross-domain transactions, or that is the routing
496-
destination of a proxy. The patch is available for WebLogic versions 12.2.1.4.0 (PS4), and 14.1.1.0.0, and is already included in the PSUs for these releases since July 2022.
496+
destination of a proxy. The patch is available for WebLogic versions 12.2.1.4.0 (PS4), 14.1.1.0.0 and 14.1.2.0.0, and is already included in the PSUs for these releases since July 2022.
497497

498498
### Configuring WebLogic Server affinity load balancing algorithms
499499

documentation/site/content/managing-domains/accessing-the-domain/remote-admin-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To set up access to WebLogic Server domains running in Kubernetes using the Remo
4545

4646
**NOTE**: These instructions assume that you are installing and running the Remote Console externally to your Kubernetes cluster.
4747

48-
1. For [additional functionality](https://oracle.github.io/weblogic-remote-console/setup/console/#ext), incorporate and deploy the WebLogic Remote Console extension in your 12.2.1.4 and 14.1.1 domains. **NOTE**: As a best practice, make sure that you are using the same versions of the WebLogic Remote Console and the WebLogic Remote Console Extension, otherwise you might lose functionality.
48+
1. For [additional functionality](https://oracle.github.io/weblogic-remote-console/setup/console/#ext), incorporate and deploy the WebLogic Remote Console extension in your 12.2.1.4 14.1.1, and 14.1.2 domains. **NOTE**: As a best practice, make sure that you are using the same versions of the WebLogic Remote Console and the WebLogic Remote Console Extension, otherwise you might lose functionality.
4949

5050
a. From [https://github.com/oracle/weblogic-remote-console/releases](https://github.com/oracle/weblogic-remote-console/releases), download the Remote Console extension WAR file, [console-rest-ext-[version].war](https://github.com/oracle/weblogic-remote-console/releases/download/v2.4.10/console-rest-ext-9.0.war).
5151

0 commit comments

Comments
 (0)