Skip to content

Releases: oracle/weblogic-deploy-tooling

WebLogic Deploy Tooling 1.9.19

06 Jan 23:16
Compare
Choose a tag to compare

Additional features in this release:

  • Added support for configuration attributes that are backported using WebLogic Patch Set Update.
  • Added online configuration support for RemoteAnonymousRmiiiopEnabled and RemoteAnonymousRmit3Enabled in WLS 12.2.1.3 and 12.2.1.4, with the latest PSU. These attributes are available for both online and offline with WLS 14.1.1.
  • Added variable support to the JOLT and WTC URL configuration attributes. #998
  • Added support for token substitution using empty string in k8s secret.

Bugs addressed in this release:

  • Fixed bug preventing online discovery of mail properties from being parsed correctly.
  • Fixed additional bugs with JSON generation. #999
  • Fixed issue that prevented extraction of custom files from domain archive ZIP. #1004
  • Added code that prevents stack traces when the user sets a "artificial folder" value to null instead of an object.
  • Fixed bug preventing some user passwords from being decrypted correctly during domain creation. #1010
  • Fixed bug with configuration of PlanStagingMode. #1013
  • Corrected default values for Cluster attributes: CoherenceClusterSystemResource and DataSourceForAutomaticMigration
  • Corrected default values for Machine attribute: NMType
  • Corrected default values for MigratableTarget attributes: Cluster, ConstrainedCandidateServer, MigrationPolicy, and UserPreferredServer.
  • Corrected default values for WebAppContainer attributes: AuthCookieEnabled, ChangeSessionIDOnAuthentication, ServletAuthenticationFormURL, ServletReloadCheckSecs, WAPEnabled, and WorkContextPropagationEnabled.

WebLogic Deploy Tooling 1.9.18

04 Nov 22:07
Compare
Choose a tag to compare

Additional features in this release:

  • User can create a folder in the archive to store custom files like application config, see #944
  • Allow passwords to be passed by file or environment variables, see #961
  • Global role discovery added to discoverDomain, see #822

Bugs addressed in this release:

  • Fixed bug that prevented modification of the security Adjudicator configuration, see #970.
  • Allow online updates where the application configuration has a relative source path, see #931
  • Converted shell scripts to Bourne style to avoid Bash issues on different platforms.
  • Fixed bug where ServerFailureTrigger was not created when configuration folder was empty, see #990

WebLogic Deploy Tooling 1.9.17

10 Aug 21:53
Compare
Choose a tag to compare

Additional features in this release:

  • Added support for SubDeployment configuration at the application level.
  • Added discovery of online workmanager attributes.
  • Changed compareModel to keep and return original attributes for applications and libraries when only the source path differs. This ensures that undeploy and later deploy work as intended.

Bugs addressed in this release:

  • Fixed issue where applyJRF was failing during domain creation on WebLogic 11g (10.3.6).
  • Fixed issue preventing staging mode for an application or library from getting set during deploy or redeploy.
  • Fixed bug in error messages 05026 and 05029 to present valid options to choose.
  • Fixed issue preventing listen port in the server template from getting set.
  • Fixed issue preventing DatasourceForAutomaticMigration from being set to null for a cluster.
  • Fixed derivation of Kubernetes replicas value to check both DynamicClusterSize and MaximumDynamicServerCount for dynamic clusters.
  • Fixed discovery of Machine in Servers for online discovery.
  • Corrected default for RotateLogOnStartup for online discovery of WebServer Log configuration.
  • Fixed issue with prepareModel where values in the variables file were overwritten when a corresponding @@PROP: key@@ token was found in the model.

WebLogic Deploy Tooling 1.9.16

12 Jul 22:05
Compare
Choose a tag to compare

Additional features in this release:

  • validateModel now supports multiple variable files.

Bugs addressed in this release:

  • Fixed issue that prevented Plan files from being included in the archive zip.
  • Fixed issue preventing JMS Server PersistentStore from being discovered.
  • Avoid checking ServerTemplate and MigratableTarget MBeans for deletion in older WLS versions
  • Changed default behavior for updateDomain where an application in the model has the same SourcePath as what is already deployed (same physical location). When the paths are identical, updateDomain will redeploy the application where it was previously skipped because no file hash could be determined for before versus after.

WebLogic Deploy Tooling 1.9.15

15 Jun 20:57
Compare
Choose a tag to compare

Additional features in this release:

  • Updated -target vz to use VerrazzanoWebLogicWorkload in the Verrazzano application YAML.

Bugs addressed in this release:

  • Fixed -target file generation, some output files were not generated in certain cases.
  • Avoid generating k8s secret script when not using -target.
  • Fixed bug with encoding/encryption of new user passwords for WLS embedded LDAP.
  • Fixed problems with model copying and output for WLS 14.1.x (Jython 2.7.x)

WebLogic Deploy Tooling 1.9.14

04 Jun 21:30
Compare
Choose a tag to compare

Additional features in this release:

  • Added target configuration option to provide JSON output for discoverDomain and prepareModel.
  • prepareModel is now idempotent and can be re-run multiple times on the same model.
  • NOTE: The domain resource filename for discoverDomain and prepareModel when using -target vz or -target wko has changed to vz-application.yaml and wko-domain.yaml, respectively.

Bugs addressed in this release:

  • Fixed bug with nested security groups.
  • Fixed bug for groups with spaces in the name.
  • Fixed bug for users without groups.
  • Fixed bug that created boot.properties files for default managed servers that were deleted.

WebLogic Deploy Tooling 1.9.13

25 May 20:01
Compare
Choose a tag to compare

Additional features in this release:

  • Enhanced compareModel tool to compare security providers.
  • Altered output of extractDomainResource to default to the replicas count specified in the model for all clusters.

Bugs addressed in this release:

  • Corrected scripts to allow for spaces in file paths.
  • Fixed issue with RCU prefixes where lowercase and uppercase names were not matched correctly.

WebLogic Deploy Tooling 1.9.12

29 Apr 23:47
Compare
Choose a tag to compare

Bugs addressed in this release:

  • Fixed an issue with referencing new LogFilter, XMLEntity Cache, and XML Registry top-level configurations from other topology entries. #872
  • Fixed two issues with RCU Schema password update. #873 and #876
  • Fixed an issue with @@env@@ model token. #874
  • Bumped commons-io usage from 2.6 to 2.8. #876 and #877

WebLogic Deploy Tooling 1.9.11

02 Apr 20:06
Compare
Choose a tag to compare

Bugs addressed in this release:

  • Fixed validate process to recognize float values as strings.
  • Fixed JMS Server issue with jarray in store.
  • Fixed issue with recognizing NodeManager properties user and password as credentials.
  • Fixed discovery of SAFRemoteContext.
  • Fixed discovery of ServerTemplate DataSource.

WebLogic Deploy Tooling 1.9.10

26 Feb 23:36
Compare
Choose a tag to compare

Bugs addressed in this release:

  • For -target, cleaned up cluster section if cluster list was empty.
  • Fixed bug when WLST attribute did not have an isSet method.
  • Fixed issue that unnecessarily created ServerTemplate entries for static clusters.
  • Improved error messages and error detection for ATP databases used with RCU.
  • Fixed JSON parser when reading lower case boolean values.