Skip to content

Commit 8264ab5

Browse files
committed
Merge branch 'docs-4.3.2' into 'main'
preparing for 4.3.2 release See merge request weblogic-cloud/weblogic-deploy-tooling!1779
2 parents a5ebd4c + 34fb6d3 commit 8264ab5

File tree

2 files changed

+62
-15
lines changed

2 files changed

+62
-15
lines changed

documentation/4.0/content/release-notes/_index.md

+12-15
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
+++
22
title = "Release Notes"
33
date = 2024-01-09T18:27:38-05:00
4-
weight = 67
4+
weight = 66
55
pre = "<b> </b>"
66
+++
77

88

9-
### Changes in Release 4.3.1
9+
### Changes in Release 4.3.2
1010
- [Major New Features](#major-new-features)
1111
- [Other Changes](#other-changes)
1212
- [Bugs Fixes](#bug-fixes)
@@ -17,21 +17,18 @@ pre = "<b> </b>"
1717
None
1818

1919
#### Other Changes
20-
- #1771 - Added support for January 2025 PSUs for 12.2.1.4, 14.1.1, and 14.1.2.
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.
2123

2224
#### Bug Fixes
23-
- #1762, #1764 - Fixed issues with causing Discover Domain to generate attribute not supported log entries for
24-
deprecated attributes.
25-
- #1763 - Documented WebLogic Server Bug 37443991 as a known limitation.
26-
- #1765 - Fixed AttributeError when running Discover Domain with either `-skip_archive` or `-remote` (GitHub Issue 1607).
27-
- #1766 - Fixed AttributeError when running Discover Domain with either `-skip_archive` or `-remote`
28-
on different archive types (GitHub Issue 1608).
29-
- #1767 - Fixed Discover Domain command-line argument validation that allows both `-skip_archive` and `-remote` to be
30-
specified when they are mutually exclusive.
31-
- #1768 - Improved default value detection for Discover Domain when running against WebLogic Server 14.1.2.
32-
- #1769 - Cleaned up offline Discover Domain to exclude the `JavaHome` attribute in the `NMProperties` folder.
33-
- #1770 - Fixed secure mode detection to work properly in WebLogic Server 14.1.2. This is critical to reducing the
34-
number of attributes that show up in the model when using Discover Domain in offline mode.
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`.
3532

3633
#### Known Issues
3734
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
+++
2+
title = "Release 4.3.1"
3+
date = 2024-01-09T18:27:38-05:00
4+
weight = 67
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 4.3.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+
- #1771 - Added support for January 2025 PSUs for 12.2.1.4, 14.1.1, and 14.1.2.
21+
22+
#### Bug Fixes
23+
- #1762, #1764 - Fixed issues with causing Discover Domain to generate attribute not supported log entries for
24+
deprecated attributes.
25+
- #1763 - Documented WebLogic Server Bug 37443991 as a known limitation.
26+
- #1765 - Fixed AttributeError when running Discover Domain with either `-skip_archive` or `-remote` (GitHub Issue 1607).
27+
- #1766 - Fixed AttributeError when running Discover Domain with either `-skip_archive` or `-remote`
28+
on different archive types (GitHub Issue 1608).
29+
- #1767 - Fixed Discover Domain command-line argument validation that allows both `-skip_archive` and `-remote` to be
30+
specified when they are mutually exclusive.
31+
- #1768 - Improved default value detection for Discover Domain when running against WebLogic Server 14.1.2.
32+
- #1769 - Cleaned up offline Discover Domain to exclude the `JavaHome` attribute in the `NMProperties` folder.
33+
- #1770 - Fixed secure mode detection to work properly in WebLogic Server 14.1.2. This is critical to reducing the
34+
number of attributes that show up in the model when using Discover Domain in offline mode.
35+
36+
#### Known Issues
37+
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
38+
the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895.
39+
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.
40+
41+
```shell
42+
SEVERE Messages:
43+
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
44+
```
45+
46+
- SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
47+
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
48+
issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information.
49+
50+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

0 commit comments

Comments
 (0)