Skip to content

Commit 3daa09c

Browse files
committed
release notes for 4.0.2 release
1 parent 194ccde commit 3daa09c

File tree

2 files changed

+52
-13
lines changed

2 files changed

+52
-13
lines changed

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

Lines changed: 4 additions & 13 deletions
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 = 73
4+
weight = 72
55
pre = "<b> </b>"
66
+++
77

88

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

1919
#### 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.
20+
- #1668 - Added new discover passwords feature that allows the user to discover passwords and store them in the model in encrypted format.
2621

2722
#### 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.
23+
- #1675 - Fixed a bug with replacing environment variable tokens on Windows.
3324

3425
#### Known Issues
3526
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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

Comments
 (0)