Skip to content

Commit

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

See merge request weblogic-cloud/weblogic-deploy-tooling!1510
  • Loading branch information
robertpatrick committed Sep 22, 2023
2 parents 409ee8e + 3e8e647 commit 37a8884
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
18 changes: 12 additions & 6 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 = 85
weight = 84
pre = "<b> </b>"
+++


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

#### Other Changes
- #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.
None

#### Bug Fixes
None
#1506 - Fixed an issue with online discovery of the JMS `ErrorDestination` attribute (GitHub #1494).
#1507 - Added documentation for the WDT Discover Domain tool's limitation regarding users and groups in the `DefaultAuthenticator` (GitHub #1493).
#1508 - Fixed an issue with Update Domain that was causing the Oracle JDBC driver to throw `FileNotFoundException`
when using a JRF domain with an ATP database.
#1509 - Fixed an issue with online discovery of custom security providers that caused the implementation class name to
be added to the model instead of the interface class name (GitHub #1495).

#### Known Issues
None

See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.
27 changes: 27 additions & 0 deletions documentation/3.0/content/release-notes/release-3.2.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
+++
title = "Release Notes 3.2.4"
date = 2019-02-22T15:27:38-05:00
weight = 85
pre = "<b> </b>"
+++


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


#### Major New Features
None

#### Other Changes
- #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
None

#### Known Issues

0 comments on commit 37a8884

Please sign in to comment.