Skip to content

Commit abf33c3

Browse files
committed
Preparing for release 4.3.8
1 parent bac95ca commit abf33c3

File tree

4 files changed

+54
-14
lines changed

4 files changed

+54
-14
lines changed

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

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

88

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

1919
#### Other Changes
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.
20+
None
2421

2522
#### Bug Fixes
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
23+
- #1833 - Fixed an issue with CLASSPATH handling where empty elements were present that caused Discover Domain to fail.
24+
- #1834 - Fixed an issue with security provider handling that was causing Create Domain to fail.
2925

3026
#### Known Issues
3127
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
+++
2+
title = "Release 4.3.7"
3+
date = 2024-01-09T18:27:38-05:00
4+
weight = 61
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 4.3.7
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+
- #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.
24+
25+
#### Bug Fixes
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
29+
30+
#### Known Issues
31+
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
32+
the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895.
33+
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.
34+
35+
```shell
36+
SEVERE Messages:
37+
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
38+
```
39+
40+
- SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
41+
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
42+
issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information.
43+
44+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.apache.maven.plugins</groupId>
3030
<artifactId>maven-dependency-plugin</artifactId>
31-
<version>3.8.1</version>
31+
<version>3.9.0</version>
3232
</plugin>
3333
<plugin>
3434
<groupId>org.apache.maven.plugins</groupId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<plugin>
191191
<groupId>org.apache.maven.plugins</groupId>
192192
<artifactId>maven-failsafe-plugin</artifactId>
193-
<version>3.5.3</version>
193+
<version>3.5.4</version>
194194
<configuration>
195195
<groups>${test.groups}</groups>
196196
</configuration>
@@ -226,7 +226,7 @@
226226
<plugin>
227227
<groupId>org.apache.maven.plugins</groupId>
228228
<artifactId>maven-surefire-plugin</artifactId>
229-
<version>3.5.3</version>
229+
<version>3.5.4</version>
230230
</plugin>
231231
<plugin>
232232
<groupId>io.rhpatrick.mojo</groupId>
@@ -241,7 +241,7 @@
241241
<plugin>
242242
<groupId>org.codehaus.mojo</groupId>
243243
<artifactId>build-helper-maven-plugin</artifactId>
244-
<version>3.6.0</version>
244+
<version>3.6.1</version>
245245
</plugin>
246246
<plugin>
247247
<groupId>org.codehaus.mojo</groupId>
@@ -277,7 +277,7 @@
277277
<plugin>
278278
<groupId>org.sonarsource.scanner.maven</groupId>
279279
<artifactId>sonar-maven-plugin</artifactId>
280-
<version>5.1.0.4751</version>
280+
<version>5.2.0.4988</version>
281281
</plugin>
282282
<plugin>
283283
<groupId>com.labun.buildnumber</groupId>

0 commit comments

Comments
 (0)