Skip to content

Releases: oracle/weblogic-deploy-tooling

WebLogic Deploy Tooling Release 1.9.5

27 Aug 22:25
17757ef
Compare
Choose a tag to compare

Additional features in this release:

  • Added support for WebLogic Server Cross-Domain Credential Mapper configuration
  • Added additional target type for WebLogic Kubernetes Operator (wko)

Bugs addressed in this release:

  • Generate cleaner model during domain discovery when domain security is unused or defaulted
  • Corrected Verrazzano target output for WLS admin user credential Kubernetes secret
  • Fixed JSON model output to correctly escape the backslash character
  • Corrected RCU command line signature for non-ATP database
  • Filter generated Kubernetes secret names and attributes based on RFC 1123
  • Corrected default for GlobalTransactionProtocol in JDBC data sources

WebLogic Deploy Tooling Release 1.9.4

11 Aug 23:59
Compare
Choose a tag to compare

Bugs addressed in this release:

  • Allow validation to succeed when there is "no model" when validation is in lax mode
  • Prevent discovery of the dynamic servers in a dynamic cluster when discovering a domain in online mode
  • Added comments to the output of compareModels to improve readability
  • Omit empty sections in the output model from the Verrazzano target option
  • Fix issue with Verrazzano target output when WLS domain name contained non-DNS 1123 characters
  • Switch Verrazzano output to Model-in-Image, and include required fields in configuration/model section of Verrazzano model.

WebLogic Deploy Tooling Release 1.9.3

30 Jul 23:17
Compare
Choose a tag to compare

Additional features in this release:

  • Allow support for additional RCU configuration files to be passed to Oracle's RCU script

Bugs addressed in this release:

  • Fixed an issue when logging WLST errors where the WLST exception message contained multibyte characters
  • Corrected end version for WebAppContainer/MaxRequestParamterCount
  • Fixed issue with compareModels tool when top level folders are removed

WebLogic Deploy Tooling Release 1.9.2

27 Jul 15:30
Compare
Choose a tag to compare

Additional features in this release:

  • Allow multiple variable files for create, update, deploy and extract
  • Added additional target type to the discover tool -target option (Verrazzano)

Bugs addressed in this release:

  • Fix discovery of CertPathBuilder to be online only
  • Fixed compareModels tool to allow yml extension for models
  • Fixed NO_NAME0 naming issue for the Server Log MBean
  • Cleaned up comment alignment in ModelHelp tool output
  • Fixed ModelHelp output for artificial type folders
  • Fixed issue with JTA parent server name
  • Prepend internal Jython path to take priority over working directory contents for all scripts
  • Changed to lax model validation for the compareModels tool
  • Changed ModelHelp Tool to use sample format output by default

WebLogic Deploy Tooling Release 1.9.1

03 Jul 22:23
Compare
Choose a tag to compare

Additional features in this release:

  • Added support for alternate configuration directory (for filters, targets, ...). See WDT_CUSTOM_CONFIG.
  • Added support for JPA configuration.
  • Improved error reporting in modelHelp tool.
  • Added support for multiple models to the encryptModel tool.
  • Added support for the user to specify an alternate system user when using RCU during domain creation.
  • Added support for the GraalVM.

Bugs addressed in this release:

  • Reduced number of validate messages in tool output.
  • Fixed compare model to not require an archive for model validation and comparison.
  • Fixed collection/extraction of foreign connection binding files.
  • Added missing SecurityConfiguration attributes.

WebLogic Deploy Tooling Release 1.9.0

27 May 22:00
Compare
Choose a tag to compare

Additional features in this release:

  • Added -model_sample option to modelHelp tool.
  • Added Kubernetes filtering for discovery and new Prepare Model feature.
  • Detect and use ORACLE_HOME environment variable, making command line option optional.

Bugs addressed in this release:

  • Corrected UserBaseDn alias entries for WDT online embedded LDAP.
  • Added SystemComponent section and OHS to Resource Group Template for WLS 12.2.1.x releases.
  • Corrected issue when extracting resources from an archive that are outside the /wlsdeploy folder.
  • Fixed issue that prevented detection of JRF domain (manifested as OPSS DB error).

WebLogic Deploy Tooling Release 1.8.1

05 May 00:54
Compare
Choose a tag to compare

Bugs addressed in this release:

  • Fixed bug that prevented online application redeployment when binary files were identical.
  • Added additional attributes that support path token replacement (like DOMAIN_HOME).
  • Fixed bug that prevented return code 103, server restart required.

WebLogic Deploy Tooling Release 1.8.0

23 Apr 16:12
46011b5
Compare
Choose a tag to compare

Additional features in this release:

  • Model Help is a new tool to help you write or edit your domain model
  • Compare Models is a new diff tool for domain models
  • Undeploy for applications was added to the updateDomain and deployApp tools
  • The version of WebLogic Deploy Tooling is saved to the file version.txt and part of the installer ZIP
  • Added support for the WebLogic Contexts and Dependency Injection (CDI) configuration
  • Added support for managed Oracle HTTP Server (OHS) configuration

Bugs addressed in this release:

  • Improved detection of lexical errors for JSON and YAML parsing
  • Fixed bug with ordered lists in Jython 2.7.0. Ordering from the domain model should now work correctly in WLS 14.1.1
  • Corrected issue with online discovery of JMS distributed queue error destination
  • Added read-only discovery of the domain version to the discovered model

WebLogic Deploy Tooling Release 1.7.3

03 Apr 18:43
Compare
Choose a tag to compare

Bugs addressed in this release:

  • Improved syntax checking for model token substitutions for nested tokens
  • discoverDomain will now collect foreign server bindings from the domain into the archive
  • Corrected several attributes for online discovery that were not getting discovered correctly
  • Removed default value for WDT_MODEL_SECRETS_DIRS environment variable

WebLogic Deploy Tooling Release 1.7.2

20 Mar 23:38
Compare
Choose a tag to compare

Additional features in this release:

  • Several scripts are now faster, and use Jython directly (encryptModel, extractDomainResource, injectVariables).
  • Added additional model tokens: ENV and SECRET.
  • Added option to update RCU schema

Bugs addressed in this release:

  • Fixed datasource targeting issue that incorrectly targeting some datasources to the AdminServer.
  • Fixed several log statements that were dumping entire model to the log file.
  • Fixed JSON list formatting to use double quotes.
  • Corrected several offline default values for WLS 12.2.1.3.0.
  • Fixed YAML parsing to correctly read properties that contained an asterisk.