Skip to content

Commit ac76e6d

Browse files
committedJan 1, 2025·
Merge branch 'docs-4.3.0' into 'main'
Cleaning up for 4.3.0 release See merge request weblogic-cloud/weblogic-deploy-tooling!1761
2 parents 27391f1 + 1bbfdb8 commit ac76e6d

File tree

25 files changed

+111
-54
lines changed

25 files changed

+111
-54
lines changed
 

‎core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>weblogic-deploy</artifactId>
1313
<groupId>com.oracle.weblogic.lifecycle</groupId>
14-
<version>4.2.2-SNAPSHOT</version>
14+
<version>4.3.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

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

+22-23
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 = 69
4+
weight = 68
55
pre = "<b> </b>"
66
+++
77

88

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

1919
#### Other Changes
20-
- #1717, #1728 - Extended the API integration between WebLogic Kubernetes Toolkit UI and WDT to pass back the encrypted
21-
passwords when running the Prepare Model Tool from the WebLogic Kubernetes Toolkit UI.
22-
- #1722 - Added logic to detect a situation where the user specified in `domainInfo:/AdminUserName` is also listed in
23-
the `topology:/Security/User` list of users and update the `topology:/Security/User` user's `Password` field to be
24-
the same as that specified in `domainInfo:/AdminPassword`.
25-
- #1723 - Added support for the WebLogic Server 12.2.1.4 and 14.1.1 July 2024 PSUs.
20+
- #1731, #1735, #1736, #1738, #1743, #1748 - Updated aliases for WebLogic Server 14.1.2 GA release.
21+
- #1732 - Changed default value when using `-target` to include the domain's bin directory contents.
22+
- #1737 - Optimized offline discovery of default values in 14.1.2.
23+
- #1739 - Added aliases for `SNMPAgent`, `SNMPDeploymentAgent`, `EJBContainer`, and Cluster's `JtaRemoteDomain` folders.
24+
- #1741 - Added support for deploying and discovering customer resources.
25+
- #1746 - Added support for the WebLogic Server 12.2.1.4 and 14.1.1 October 2024 PSUs.
26+
- #1750 - Changed file path resolution to not convert symbolic links to the actual paths.
27+
- #1751 - Changed JDK validation to allow the user to run WDT tools with OpenJDK and removed broken support for GraalVM.
28+
- #1752 - Moved away from using jline's deprecated `jansi` provider to using the `jni` provider.
29+
- #1758 - Enhanced Create Domain Tool to allow creating a JRF domain using fully specified RCU Data Sources
30+
in the `resources:/JDBCSystemResource` section of the model without requiring the `domainInfo:/RCUDbInfo`
31+
section.
32+
- #1760 - Modified WDT's usage of JAXB classes to prepare for supporting the Jakarta EE 9+ of JAXB runtime.
2633

2734
#### Bug Fixes
28-
- #1713 - Added logic at startup to detect when WDT logging is not properly configured.
29-
- #1715 - Fixed a bug where the `domainInfo:/OPSSWalletPassphrase` field was not properly handled when using the
30-
Prepare Model Tool or when using the Discover Domain Tool with the `-target` argument.
31-
- #1716 - Fixed the Discover Domain Tool documentation to add missing command-line arguments.
32-
- #1718 - Fixed an issue with the `NativeVersionEnabled` attribute of `NMProperties` not working correctly when running
33-
the Update Domain Tool.
34-
- #1720 - Fixed an issue with RCU pre-check error handling that was causing an unhandled Jython error.
35-
- #1721 - Fixed a bug in the SSH directory listing command for a remote Unix machine.
36-
- #1724 - Fixed an off-by-one error when using the Archive Helper Tool's `remove custom` command with a name that starts
37-
with `wlsdeploy/custom/` or `config/wlsdeploy/custom/` that was causing the specified location to not be removed.
38-
- #1727, #1729 - Fixed an issue with Create Domain Tool's RCU pre-check functionality that was causing a Jython
39-
AttributeException for `set` when the STB DataSource was defined in the `resources:/JDBCSystemResource` section of the
40-
model and specifying one or more JDBC driver properties.
41-
- #1730 - Fixed an issue where an application or library deployment plan was not being collected when the `SourcePath`
42-
contained an excluded location like `@@ORACLE_HOME@@`.
35+
- #1732 - Fixed bad error message when WLST assign() invocation fails.
36+
- #1734 - Fixed validation error caused by trying to validate prior to resolving tokens.
37+
- #1744 - Squelched SLF4J startup messages from printing to `stderr`.
38+
- #1748 - Fixed target injector paths causing discovery to fail with sub-deployments.
39+
- #1749 - Fixed JMS Foreign Server discovery issue when the URL is not using a `file`, `http`, or `https` protocol.
40+
- #1753 - Cleaned up exiting from the interactive Model Help Tool using Control-D.
41+
- #1755 - Fixed bug with command-line handling of the WDT encryption passphrase from `stdin`.
4342

