1
1
+++
2
2
title = " Release Notes"
3
3
date = 2019-02-22T15:27:38-05:00
4
- weight = 82
4
+ weight = 80
5
5
pre = " <b> </b>"
6
6
+++
7
7
8
8
9
- ### Changes in Release 3.3 .0
9
+ ### Changes in Release 3.4 .0
10
10
- [ Major New Features] ( #major-new-features )
11
11
- [ Other Changes] ( #other-changes )
12
12
- [ Bugs Fixes] ( #bug-fixes )
@@ -17,15 +17,22 @@ pre = "<b> </b>"
17
17
None
18
18
19
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.
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.
25
28
26
29
#### 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.
29
36
30
37
#### Known Issues
31
38
None
0 commit comments