Skip to content

Commit 41cfaed

Browse files
committed
Preparing for release 4.3.7
1 parent fb7e290 commit 41cfaed

File tree

3 files changed

+49
-4
lines changed

3 files changed

+49
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ release.properties
2929
**/.DS_Store
3030
**/.hugo_build.lock
3131
.jython_cache
32+
.oca

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

Lines changed: 9 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 = 62
4+
weight = 61
55
pre = "<b> </b>"
66
+++
77

88

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

1919
#### Other Changes
20-
None
20+
- #1816 - Added support for 12.2.1.4, 14.1.1, and 14.1.2 July 2025 PSUs.
21+
- #1826 - Improved support for DBClientData directories by adding model support.
22+
- #1827 - Removed Verrazzano support that was deprecated in 4.0.0.
23+
- Various - Added support for 15.1.1 GA release.
2124

2225
#### Bug Fixes
23-
- #1806 - Reverted SnakeYAML to version 2.3 to restore JDK 7 support.
26+
- #1811 - Fixed an issue to allow support for null default values for attributes during discovery
27+
- #1830 - Fixed 12.2.1.3 alias values for OracleIdentityCloudIntegrator
28+
- #1831 - Fixed variable injection for security providers
2429

2530
#### Known Issues
2631
- 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.3.6"
3+
date = 2024-01-09T18:27:38-05:00
4+
weight = 62
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 4.3.6
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+
None
21+
22+
#### Bug Fixes
23+
- #1806 - Reverted SnakeYAML to version 2.3 to restore JDK 7 support.
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 does 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)