Skip to content

Releases: oracle/weblogic-deploy-tooling

WebLogic Deploy Tooling 3.5.1

20 Nov 19:33
Compare
Choose a tag to compare

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

17 Nov 20:46
Compare
Choose a tag to compare

Major New Features

None

Other Changes

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

10 Nov 01:59
Compare
Choose a tag to compare

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 were False 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

18 Oct 22:19
Compare
Choose a tag to compare

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 the domainInfo:/RCUDbInfo section to replace rcu_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 and SYS 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

13 Oct 16:46
Compare
Choose a tag to compare

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

22 Sep 15:07
Compare
Choose a tag to compare

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

15 Sep 01:11
Compare
Choose a tag to compare

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

WebLogic Deploy Tooling 3.2.3

28 Aug 19:55
Compare
Choose a tag to compare

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

WebLogic Deploy Tooling 3.2.2

21 Jul 15:46
Compare
Choose a tag to compare

Major New Features

None

Other Changes

  • #1475 - Added support for upcoming SAML2 data initialization files in the archive file.
  • #1476 - Added support for upcoming SAML2 data initialization files in the Discover Domain, Create Domain, and Update Domain tools.

Bug Fixes

  • #1482 - Fixed an issue related to secret naming that was causing the generated secret names to overlap in locations with multiple credential or password fields.
  • #1483 - Filtered out the OPSSSecrets field in the domainInfo section of the model when targeting WebLogic Kubernetes Operator or Verrazzano MII and PV targets.
  • #1484 - Fixed aliases for the 12.2.1.4 and 14.1.1 July 2023 PSU versions.

Known Issues

WebLogic Deploy Tooling 3.2.1

15 Jun 20:51
Compare
Choose a tag to compare

Major New Features

None

Other Changes

  • #1465 - Initial, limited i18n translation bundles added

Bug Fixes

  • #1466 - Updated Server and ServerTemplate aliases to add new offline attributes in upcoming versions of WebLogic Server.
  • #1467 - Updated CoherenceSystemResource aliases to add SecuredProduction online attribute used in upcoming versions of WebLogic Server.
  • #1468 - Fixed an error related to tool initialization with WebLogic Server versions earlier than 12.2.1 (Issue #1466).
  • #1469 - Corrected method names used for logging so that they are the same as the actual method name in which they are
    being used.
  • #1470 - Fixed system-test test 35 to allow it to succeed when run on machines other than the Jenkins agents.
  • #1471 - Fixed a discoverDomain issue that was causing errors while looking for SecureMode on WebLogic Server
    versions earlier than 12.2.1.1 (Issue #1467).

Known Issues