Skip to content

Commit aa928d1

Browse files
committed
Merge branch 'docs-release-notes-3.4.0' into 'main'
Release Notes for 3.4.0 release See merge request weblogic-cloud/weblogic-deploy-tooling!1532
2 parents b1000a2 + 0fd1cbe commit aa928d1

File tree

2 files changed

+49
-9
lines changed

2 files changed

+49
-9
lines changed

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

+16-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
+++
22
title = "Release Notes"
33
date = 2019-02-22T15:27:38-05:00
4-
weight = 82
4+
weight = 80
55
pre = "<b> </b>"
66
+++
77

88

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

1919
#### Other Changes
20-
- #1517 - Added a `postCreateRcuSchemasScript` element to the typedef file definitions to accommodate extra
21-
schema patching work required for Oracle Identity Governance domain creation.
22-
- #1519 - Added `rcu_admin_user` field to the `domainInfo:/RCUDbInfo` section to replace `rcu_db_user`, which is now
23-
deprecated and will be removed in a future release. This field is optional and will default to the appropriate
24-
admin user name: `admin` when using an ATP database and `SYS` otherwise.
20+
- #1521 - Added alias changes to accommodate October 2023 PSUs for WebLogic Server versions 12.2.1.4 and 14.1.1.
21+
- #1525 - Added missing MBeans to better support the WebLogic Remote Console.
22+
- #1527 - Added missing Security Provider attributes to better support the WebLogic Remote Console.
23+
- #1530 - Refactored the handling of Coherence Custom Cluster and Cache Config files to correct the behavior
24+
and expand online update and discover capabilities.
25+
One side effect is that the Discover Domain tool when run in online mode will generate warnings
26+
and skip discovery of Coherence Cache Config folders. This is due to a shortcoming in WebLogic Server's
27+
Coherence configuration support that is tracked by Bug 35969096.
2528

2629
#### Bug Fixes
27-
- #1518 - Fixed an issue when using an ATP database as the RCU schema repository that was causing
28-
`config/fmwconfig/jps-config.xml` to contain a clear text password after JRF domain creation.
30+
- #1522 - Fixed issues related to unicode handling that were causing errors processing typedef files.
31+
- #1526 - Fixed an issue that was preventing custom typedefs from working properly (WDT-771/GitHub Issue #1506).
32+
- #1528 - Fixed an issue that was causing the standalone Validate Model tool to write credentials to the log
33+
with certain models. Fixed an issue that was causing log level escalation (WDT-783).
34+
- #1529 - Fixed an issue for boolean attributes with null default values. This issue was causing Discover Domain to
35+
incorrectly treat attributes whose values were `False` to be omitted from the discovered model.
2936

3037
#### Known Issues
3138
None
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
+++
2+
title = "Release Notes 3.3.0"
3+
date = 2019-02-22T15:27:38-05:00
4+
weight = 81
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 3.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+
- #1517 - Added a `postCreateRcuSchemasScript` element to the typedef file definitions to accommodate extra
21+
schema patching work required for Oracle Identity Governance domain creation.
22+
- #1519 - Added `rcu_admin_user` field to the `domainInfo:/RCUDbInfo` section to replace `rcu_db_user`, which is now
23+
deprecated and will be removed in a future release. This field is optional and will default to the appropriate
24+
admin user name: `admin` when using an ATP database and `SYS` otherwise.
25+
26+
#### Bug Fixes
27+
- #1518 - Fixed an issue when using an ATP database as the RCU schema repository that was causing
28+
`config/fmwconfig/jps-config.xml` to contain a clear text password after JRF domain creation.
29+
30+
#### Known Issues
31+
None
32+
33+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

0 commit comments

Comments
 (0)