Skip to content

Commit

Permalink
Updates for 14.1.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Dec 20, 2024
1 parent b91b65b commit 1b58986
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 1b58986

Please sign in to comment.