File tree Expand file tree Collapse file tree 3 files changed +45
-18
lines changed
documentation/3.0/content/release-notes Expand file tree Collapse file tree 3 files changed +45
-18
lines changed Original file line number Diff line number Diff line change 11+++
22title = " Release Notes"
33date = 2019-02-22T15:27:38-05:00
4- weight = 86
4+ weight = 85
55pre = " <b> </b>"
66+++
77
88
9- ### Changes in Release 3.2.3
9+ ### Changes in Release 3.2.4
1010- [ Major New Features] ( #major-new-features )
1111- [ Other Changes] ( #other-changes )
1212- [ Bugs Fixes] ( #bug-fixes )
@@ -17,19 +17,11 @@ pre = "<b> </b>"
1717None
1818
1919#### Other Changes
20- - #1496 - Added a post-createDomain script element to the typedef file definitions to accommodate extra
21- offline work required for Oracle Identity Governance domain creation.
22- - # 1499 - Added updated translation bundle files.
20+ - #1503 - Added the ` EnableJMSStoreDBPersistence ` and ` EnableJTATLogDBPersistence ` attributes to ` domainInfo ` , which
21+ allow JRF domains to automatically convert template defined JMS and JTA stores from File stores to Database
22+ stores during domain creation. This feature was added in support of Oracle Identity Governance domain creation.
2323
2424#### Bug Fixes
25- - #1486 - Fixed JSON parser issue in handling escaped newlines.
26- - #1488 - Worked around a Jython 2.2.1 issue where environment variables with a newline in their value
27- caused remaining environment variable values to not be visible from Jython.
28- - #1490 - Fixed an issue with deprecation logging statements to ensure that the class and method names
29- were logged properly.
30- - #1494 - Changed the language for some logging/error messages to make them clearer.
31- - #1495 - Reworded several log messages that were confusing to users and difficult to translate.
32- - #1497 - Fixed sh-based shell scripts to work properly on Solaris 10.x Bourne shell
33- - #1498 - Corrected the error message for a deploy-related error.
25+ None
3426
3527#### Known Issues
Original file line number Diff line number Diff line change 1+ +++
2+ title = " Release Notes 3.2.3"
3+ date = 2019-02-22T15:27:38-05:00
4+ weight = 86
5+ pre = " <b> </b>"
6+ +++
7+
8+
9+ ### Changes in Release 3.2.3
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+ - #1496 - Added a post-createDomain script element to the typedef file definitions to accommodate extra
21+ offline work required for Oracle Identity Governance domain creation.
22+ - #1499 - Added updated translation bundle files.
23+
24+ #### Bug Fixes
25+ - #1486 - Fixed JSON parser issue in handling escaped newlines.
26+ - #1488 - Worked around a Jython 2.2.1 issue where environment variables with a newline in their value
27+ caused remaining environment variable values to not be visible from Jython.
28+ - #1490 - Fixed an issue with deprecation logging statements to ensure that the class and method names
29+ were logged properly.
30+ - #1494 - Changed the language for some logging/error messages to make them clearer.
31+ - #1495 - Reworded several log messages that were confusing to users and difficult to translate.
32+ - #1497 - Fixed sh-based shell scripts to work properly on Solaris 10.x Bourne shell
33+ - #1498 - Corrected the error message for a deploy-related error.
34+
35+ #### Known Issues
Original file line number Diff line number Diff line change 3838 <weblogic-deploy-installer-name >weblogic-deploy</weblogic-deploy-installer-name >
3939 <skipTests >false</skipTests >
4040 <antlr .version>4.9.3</antlr .version>
41- <snakeyaml .version>2.1 </snakeyaml .version>
42- <picocli .version>4.7.4 </picocli .version>
41+ <snakeyaml .version>2.2 </snakeyaml .version>
42+ <picocli .version>4.7.5 </picocli .version>
4343 <junit .version>5.10.0</junit .version>
4444 <wdt .scm.repo.url>${env.WDT_SCM_REPO_URL} </wdt .scm.repo.url>
4545 <wdt .scm.repo.conn>${env.WDT_SCM_REPO_CONN} </wdt .scm.repo.conn>
9999 <dependency >
100100 <groupId >org.easymock</groupId >
101101 <artifactId >easymock</artifactId >
102- <version >5.1 .0</version >
102+ <version >5.2 .0</version >
103103 </dependency >
104104 <dependency >
105105 <groupId >com.google.guava</groupId >
140140 <plugin >
141141 <groupId >org.apache.maven.plugins</groupId >
142142 <artifactId >maven-enforcer-plugin</artifactId >
143- <version >3.3.0 </version >
143+ <version >3.4.1 </version >
144144 </plugin >
145145 <plugin >
146146 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments