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
-#1717, #1728 - Extended the API integration between WebLogic Kubernetes Toolkit UI and WDT to pass back the encrypted
21
+
passwords when running the Prepare Model Tool from the WebLogic Kubernetes Toolkit UI.
22
+
-#1722 - Added logic to detect a situation where the user specified in `domainInfo:/AdminUserName` is also listed in
23
+
the `topology:/Security/User` list of users and update the `topology:/Security/User` user's `Password` field to be
24
+
the same as that specified in `domainInfo:/AdminPassword`.
25
+
-#1723 - Added support for the WebLogic Server 12.2.1.4 and 14.1.1 July 2024 PSUs.
26
+
27
+
#### Bug Fixes
28
+
-#1713 - Added logic at startup to detect when WDT logging is not properly configured.
29
+
-#1715 - Fixed a bug where the `domainInfo:/OPSSWalletPassphrase` field was not properly handled when using the
30
+
Prepare Model Tool or when using the Discover Domain Tool with the `-target` argument.
31
+
-#1716 - Fixed the Discover Domain Tool documentation to add missing command-line arguments.
32
+
-#1718 - Fixed an issue with the `NativeVersionEnabled` attribute of `NMProperties` not working correctly when running
33
+
the Update Domain Tool.
34
+
-#1720 - Fixed an issue with RCU pre-check error handling that was causing an unhandled Jython error.
35
+
-#1721 - Fixed a bug in the SSH directory listing command for a remote Unix machine.
36
+
-#1724 - Fixed an off-by-one error when using the Archive Helper Tool's `remove custom` command with a name that starts
37
+
with `wlsdeploy/custom/` or `config/wlsdeploy/custom/` that was causing the specified location to not be removed.
38
+
-#1727, #1729 - Fixed an issue with Create Domain Tool's RCU pre-check functionality that was causing a Jython
39
+
AttributeException for `set` when the STB DataSource was defined in the `resources:/JDBCSystemResource` section of the
40
+
model and specifying one or more JDBC driver properties.
41
+
-#1730 - Fixed an issue where an application or library deployment plan was not being collected when the `SourcePath`
42
+
contained an excluded location like `@@ORACLE_HOME@@`.
43
+
44
+
#### Known Issues
45
+
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
46
+
the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895.
47
+
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.
48
+
49
+
```shell
50
+
SEVERE Messages:
51
+
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
52
+
```
53
+
54
+
- SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
55
+
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
56
+
issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information.
57
+
58
+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.
0 commit comments