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
#1780 - Added new `-discover_rcu_datasources` option to the Discover Domain Tool to help with migration use cases.
21
+
22
+
#### Bug Fixes
23
+
#1781 - Fixed an issue with application and library targeting with the Compare Model Tool.
24
+
#1782 - Fixed an issue with reading Kubernetes secret file data that was mangling non-ASCII characters.
25
+
26
+
#### Known Issues
27
+
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
28
+
the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895.
29
+
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.
30
+
31
+
```shell
32
+
SEVERE Messages:
33
+
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
34
+
```
35
+
36
+
- SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
37
+
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
38
+
issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information.
39
+
40
+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.
0 commit comments