File tree 3 files changed +45
-18
lines changed
documentation/3.0/content/release-notes
3 files changed +45
-18
lines changed Original file line number Diff line number Diff line change 1
1
+++
2
2
title = " Release Notes"
3
3
date = 2019-02-22T15:27:38-05:00
4
- weight = 86
4
+ weight = 85
5
5
pre = " <b> </b>"
6
6
+++
7
7
8
8
9
- ### Changes in Release 3.2.3
9
+ ### Changes in Release 3.2.4
10
10
- [ Major New Features] ( #major-new-features )
11
11
- [ Other Changes] ( #other-changes )
12
12
- [ Bugs Fixes] ( #bug-fixes )
@@ -17,19 +17,11 @@ pre = "<b> </b>"
17
17
None
18
18
19
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.
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.
23
23
24
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.
25
+ None
34
26
35
27
#### 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 38
38
<weblogic-deploy-installer-name >weblogic-deploy</weblogic-deploy-installer-name >
39
39
<skipTests >false</skipTests >
40
40
<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>
43
43
<junit .version>5.10.0</junit .version>
44
44
<wdt .scm.repo.url>${env.WDT_SCM_REPO_URL} </wdt .scm.repo.url>
45
45
<wdt .scm.repo.conn>${env.WDT_SCM_REPO_CONN} </wdt .scm.repo.conn>
99
99
<dependency >
100
100
<groupId >org.easymock</groupId >
101
101
<artifactId >easymock</artifactId >
102
- <version >5.1 .0</version >
102
+ <version >5.2 .0</version >
103
103
</dependency >
104
104
<dependency >
105
105
<groupId >com.google.guava</groupId >
140
140
<plugin >
141
141
<groupId >org.apache.maven.plugins</groupId >
142
142
<artifactId >maven-enforcer-plugin</artifactId >
143
- <version >3.3.0 </version >
143
+ <version >3.4.1 </version >
144
144
</plugin >
145
145
<plugin >
146
146
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments