Skip to content

Commit 780a720

Browse files
committed
preparing for 4.3.5 release
1 parent 0c396a3 commit 780a720

File tree

2 files changed

+62
-21
lines changed

2 files changed

+62
-21
lines changed

documentation/4.0/content/release-notes/_index.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
+++
22
title = "Release Notes"
33
date = 2024-01-09T18:27:38-05:00
4-
weight = 64
4+
weight = 63
55
pre = "<b> </b>"
66
+++
77

88

9-
### Changes in Release 4.3.4
9+
### Changes in Release 4.3.5
1010
- [Major New Features](#major-new-features)
1111
- [Other Changes](#other-changes)
1212
- [Bugs Fixes](#bug-fixes)
@@ -17,27 +17,12 @@ pre = "<b> </b>"
1717
None
1818

1919
#### Other Changes
20-
- #1792 - Segregated ServerTemplate keystores in the archive file.
21-
- #1798 - Added `ClusterAddress`, `ListenAddress`, `InterfaceAddress`, and `MulticastAddress` to the WKO filter
22-
when using Discover Domain and Prepare Model tools with the `-target` argument.
23-
- #1799 - Added the `oracle_database_admin_role` field to the `RCUDbInfo` section for users that need to
24-
use a role that is not `SYSDBA`.
20+
- #1802 - Added support for the 12.2.1.4, 14.1.1, and 14.1.2 April 2025 PSUs.
2521

2622
#### Bug Fixes
27-
- #1784 - Prevent Discover Domain tool from trying to discover passwords unless the user specified to do so.
28-
- #1785 - Change logging level from `INFO` to `FINE` for unrecognized attributes when using online operations.
29-
- #1786 - Fixed RCU discovery issue to properly handle passwords.
30-
- #1787 - Fixed issue with WKO filter to eliminate errors when traversing the model.
31-
- #1788 - Restored internal method call to compare WLS versions in the Discover Domain tool.
32-
- #1789 - Fixing issues with the `-target wko` filter.
33-
- #1790 - Add missing 14.1.2 JDK version information to the installation documentation.
34-
- #1794 - Fixing an issue with the RCU password not being properly decrypted while trying to validate the
35-
RCU data when running the Create Domain tool.
36-
- #1795 - Fixing a bug introduced by change #1792 that was causing an error when discovering `Server` and
37-
`ServerTemplate` keystores.
38-
- #1796 - Fixed an issue where the datasource password was not being decrypted properly when using the
39-
Discover Domain tool with the `-discover_passwords` argument.
40-
23+
- #1803 - Fixed the Update Domain Tool documentation to list `-output_dir` in the list of supported arguments.
24+
- #1804 - Addressed CVE-2020-36843 but upgrading sshj to a version that removes the dependency on eddsa and
25+
removing eddsa from the WDT installer.
4126

4227
#### Known Issues
4328
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
+++
2+
title = "Release 4.3.4"
3+
date = 2024-01-09T18:27:38-05:00
4+
weight = 64
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 4.3.4
10+
- [Major New Features](#major-new-features)
11+
- [Other Changes](#other-changes)
12+
- [Bugs Fixes](#bug-fixes)
13+
- [Known Issues](#known-issues)
14+
15+
16+
#### Major New Features
17+
None
18+
19+
#### Other Changes
20+
- #1792 - Segregated ServerTemplate keystores in the archive file.
21+
- #1798 - Added `ClusterAddress`, `ListenAddress`, `InterfaceAddress`, and `MulticastAddress` to the WKO filter
22+
when using Discover Domain and Prepare Model tools with the `-target` argument.
23+
- #1799 - Added the `oracle_database_admin_role` field to the `RCUDbInfo` section for users that need to
24+
use a role that is not `SYSDBA`.
25+
26+
#### Bug Fixes
27+
- #1784 - Prevent Discover Domain tool from trying to discover passwords unless the user specified to do so.
28+
- #1785 - Change logging level from `INFO` to `FINE` for unrecognized attributes when using online operations.
29+
- #1786 - Fixed RCU discovery issue to properly handle passwords.
30+
- #1787 - Fixed issue with WKO filter to eliminate errors when traversing the model.
31+
- #1788 - Restored internal method call to compare WLS versions in the Discover Domain tool.
32+
- #1789 - Fixing issues with the `-target wko` filter.
33+
- #1790 - Add missing 14.1.2 JDK version information to the installation documentation.
34+
- #1794 - Fixing an issue with the RCU password not being properly decrypted while trying to validate the
35+
RCU data when running the Create Domain tool.
36+
- #1795 - Fixing a bug introduced by change #1792 that was causing an error when discovering `Server` and
37+
`ServerTemplate` keystores.
38+
- #1796 - Fixed an issue where the datasource password was not being decrypted properly when using the
39+
Discover Domain tool with the `-discover_passwords` argument.
40+
41+
42+
#### Known Issues
43+
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
44+
the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895.
45+
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.
46+
47+
```shell
48+
SEVERE Messages:
49+
1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC
50+
```
51+
52+
- SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
53+
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
54+
issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information.
55+
56+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

0 commit comments

Comments
 (0)