Skip to content

Commit edc426a

Browse files
committed
Merge branch 'docs-4.3.1' into 'main'
Preparing for 4.3.1 release See merge request weblogic-cloud/weblogic-deploy-tooling!1772
2 parents 27e4f8c + 3bcb80f commit edc426a

File tree

2 files changed

+72
-22
lines changed

2 files changed

+72
-22
lines changed

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

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

88

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

1919
#### Other Changes
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.
20+
- #1771 - Added support for January 2025 PSUs for 12.2.1.4, 14.1.1, and 14.1.2.
3321

3422
#### Bug Fixes
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`.
23+
- #1762, #1764 - Fixed issues with causing Discover Domain to generate attribute not supported log entries for
24+
deprecated attributes.
25+
- #1763 - Documented WebLogic Server Bug 37443991 as a known limitation.
26+
- #1765 - Fixing AttributeError when running Discover Domain with either `-skip_archive` or `-remote` (GitHub Issue 1607).
27+
- #1766 - Fixing AttributeError when running Discover Domain with either `-skip_archive` or `-remote`
28+
on different archive types (GitHub Issue 1608).
29+
- #1767 - Fixing Discover Domain command-line argument validation that allows both `-skip_archive` and `-remote` to be
30+
specified when they are mutually exclusive.
31+
- #1768 - Improved default value detection for Discover Domain when running against WebLogic Server 14.1.2.
32+
- #1769 - Cleaning up offline Discover Domain to exclude the `JavaHome` attribute in the `NMProperties` folder.
33+
- #1770 - Fixing secure mode detection to work properly in WebLogic Server 14.1.2. This is critical to reducing the
34+
number of attributes that show up in the model when using Discover Domain in offline mode.
4235

4336
#### Known Issues
4437
- 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,57 @@
1+
+++
2+
title = "Release 4.3.0"
3+
date = 2024-01-09T18:27:38-05:00
4+
weight = 68
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 4.3.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+
- #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.
33+
34+
#### Bug Fixes
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`.
42+
43+
#### Known Issues
44+
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
45+
the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895.
46+
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.
47+
48+
```shell
49+
SEVERE Messages:
50+
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
51+
```
52+
53+
- SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
54+
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
55+
issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information.
56+
57+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

0 commit comments

Comments
 (0)