|
| 1 | ++++ |
| 2 | +title = "Release 4.0.1" |
| 3 | +date = 2024-01-09T18:27:38-05:00 |
| 4 | +weight = 73 |
| 5 | +pre = "<b> </b>" |
| 6 | ++++ |
| 7 | + |
| 8 | + |
| 9 | +### Changes in Release 4.0.1 |
| 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 | +- #1664 - Added support for the `OptionalFeatureDeployment` top-level folder. |
| 21 | +- #1665, #1667 - Formalized support for both the replicated `config/wlsdeploy/custom/` and non-replicated |
| 22 | + `wlsdeploy/custom` locations. Added support in the Archive Helper Tool and tweaked the validation message |
| 23 | + to only notify the user if they are only using the non-replicated location. |
| 24 | +- #1669 - Enhanced the WLS Policy support to allow users to modify built-in policies. |
| 25 | +- #1674 - Added 12.2.1.4 and 14.1.1 April 2024 PSU support. |
| 26 | + |
| 27 | +#### Bug Fixes |
| 28 | +- #1666 - Fixed a bug with extracting the WebLogic Remote Console extension that caused an error if the archive file |
| 29 | + includes a directory entry. |
| 30 | +- #1670 - Worked around a Jython 2.2.1 bug with `posixpath.isfile()` where it was returning `False` when the answer |
| 31 | + should have been `True`. |
| 32 | +- #1672 - Added None checks around plan file name calculations. |
| 33 | + |
| 34 | +#### Known Issues |
| 35 | +- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example, |
| 36 | + the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895. |
| 37 | + Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1. |
| 38 | + |
| 39 | + ```shell |
| 40 | + SEVERE Messages: |
| 41 | + 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 |
| 42 | + ``` |
| 43 | + |
| 44 | +- SSH support for the Update Domain Tool and Deploy Apps Tool do not work when using an archive file and the remote |
| 45 | + WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an |
| 46 | + issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information. |
| 47 | + |
| 48 | +See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations. |
0 commit comments