Skip to content

Commit

Permalink
Merge branch 'docs-release-3.2.4' into 'main'
Browse files Browse the repository at this point in the history
Release notes for 3.2.4

See merge request weblogic-cloud/weblogic-deploy-tooling!1504
  • Loading branch information
robertpatrick committed Sep 14, 2023
2 parents 4c40185 + af6634d commit 470a2ef
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 18 deletions.
20 changes: 6 additions & 14 deletions documentation/3.0/content/release-notes/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
+++
title = "Release Notes"
date = 2019-02-22T15:27:38-05:00
weight = 86
weight = 85
pre = "<b> </b>"
+++


### Changes in Release 3.2.3
### Changes in Release 3.2.4
- [Major New Features](#major-new-features)
- [Other Changes](#other-changes)
- [Bugs Fixes](#bug-fixes)
Expand All @@ -17,19 +17,11 @@ pre = "<b> </b>"
None

#### Other Changes
- #1496 - Added a post-createDomain script element to the typedef file definitions to accommodate extra
offline work required for Oracle Identity Governance domain creation.
- #1499 - Added updated translation bundle files.
- #1503 - Added the `EnableJMSStoreDBPersistence` and `EnableJTATLogDBPersistence` attributes to `domainInfo`, which
allow JRF domains to automatically convert template defined JMS and JTA stores from File stores to Database
stores during domain creation. This feature was added in support of Oracle Identity Governance domain creation.

#### Bug Fixes
- #1486 - Fixed JSON parser issue in handling escaped newlines.
- #1488 - Worked around a Jython 2.2.1 issue where environment variables with a newline in their value
caused remaining environment variable values to not be visible from Jython.
- #1490 - Fixed an issue with deprecation logging statements to ensure that the class and method names
were logged properly.
- #1494 - Changed the language for some logging/error messages to make them clearer.
- #1495 - Reworded several log messages that were confusing to users and difficult to translate.
- #1497 - Fixed sh-based shell scripts to work properly on Solaris 10.x Bourne shell
- #1498 - Corrected the error message for a deploy-related error.
None

#### Known Issues
35 changes: 35 additions & 0 deletions documentation/3.0/content/release-notes/release-3.2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
+++
title = "Release Notes 3.2.3"
date = 2019-02-22T15:27:38-05:00
weight = 86
pre = "<b> </b>"
+++


### Changes in Release 3.2.3
- [Major New Features](#major-new-features)
- [Other Changes](#other-changes)
- [Bugs Fixes](#bug-fixes)
- [Known Issues](#known-issues)


#### Major New Features
None

#### Other Changes
- #1496 - Added a post-createDomain script element to the typedef file definitions to accommodate extra
offline work required for Oracle Identity Governance domain creation.
- #1499 - Added updated translation bundle files.

#### Bug Fixes
- #1486 - Fixed JSON parser issue in handling escaped newlines.
- #1488 - Worked around a Jython 2.2.1 issue where environment variables with a newline in their value
caused remaining environment variable values to not be visible from Jython.
- #1490 - Fixed an issue with deprecation logging statements to ensure that the class and method names
were logged properly.
- #1494 - Changed the language for some logging/error messages to make them clearer.
- #1495 - Reworded several log messages that were confusing to users and difficult to translate.
- #1497 - Fixed sh-based shell scripts to work properly on Solaris 10.x Bourne shell
- #1498 - Corrected the error message for a deploy-related error.

#### Known Issues
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<weblogic-deploy-installer-name>weblogic-deploy</weblogic-deploy-installer-name>
<skipTests>false</skipTests>
<antlr.version>4.9.3</antlr.version>
<snakeyaml.version>2.1</snakeyaml.version>
<picocli.version>4.7.4</picocli.version>
<snakeyaml.version>2.2</snakeyaml.version>
<picocli.version>4.7.5</picocli.version>
<junit.version>5.10.0</junit.version>
<wdt.scm.repo.url>${env.WDT_SCM_REPO_URL}</wdt.scm.repo.url>
<wdt.scm.repo.conn>${env.WDT_SCM_REPO_CONN}</wdt.scm.repo.conn>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -140,7 +140,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 470a2ef

Please sign in to comment.