robertpatrick
released this
23 Jul 00:54
·
49 commits
to main
since this release
Major New Features
None
Other Changes
- #1717, #1728 - Extended the API integration between WebLogic Kubernetes Toolkit UI and WDT to pass back the encrypted
passwords when running the Prepare Model Tool from the WebLogic Kubernetes Toolkit UI. - #1722 - Added logic to detect a situation where the user specified in
domainInfo:/AdminUserName
is also listed in
thetopology:/Security/User
list of users and update thetopology:/Security/User
user'sPassword
field to be
the same as that specified indomainInfo:/AdminPassword
. - #1723 - Added support for the WebLogic Server 12.2.1.4 and 14.1.1 July 2024 PSUs.
Bug Fixes
- #1713 - Added logic at startup to detect when WDT logging is not properly configured.
- #1715 - Fixed a bug where the
domainInfo:/OPSSWalletPassphrase
field was not properly handled when using the
Prepare Model Tool or when using the Discover Domain Tool with the-target
argument. - #1716 - Fixed the Discover Domain Tool documentation to add missing command-line arguments.
- #1718 - Fixed an issue with the
NativeVersionEnabled
attribute ofNMProperties
not working correctly when running
the Update Domain Tool. - #1720 - Fixed an issue with RCU pre-check error handling that was causing an unhandled Jython error.
- #1721 - Fixed a bug in the SSH directory listing command for a remote Unix machine.
- #1724 - Fixed an off-by-one error when using the Archive Helper Tool's
remove custom
command with a name that starts
withwlsdeploy/custom/
orconfig/wlsdeploy/custom/
that was causing the specified location to not be removed. - #1727, #1729 - Fixed an issue with Create Domain Tool's RCU pre-check functionality that was causing a Jython
AttributeException forset
when the STB DataSource was defined in theresources:/JDBCSystemResource
section of the
model and specifying one or more JDBC driver properties. - #1730 - Fixed an issue where an application or library deployment plan was not being collected when the
SourcePath
contained an excluded location like@@ORACLE_HOME@@
.
Known Issues
-
SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
the 12.2.1.4.0 GA release fails with the following error, as mentioned at hierynomus/sshj#895.
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.SEVERE Messages: 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
-
SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
issue with the SSHJ library WDT is using. See hierynomus/sshj#929 for more information.
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.