Skip to content

Commit 83c2221

Browse files
committed
Cherry-pick branch 'rm/remove-support-12.2.1.3' into 'release/4.1'
1 parent f1f9a85 commit 83c2221

File tree

8 files changed

+14
-42
lines changed

8 files changed

+14
-42
lines changed

documentation/site/content/base-images/custom-images.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -189,31 +189,9 @@ sample assumes that you have installed WIT in `/tmp/imagetool`; you can choose t
189189
--passwordEnv=MYPWD
190190
```
191191

192-
As another example, if you want to create a WebLogic Server image
193-
named `minimal_weblogic:12.2.1.3` with:
194-
- The WebLogic slim installer instead of the generic installer
195-
- JDK 8u291
196-
- The latest version of the Oracle Linux 7 slim container image
197-
- The minimal patches required for the operator to run a 12.2.1.3 image
198-
(patches 29135930 and 27117282)
199-
instead of the latest recommended patches
200-
201-
{{% notice note %}} As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
202-
Oracle has extended support of WebLogic Server 12.2.1.3, for six months _only_, for PSUs and security patches. CPU images for WebLogic Server 12.2.1.3 will be published in the January, 2023, and April, 2023, CPU cycles.
192+
{{% notice 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. As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last CPU images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
203193
{{% /notice %}}
204194

205-
```shell
206-
$ /tmp/imagetool/bin/imagetool.sh create \
207-
--tag minimal_weblogic:12.2.1.3 \
208-
--pull \
209-
--jdkVersion=8u291 \
210-
--type=wlsslim \
211-
--version=12.2.1.3.0 \
212-
--patches=29135930_12.2.1.3.0,27117282_12.2.1.3.0 \
213-
214-
--passwordEnv=MYPWD
215-
```
216-
217195
**NOTES**:
218196
- To enable WIT to download patches,
219197
you must supply your My Oracle Support (Oracle Single Sign-On) credentials

documentation/site/content/base-images/ocr-images.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ The Oracle Container Registry (OCR) is located at [https://container-registry.or
3030
OCR contains WebLogic Server images, which have a pre-installed Oracle Home with Oracle WebLogic Server and Coherence. OCR, also, contains Fusion Middleware Infrastructure images, which have a pre-installed Oracle Home with Oracle WebLogic Server, Coherence, Fusion Middleware Control, and Java Required Files (JRF). **NOTE**: Oracle strongly recommends that you use _only_ images with the latest set of recommended patches applied.
3131

3232
{{% notice note %}}
33-
As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
34-
Oracle has extended support of WebLogic Server 12.2.1.3, for six months _only_, for PSUs and security patches. CPU images for WebLogic Server 12.2.1.3 will be published in the January, 2023, and April, 2023, CPU cycles.
33+
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. As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last CPU images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
3534
{{% /notice %}}
3635

3736
See the following sections for information about OCR images:
@@ -214,10 +213,7 @@ For example, to use Docker to pull an image from OCR:
214213
or your Kubernetes cluster is remote from your locally created or pulled domain image,
215214
then additional steps are usually required to ensure that your Kubernetes cluster can access the image.
216215
See [Access domain images]({{< relref "/base-images/access-images.md" >}}).
217-
- The operator requires domain images to contain WebLogic Server 12.2.1.3.0 or later.
218-
When using 12.2.1.3 images, the operator requires that
219-
the images contain patches 29135930 and 27117282;
220-
these patches are included in OCR 12.2.1.3 GA and CPU images.
216+
- The operator requires domain images to contain WebLogic Server 12.2.1.4.0 or later.
221217

222218
### Inspect images
223219

documentation/site/content/faq/fan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ oracle.simplefan.impl.FanManager configure
2626
SEVERE: attempt to configure ONS in FanManager failed with oracle.ons.NoServersAvailable: Subscription time out
2727
```
2828

29+
**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.
30+
2931
To correct the problem, you must disable FAN, in one of two places:
3032

3133
1) Through a system property at the domain, cluster, or server level.

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,16 @@ 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-
* Either Oracle WebLogic Server 12.2.1.3.0 with patch 29135930, Oracle WebLogic Server 12.2.1.4.0, or Oracle WebLogic Server 14.1.1.0.0.
17-
* The existing WebLogic Server General Availability image, `container-registry.oracle.com/middleware/weblogic:12.2.1.3`,
18-
has this patch applied.
16+
* Oracle WebLogic Server 12.2.1.4.0 or Oracle WebLogic Server 14.1.1.0.0.
1917
* **NOTE**:
2018

21-
* As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
22-
* Oracle has extended support of WebLogic Server 12.2.1.3, for six months _only_, for PSUs and security patches. CPU images for WebLogic Server 12.2.1.3 will be published in the January, 2023, and April, 2023, CPU cycles.
19+
* 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.
20+
* As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last CPU images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
2321

