Skip to content

Commit 470a2ef

Browse files
committed
Merge branch 'docs-release-3.2.4' into 'main'
Release notes for 3.2.4 See merge request weblogic-cloud/weblogic-deploy-tooling!1504
2 parents 4c40185 + af6634d commit 470a2ef

File tree

3 files changed

+45
-18
lines changed

3 files changed

+45
-18
lines changed
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 = 86
4+
weight = 85
55
pre = "<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>"
1717
None
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 numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
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>
@@ -99,7 +99,7 @@
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>
@@ -140,7 +140,7 @@
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>

0 commit comments

Comments
 (0)