4443
#### Known Issues
4544
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
+++
2+
title = "Release 4.2.1"
3+
date = 2024-01-09T18:27:38-05:00
4+
weight = 69
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 4.2.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+
- #1717, #1728 - Extended the API integration between WebLogic Kubernetes Toolkit UI and WDT to pass back the encrypted
21+
passwords when running the Prepare Model Tool from the WebLogic Kubernetes Toolkit UI.
22+
- #1722 - Added logic to detect a situation where the user specified in `domainInfo:/AdminUserName` is also listed in
23+
the `topology:/Security/User` list of users and update the `topology:/Security/User` user's `Password` field to be
24+
the same as that specified in `domainInfo:/AdminPassword`.
25+
- #1723 - Added support for the WebLogic Server 12.2.1.4 and 14.1.1 July 2024 PSUs.
26+
27+
#### Bug Fixes
28+
- #1713 - Added logic at startup to detect when WDT logging is not properly configured.
29+
- #1715 - Fixed a bug where the `domainInfo:/OPSSWalletPassphrase` field was not properly handled when using the
30+
Prepare Model Tool or when using the Discover Domain Tool with the `-target` argument.
31+
- #1716 - Fixed the Discover Domain Tool documentation to add missing command-line arguments.
32+
- #1718 - Fixed an issue with the `NativeVersionEnabled` attribute of `NMProperties` not working correctly when running
33+
the Update Domain Tool.
34+
- #1720 - Fixed an issue with RCU pre-check error handling that was causing an unhandled Jython error.
35+
- #1721 - Fixed a bug in the SSH directory listing command for a remote Unix machine.
36+
- #1724 - Fixed an off-by-one error when using the Archive Helper Tool's `remove custom` command with a name that starts
37+
with `wlsdeploy/custom/` or `config/wlsdeploy/custom/` that was causing the specified location to not be removed.
38+
- #1727, #1729 - Fixed an issue with Create Domain Tool's RCU pre-check functionality that was causing a Jython
39+
AttributeException for `set` when the STB DataSource was defined in the `resources:/JDBCSystemResource` section of the
40+
model and specifying one or more JDBC driver properties.
41+
- #1730 - Fixed an issue where an application or library deployment plan was not being collected when the `SourcePath`
42+
contained an excluded location like `@@ORACLE_HOME@@`.
43+
44+
#### Known Issues
45+
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
46+
the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895.
47+
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.
48+
49+
```shell
50+
SEVERE Messages:
51+
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
52+
```
53+
54+
- SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
55+
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
56+
issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information.
57+
58+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

‎installer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.oracle.weblogic.lifecycle</groupId>
1414
<artifactId>weblogic-deploy</artifactId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/alias-test/generate/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-alias-test</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/alias-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-integration-tests</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/alias-test/verify/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-alias-test</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-integration-tests</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/simple-app-archive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-system-test-apps</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/simple-app-updated-archive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-system-test-apps</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/simple-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-system-test-apps</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/structured-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-system-test-apps</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/structured-app/structured-app-archive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-system-test-apps-structured-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/structured-app/structured-app-updated-archive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-system-test-apps-structured-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/structured-app/structured-app-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-system-test-apps-structured-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/versioned-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-system-test-apps</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/versioned-app/versioned-app-archive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-system-test-apps-versioned-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/versioned-app/versioned-app-updated-archive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-system-test-apps-versioned-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/versioned-app/versioned-app-updated-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-system-test-apps-versioned-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/apps/versioned-app/versioned-app-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy-system-test-apps-versioned-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎integration-tests/system-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.oracle.weblogic.lifecycle</groupId>
1414
<artifactId>weblogic-deploy-integration-tests</artifactId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

‎pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.oracle.weblogic.lifecycle</groupId>
1010
<artifactId>weblogic-deploy</artifactId>
11-
<version>4.2.2-SNAPSHOT</version>
11+
<version>4.3.0-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313

1414
<name>Oracle WebLogic Server Deploy Tooling</name>
@@ -46,7 +46,7 @@
4646
<jzlib.version>1.1.3</jzlib.version>
4747
<asn.one.version>0.6.0</asn.one.version>
4848
<jline.version>3.28.0</jline.version>
49-
<junit.version>5.11.3</junit.version>
49+
<junit.version>5.11.4</junit.version>
5050
<wdt.scm.repo.url>${env.WDT_SCM_REPO_URL}</wdt.scm.repo.url>
5151
<wdt.scm.repo.conn>${env.WDT_SCM_REPO_CONN}</wdt.scm.repo.conn>
5252

@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>com.google.guava</groupId>
142142
<artifactId>guava</artifactId>
143-
<version>33.3.1-jre</version>
143+
<version>33.4.0-jre</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>javax.xml.bind</groupId>
@@ -318,12 +318,6 @@
318318
<plugin>
319319
<groupId>org.codehaus.mojo</groupId>
320320
<artifactId>flatten-maven-plugin</artifactId>
321-
<configuration>
322-
<embedBuildProfileDependencies>true</embedBuildProfileDependencies>
323-
<pomElements>
324-
<repositories>flatten</repositories>
325-
</pomElements>
326-
</configuration>
327321
<executions>
328322
<!-- enable flattening -->
329323
<execution>
@@ -332,6 +326,12 @@
332326
<goals>
333327
<goal>flatten</goal>
334328
</goals>
329+
<configuration>
330+
<embedBuildProfileDependencies>true</embedBuildProfileDependencies>
331+
<pomElements>
332+
<repositories>flatten</repositories>
333+
</pomElements>
334+
</configuration>
335335
</execution>
336336
<!-- ensure proper cleanup -->
337337
<execution>

‎tools/crd-schema/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>tools</artifactId>
1313
<groupId>com.oracle.weblogic.lifecycle</groupId>
14-
<version>4.2.2-SNAPSHOT</version>
14+
<version>4.3.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

‎tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.2.2-SNAPSHOT</version>
15+
<version>4.3.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)
Please sign in to comment.