Skip to content

Commit a475a80

Browse files
committed
Preparing for 4.1.1 release
1 parent e990f8d commit a475a80

File tree

2 files changed

+52
-4
lines changed

2 files changed

+52
-4
lines changed

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

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

88

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

1919
#### Other Changes
20-
- #1668 - Added new discover passwords feature that allows the user to discover passwords and store them in the model in encrypted format.
20+
- #1685 - Filtered out the default `OptionalFeatures` folders when they have no attributes so that they do not show up
21+
in the online discovered model.
2122

2223
#### Bug Fixes
23-
- #1675 - Fixed a bug with replacing environment variable tokens on Windows.
24+
- #1677 - Fixed a bug where creating a user with extra attributes would result in invalid LDIFT entries.
25+
- #1678 - Fixed a bug that was causing errors when deploying a new application and the server required a restart.
26+
- #1679 - Fixed a bug where the SSHJ libraries (that only work with JDK 8 and above) were causing the tools to fail
27+
when running with JDK 7.
28+
- #1680 - Fixed the `DataSourceLogFile` and `WebServerLog` folders default value for the `DateFormatPattern` attribute
29+
for WLS versions prior to 12.2.1 so that they no longer show up in the online discovered model.
30+
- #1681 - Worked around a pre-12.2.1 WLST bug that was preventing the online tools from determining the server's WLS version.
31+
- #1683 - Fixed a bug with the Model Help Tool where our use of JLine libraries (that only work with JDK 8 and above)
32+
were causing the Model Help tool to fail when run with JDK 7.
2433

2534
#### Known Issues
2635
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
+++
2+
title = "Release 4.1.0"
3+
date = 2024-01-09T18:27:38-05:00
4+
weight = 72
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 4.1.0
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+
- #1668 - Added new discover passwords feature that allows the user to discover passwords and store them in the model in encrypted format.
21+
22+
#### Bug Fixes
23+
- #1675 - Fixed a bug with replacing environment variable tokens on Windows.
24+
25+
#### Known Issues
26+
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
27+
the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895.
28+
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.
29+
30+
```shell
31+
SEVERE Messages:
32+
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
33+
```
34+
35+
- SSH support for the Update Domain Tool and Deploy Apps Tool do not work when using an archive file and the remote
36+
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
37+
issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information.
38+
39+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

0 commit comments

Comments
 (0)