|
| 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