1
1
+++
2
2
title = " Release Notes"
3
3
date = 2019-02-22T15:27:38-05:00
4
- weight = 89
4
+ weight = 88
5
5
pre = " <b> </b>"
6
6
+++
7
7
8
8
9
- ### Changes in Release 3.2.0
9
+ ### Changes in Release 3.2.1
10
10
- [ Major New Features] ( #major-new-features )
11
11
- [ Other Changes] ( #other-changes )
12
12
- [ Bugs Fixes] ( #bug-fixes )
@@ -17,14 +17,16 @@ pre = "<b> </b>"
17
17
None
18
18
19
19
#### Other Changes
20
- - #1450 - Added alias updates for April 2023 PSUs for 12.2.1.3, 12.2.1.4, and 14.1.1.
21
- - #1454 - Added aliases for new fields introduced 14.1.2.
22
- - #1457 - Deprecated ` system-elements ` section of typedef files and replaced it with a new ` discover-filters ` section
23
- that supports filtering named elements in most top-level folders.
24
- - #1458 - Updated Model and Archive documentation to reflect the current state of the code.
20
+ - #1465 - Initial, limited i18n translation bundles added
25
21
26
22
#### Bug Fixes
27
- - #1459 - Fixed a type conversion issues for properties entries where boolean and integers were not being properly
28
- converted to strings in 14.1.1 and newer.
23
+ - #1466 - Updated ` Server ` and ` ServerTemplate ` aliases to add new 14.1.2 offline attributes.
24
+ - #1467 - Updated ` CoherenceSystemResource ` aliases to add new 14.1.2 ` SecuredProduction ` online attribute.
25
+ - #1468 - Fixed an error related to tool initialization with WebLogic Server versions earlier than 12.2.1 (Issue #1466 ).
26
+ - #1469 - Corrected method names used for logging so that they are the same as the actual method name in which they are
27
+ being used.
28
+ - #1470 - Fixed system-test test 35 to allow it to succeed when run on machines other than the Jenkins slaves.
29
+ - #1471 - Fixed a ` discoverDomain ` issue that was causing errors while looking for ` SecureMode ` on WebLogic Server
30
+ versions earlier than 12.2.1.1 (Issue #1467 ).
29
31
30
32
#### Known Issues
0 commit comments