Releases: oracle/weblogic-deploy-tooling
WebLogic Deploy Tooling Release 0.10
This is a minor bug release to correct a regression created in the previous release. This bug prevented models with Boolean fields from validating when using the values 0 or 1.
WebLogic Deploy Tooling Release 0.9
In addition to various bug fixes, this release changes the macro for variable usage to @@prop:xxx@@ in order to avoid conflicts with potential WLS variable usage in Server Templates. The usage of ${xxx} for variables is deprecated and will be removed in a future release.
Several alias bug fixes involved type changes in the model. Several fields that had been previously discovered as strings or integers should now be properly discovered as Boolean.
WebLogic Deploy Tooling Release 0.8
Along with minor bug fixes, model filtering was introduced in this release. Model filtering allows run-time manipulation of the model prior to create/deploy actions allowing common configuration manipulation for a given environment or tool. Model filtering is supported in the discovery action allowing filters to limit the model output where filters run post-discovery and modify the model before output.
WebLogic Deploy Tooling Release 0.7
This is the first real GitHub release, as all future development will use GitHub as the system of record. This release has cleaned up the code base, revamped validation, and tied validation into the Create Domain and Deploy Applications tools. It also adds support for WebLogic Server Security Providers. While the Deploy Applications tool online deployment is generally working, it is still a work in progress.
WebLogic Deploy Tooling Release 0.6
First Github release