2422
{{% notice warning %}}
2523
Throughout the documentation, the sample images are General Availability (GA) images. GA images are suitable for demonstration and development purposes _only_ where the environments are not available from the public Internet; they are **not acceptable for production use**. In production, you should always use CPU (patched) images from [OCR]({{< relref "/base-images/ocr-images.md" >}}) or create your images using the [WebLogic Image Tool]({{< relref "/base-images/custom-images#create-a-custom-base-image" >}}) (WIT) with the `--recommendedPatches` option. For more guidance, see [Apply the Latest Patches and Updates](https://www.oracle.com/pls/topic/lookup?ctx=en/middleware/standalone/weblogic-server/14.1.1.0&id=LOCKD-GUID-2DA84185-46BA-4D7A-80D2-9D577A4E8DE2) in _Securing a Production Environment for Oracle WebLogic Server_. For details on how to obtain or create images, see [WebLogic images]({{< relref "/base-images/_index.md" >}}).
2624
{{% /notice %}}
27-
* 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.3 --patches`. For more information, see [Inspect images]({{< relref "/base-images/ocr-images#inspect-images" >}}).
25+
* 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" >}}).
2826
* Container images based on Oracle Linux 8 are now supported. The Oracle Container Registry hosts container images
2927
based on both Oracle Linux 7 and 8, including Oracle WebLogic Server 14.1.1.0.0 images based on Java 8 and 11.
3028
* You must have the `cluster-admin` role to install the operator. The operator does

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +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.3.0 (PS3),
497-
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), and 14.1.1.0.0, and is already included in the PSUs for these releases since July 2022.
498497

499498
### Configuring WebLogic Server affinity load balancing algorithms
500499

documentation/site/content/managing-domains/configoverrides/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,7 @@ __Background notes:__
373373
overrides are failing to take effect.
374374
375375
- Some incorrect overrides may be detected on WebLogic Server versions that
376-
support the `weblogic.SituationalConfig.failBootOnError` system property
377-
(not applicable to WebLogic Server 12.2.1.3.0).
376+
support the `weblogic.SituationalConfig.failBootOnError` system property.
378377
- If the system property is supported, then, by default, WebLogic Server will fail to boot
379378
if it encounters a syntax error while loading configuration overrides files.
380379
- If you _want_ to start up WebLogic Servers with incorrectly formatted override files,

documentation/site/content/managing-domains/managing-fmw-domains/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The standard pre-built FMW Infrastructure General Availability image, `container
4848
has this patch applied. The FMW Infrastructure 12.2.1.4.0 images do not require this patch. For detailed instructions
4949
on how to log in to the Oracle Container Registry and accept license agreement, see this [document]({{< relref "/base-images/ocr-images#obtain-images-from-the-oracle-container-registry" >}}).
5050

51-
**NOTE**: As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
51+
**NOTE**: As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for FMW Infrastructure 12.2.1.3 were published in October, 2022. As of June, 2023, Oracle WebLogic Server 12.2.1.3 is no longer supported. The last CPU images for WebLogic Server 12.2.1.3 were published in April, 2023.
5252

5353
{{% notice warning %}}
5454
This sample uses General Availability (GA) images. GA images are suitable for demonstration and development purposes _only_ where the environments are not available from the public Internet; they are **not acceptable for production use**. In production, you should always use CPU (patched) images from [OCR]({{< relref "/base-images/ocr-images.md" >}}) or create your images using the [WebLogic Image Tool]({{< relref "/base-images/custom-images#create-a-custom-base-image" >}}) (WIT) with the `--recommendedPatches` option. For more guidance, see [Apply the Latest Patches and Updates](https://www.oracle.com/pls/topic/lookup?ctx=en/middleware/standalone/weblogic-server/14.1.1.0&id=LOCKD-GUID-2DA84185-46BA-4D7A-80D2-9D577A4E8DE2) in _Securing a Production Environment for Oracle WebLogic Server_.

documentation/site/content/managing-domains/model-in-image/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Model in Image requires an image with a WebLogic Server installation.
3131

3232
For an example of this approach, see the [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}) sample. For detailed instructions on how to log in to the Oracle Container Registry and accept the license agreement for an image (required to allow pulling an Oracle Container Registry image), see this [document]({{< relref "/base-images/ocr-images#obtain-images-from-the-oracle-container-registry" >}}).
3333

34-
- Or, you can manually build your own base image, as described in [Create a custom image with patches applied]({{< relref "/base-images/custom-images#create-a-custom-image-with-patches-applied" >}}). This is useful if you want your base images to include additional patches. Note that any 12.2.1.3 image must also include patch 29135930 (the pre-built images already contain this patch).
34+
- Or, you can manually build your own base image, as described in [Create a custom image with patches applied]({{< relref "/base-images/custom-images#create-a-custom-image-with-patches-applied" >}}). This is useful if you want your base images to include additional patches.
3535

36-
**NOTE**: As of December, 2022, Oracle will continue support of WebLogic Server 12.2.1.3, for six months _only_, for PSUs and security patches. CPU images for WebLogic Server 12.2.1.3 will be published in the January, 2023, and April, 2023, CPU cycles.
36+
**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.
3737

3838
### Directory structure
3939

0 commit comments

Comments
 (0)