From 1b58986e2cd14bb16b33fe4ec714e12560da8c87 Mon Sep 17 00:00:00 2001 From: Ryan Eberhard Date: Fri, 20 Dec 2024 13:09:11 -0500 Subject: [PATCH] Updates for 14.1.2.0.0 --- .../site/content/introduction/prerequisites/introduction.md | 6 ++++-- .../accessing-the-domain/external-clients.md | 2 +- .../accessing-the-domain/remote-admin-console.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/documentation/site/content/introduction/prerequisites/introduction.md b/documentation/site/content/introduction/prerequisites/introduction.md index b2543ae3ac9..6b8ed53aded 100644 --- a/documentation/site/content/introduction/prerequisites/introduction.md +++ b/documentation/site/content/introduction/prerequisites/introduction.md @@ -13,7 +13,7 @@ For the current production release {{< latestVersion >}}: * Docker 19.03.1+ (check with `docker version`) *or* CRI-O 1.20.2+ (check with `crictl version | grep RuntimeVersion`). * Helm 3.3.4+ (check with `helm version --client --short`). * For domain home source type `Model in Image`, WebLogic Deploy Tooling 1.9.11+. -* Oracle WebLogic Server 12.2.1.4.0 or Oracle WebLogic Server 14.1.1.0.0. +* 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. * **NOTE**: * 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 >}}: {{% /notice %}} * 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" >}}). * Container images based on Oracle Linux 8 are now supported. The Oracle Container Registry hosts container images - based on both Oracle Linux 7 and 8, including Oracle WebLogic Server 14.1.1.0.0 images based on Java 8 and 11. + 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. +* Container images based on Oracle Linux 9 are now supported. The Oracle Container Registry hosts container images + based on Oracle Linux 9, including Oracle WebLogic Server 14.1.2.0.0 images based on Java 17 and 21. * You must have the `cluster-admin` role to install the operator. The operator does not need the `cluster-admin` role at runtime. For more information, see the role-based access control, operator diff --git a/documentation/site/content/managing-domains/accessing-the-domain/external-clients.md b/documentation/site/content/managing-domains/accessing-the-domain/external-clients.md index ca360c30061..9b9eea5bd6d 100644 --- a/documentation/site/content/managing-domains/accessing-the-domain/external-clients.md +++ b/documentation/site/content/managing-domains/accessing-the-domain/external-clients.md @@ -493,7 +493,7 @@ with domain1, such as `t3://domain1-managed-server1:8001`, will be sent to the p RMI forwarding will ensure that the message will reach WebLogic Server managed-server1 in domain1. Patch 32408938 is required in each WebLogic Server instance that participates in cross-domain transactions, or that is the routing -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. +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. ### Configuring WebLogic Server affinity load balancing algorithms diff --git a/documentation/site/content/managing-domains/accessing-the-domain/remote-admin-console.md b/documentation/site/content/managing-domains/accessing-the-domain/remote-admin-console.md index e89970945fe..bab9ebbee05 100644 --- a/documentation/site/content/managing-domains/accessing-the-domain/remote-admin-console.md +++ b/documentation/site/content/managing-domains/accessing-the-domain/remote-admin-console.md @@ -45,7 +45,7 @@ To set up access to WebLogic Server domains running in Kubernetes using the Remo **NOTE**: These instructions assume that you are installing and running the Remote Console externally to your Kubernetes cluster. -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. +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. 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).