Skip to content

Commit cfeb035

Browse files
committed
Preparing for 4.3.6 release
1 parent 1aae1ae commit cfeb035

File tree

2 files changed

+45
-6
lines changed

2 files changed

+45
-6
lines changed

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

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

88

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

1919
#### Other Changes
20-
- #1802 - Added support for the 12.2.1.4, 14.1.1, and 14.1.2 April 2025 PSUs.
20+
None
2121

2222
#### Bug Fixes
23-
- #1803 - Fixed the Update Domain Tool documentation to list `-output_dir` in the list of supported arguments.
24-
- #1804 - Addressed CVE-2020-36843 by upgrading sshj to a version that removes the dependency on eddsa and
25-
removing eddsa from the WDT installer.
23+
- #1806 - Reverted SnakeYAML to version 2.3 to restore JDK 7 support.
2624

2725
#### Known Issues
2826
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
+++
2+
title = "Release 4.3.5"
3+
date = 2024-01-09T18:27:38-05:00
4+
weight = 63
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 4.3.5
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+
- #1802 - Added support for the 12.2.1.4, 14.1.1, and 14.1.2 April 2025 PSUs.
21+
22+
#### Bug Fixes
23+
- #1803 - Fixed the Update Domain Tool documentation to list `-output_dir` in the list of supported arguments.
24+
- #1804 - Addressed CVE-2020-36843 by upgrading sshj to a version that removes the dependency on eddsa and
25+
removing eddsa from the WDT installer.
26+
27+
#### Known Issues
28+
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
29+
the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895.
30+
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.
31+
32+
```shell
33+
SEVERE Messages:
34+
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
35+
```
36+
37+
- SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
38+
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
39+
issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information.
40+
41+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

0 commit comments

Comments
 (0)