Releases: oracle/weblogic-deploy-tooling
WebLogic Deploy Tooling 3.5.4
Major New Features
None
Other Changes
- #1600 - Added alias updates to support the Jan 2024 PSUs.
Bug Fixes
- #1607 - Fixed an issue with assigning groups to parent groups.
- #1620 - Fixed an issue that caused an attribute with the WLST value
none
to be interpreted as a PythonNone
. - #1635 - Fixed an issue with the
ResourceManagement
attribute in WebLogic Server 14.1.1 and higher.
Known Issues
None
WebLogic Deploy Tooling 3.5.3
Major New Features
None
Other Changes
- #1573 - Enhanced the
wlsdeploy.debugToStdout
system property to also include exception stacktraces when set totrue
. This will help WebLogic Kubernetes Operator users running into WDT issues to see the details normally hidden in the log files.
Bug Fixes
- #1561 - Fixed a NullPointerException when there is missing fields in the
RCUDbInfo
section. - #1590 - Fixed an issue with the
ServiceProviderSingleLogoutRedirectUri
attribute in the October 2023 PSUs for 12.2.1.4 and 14.1.1 that was causing an error. - #1590 - Fixed an issue with exception creation in 14.1.1 that was causing error messages not to be properly populated due to Jython 2.7.1 vararg method binding being broken.
Known Issues
None
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.
WebLogic Deploy Tooling 3.5.2
Major New Features
None
Other Changes
- #1557 - Added support for provisioning the WebLogic Remote Console domain extension WAR file.
Bug Fixes
- #1547 - Fixed a bug with password validation causing a
NullPointerException
when thedomainInfo
section was
missing from the model. - #1554 - Fixed a problem where the Discover Domain tool would hang when running in online mode and an edit lock exists.
Known Issues
None
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.
WebLogic Deploy Tooling 3.5.1
Major New Features
None
Other Changes
None
Bug Fixes
- #1542 - Fixed a Prepare Model issue related to the new password validation feature introduced in 3.5.0
Known Issues
None
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.
WebLogic Deploy Tooling 3.5.0
Major New Features
None
Other Changes
- #1535 - Changed the timing for extracting the archive file's
custom
folder to support storing custom WebLogic Server
security provider JAR files (GitHub issue #1512). - #1537, #1539 - Cleaned up user password validation and extended it to support customizing the default settings
using the model'sSystemPasswordValidator
settings, if present. See
https://oracle.github.io/weblogic-deploy-tooling/userguide/tools/create/#user-password-validation for details
(GitHub issue #1510).
Bug Fixes
- #1538 - Fixed online discovery of Coherence Cache Config files if the fix for Bug 35969096 is present.
Known Issues
- Prepare Model fails if the model contains tokenized passwords.
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.
WebLogic Deploy Tooling 3.4.0
Major New Features
None
Other Changes
- #1521 - Added alias changes to accommodate October 2023 PSUs for WebLogic Server versions 12.2.1.4 and 14.1.1.
- #1525 - Added missing MBeans to better support the WebLogic Remote Console.
- #1527 - Added missing Security Provider attributes to better support the WebLogic Remote Console.
- #1530 - Refactored the handling of Coherence Custom Cluster and Cache Config files to correct the behavior
and expand online update and discover capabilities.
One side effect is that the Discover Domain tool when run in online mode will generate warnings
and skip discovery of Coherence Cache Config folders. This is due to a shortcoming in WebLogic Server's
Coherence configuration support that is tracked by Bug 35969096.
Bug Fixes
- #1522 - Fixed issues related to unicode handling that were causing errors processing typedef files.
- #1526 - Fixed an issue that was preventing custom typedefs from working properly (WDT-771/GitHub Issue #1506).
- #1528 - Fixed an issue that was causing the standalone Validate Model tool to write credentials to the log
with certain models. Fixed an issue that was causing log level escalation (WDT-783). - #1529 - Fixed an issue for boolean attributes with null default values. This issue was causing Discover Domain to
incorrectly treat attributes whose values wereFalse
to be omitted from the discovered model.
Known Issues
None
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.
WebLogic Deploy Tooling 3.3.0
Major New Features
None
Other Changes
- #1517 - Added a
postCreateRcuSchemasScript
element to the typedef file definitions to accommodate extra
schema patching work required for Oracle Identity Governance domain creation. - #1519 - Added
rcu_admin_user
field to thedomainInfo:/RCUDbInfo
section to replacercu_db_user
, which is now
deprecated and will be removed in a future release. This field is optional and will default to the appropriate
admin user name:admin
when using an ATP database andSYS
otherwise.
Bug Fixes
- #1518 - Fixed an issue when using an ATP database as the RCU schema repository that was causing
config/fmwconfig/jps-config.xml
to contain a clear text password after JRF domain creation.
Known Issues
None
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.
WebLogic Deploy Tooling 3.2.6
Major New Features
None
Other Changes
- #1514 - Added the ability to disable the RCU drop schema step when running Create Domain with
-run_rcu
.
Bug Fixes
- #1511 - Fixed an error message to make it more helpful.
- #1513 - Fixed issues with sparse RCU Data Source template merging when creating JRF domains.
Known Issues
None
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.
WebLogic Deploy Tooling 3.2.5
Major New Features
None
Other Changes
None
Bug Fixes
#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.
WebLogic Deploy Tooling 3.2.4
Major New Features
None
Other Changes
- #1503 - Added the
EnableJMSStoreDBPersistence
andEnableJTATLogDBPersistence
attributes todomainInfo
,
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