You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-#1802 - Added support for the 12.2.1.4, 14.1.1, and 14.1.2 April 2025 PSUs.
21
+
22
+
#### Bug Fixes
23
+
-#1803 - Fixed the Update Domain Tool documentation to list `-output_dir` in the list of supported arguments.
24
+
-#1804 - Addressed CVE-2020-36843 by upgrading sshj to a version that removes the dependency on eddsa and
25
+
removing eddsa from the WDT installer.
26
+
27
+
#### Known Issues
28
+
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
29
+
the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895.
30
+
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.
31
+
32
+
```shell
33
+
SEVERE Messages:
34
+
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
35
+
```
36
+
37
+
- SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
38
+
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
39
+
issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information.
40
+
41
+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.
0 commit comments