|
| 1 | ++++ |
| 2 | +title = "Release 4.3.2" |
| 3 | +date = 2024-01-09T18:27:38-05:00 |
| 4 | +weight = 66 |
| 5 | +pre = "<b> </b>" |
| 6 | ++++ |
| 7 | + |
| 8 | + |
| 9 | +### Changes in Release 4.3.2 |
| 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 | +- #1778 - Added preliminary support for using an enhanced offline `isSet()` method when determining whether to write |
| 21 | + computed fields to the model during offline discovery. Once the enhancement is available in a 14.1.2 PSU, we will |
| 22 | + complete the support. |
| 23 | + |
| 24 | +#### Bug Fixes |
| 25 | +- #1773 - Reduced the logging level of a message about removing attributes from the model to reduce the |
| 26 | + amount of noise on stdout. |
| 27 | +- #1775 - Fixed Discover Domain Tool handling of server keystore files when running with `-skip_archive`. |
| 28 | +- #1776 - Fixed issues with the `ManagedExecutorServiceTemplate`, `ManagedScheduledExecutorServiceTemplate`, and |
| 29 | + `ManagedThreadFactoryTemplate` folders so that they can be used in models. |
| 30 | +- #1777 - Fixed Create Domain Tool so write the domain's mode-related attributes upfront before the initial call |
| 31 | + to `writeDomain()` so that the dynamically computed fields are properly persisted in `config.xml`. |
| 32 | + |
| 33 | +#### Known Issues |
| 34 | +- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example, |
| 35 | + the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895. |
| 36 | + Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1. |
| 37 | + |
| 38 | + ```shell |
| 39 | + SEVERE Messages: |
| 40 | + 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 |
| 41 | + ``` |
| 42 | + |
| 43 | +- SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote |
| 44 | + WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an |
| 45 | + issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information. |
| 46 | + |
| 47 | +See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations. |
0 commit comments