WebLogic Deploy Tooling 2.0.0
·
1363 commits
to main
since this release
Additional features in this release:
-
Major changes:
- Replace custom-built YAML parser and formatter with SnakeYAML.
- Update Prepare Model to do a better job at fixing the model files to deploy with WebLogic Kubernetes Operator.
- Update Validate Model tool to enable its use from the WebLogic Kubernetes Toolkit UI.
-
Other Changes:
- Restructure domain creation to support overwriting more topology-specified fields changed by domain templates.
- Added discover support for
VirtualHost
andWebserviceSecurity
folders. - Added support for
topologyProfile
in typedef files. - Added ability to specify additional user attributes when creating users as part of creating a domain.
- Improved Model RCU connection string handling to support a wider range of Oracle connect string formats.
- Removed previously deprecated
-model_sample
flag from the Model Help tool. - Converted
kubernetes
model section to support/use/generate normal hyphen-demarcated list syntax. - Enable aliases to use WebLogic PSU versions in attribute version ranges.
- Added online support for
RemoteAnonymousRmiiiopEnabled
andRemoteAnonymousRmit3Enabled
attributes in 12.2.1.3 and 12.2.1.4 PSUs. - Improved
discoverDomain
to address some differences between online and offline discover-generated models. - Added target configuration settings to control behavior of gathering domain bin scripts with
discoverDomain
andprepareModel
. - Reworked system-tests to support running them locally with improved logging for debugging.
Bugs addressed in this release:
- Resolve issue to enable the use of
PlanStagingMode
when deploying applications with deployment plans. - Resolve discover issues with
UnixMachine
type. - Resolve credential handling issue for online mail properties.
- Resolved improper escaping of special characters when converting strings to JSON.
- Resolved issue with deleting applications and shared libraries.
- Resolved issue where model fields with a string value of None were not handled correctly.
- Resolved issue with read permissions on ATP wallet contents.
Known Compatibility Issues:
- Models from WDT 1.9.x containing deletes must be updated to put quotes around the
!<name>
. - Models from WDT 1.9.x may fail if the indentation is inconsistent between peer objects.
- Models generated by WDT 2.0.0+ use the YAML hyphen-demarcated list syntax that may not be parsable by WDT 1.9.x.
- Models generated by WDT 2.0.0+ have more relaxed string quoting rules so generated models may not be parsable by WDT 1.9.x.