Skip to content

Releases: oracle/weblogic-deploy-tooling

WebLogic Deploy Tooling Release 0.13

24 Oct 18:39
1f9c040
Compare
Choose a tag to compare

This is a bug fix release, and no new features are added. This release corrects numerous WebLogic MBean attribute aliases in WDT for various WebLogic Server versions. The logging.properties file, which is installed in the WebLogic Deploy etc directory, now contains more logger names to make it easier for the user to enable logging in critical tool areas. And, the create domain failure regarding domain templates with WebLogic 11G Domains is fixed.

WebLogic Deploy Tooling Release 0.12

30 Aug 16:13
Compare
Choose a tag to compare

Discovery is now available for online WLST. Additionally, several bugs have been fixed. Update domain will release the tool's online edit session if the session activate fails. Attributes under NMProperties in the model that are paths are now tokenized by discover. Validation was fixed to not fail for a model that contains tokenized paths. Several MBeans under Server, such as ServerLog and SSL, are now correctly added to the model by discover.

A new Docker sample was added to samples to demonstrate using WebLogic Deploy Tooling to create an image with a domain from a model. The sample is not part of the installation but can be found in the sources zip in the samples directory.

WebLogic Deploy Tooling Release 0.11

08 Jun 20:54
25d7eb1
Compare
Choose a tag to compare

This release adds two new tools to the suite: Update Domain and Variable Injector. The Update Domain Tool can be used to apply domain topology changes to an existing domain using the domain model. This adds a merge to the model capability for updating existing WebLogic Domains. The Variable Injector is both a stand-alone tool and an add-on feature to the Discover Domain Tool. The Variable Injector Tool can be used to tokenize one or more attribute values in the model by replacing the attribute values with tokens and placing the token and original value in an external properties file. Use of the property file facilitates using the same domain model to create new domains in different environments.

WebLogic Deploy Tooling Release 0.10

26 Apr 21:13
Compare
Choose a tag to compare

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

24 Apr 21:48
Compare
Choose a tag to compare

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

19 Mar 22:35
4b89350
Compare
Choose a tag to compare

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

24 Feb 01:18
Compare
Choose a tag to compare

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

10 Feb 16:45
Compare
Choose a tag to compare