Skip to content

Releases: oracle/weblogic-deploy-tooling

WebLogic Deploy Tooling 4.4.4

26 Feb 22:51

Choose a tag to compare

Major New Features

None

Other Changes

None

Bug Fixes

  • #1870 - Fixed problem discovering node manager keystores.

Known Issues

  • SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
    the 12.2.1.4.0 GA release fails with the following error, as mentioned at hierynomus/sshj#895.
    Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.

    SEVERE Messages:
            1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC

WebLogic Deploy Tooling 4.4.3

17 Feb 19:35

Choose a tag to compare

Major New Features

None

Other Changes

  • #1866 - Added support for the cluster WebLogicPluginRouting subfolder.
  • #1866, #1867, #1868 - Added support for attributes for future WebLogic Server releases.

Bug Fixes

  • #1865 - Fixed SSH discovery issue that was causing the tool to try to download FileStore directories.

Known Issues

  • SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
    the 12.2.1.4.0 GA release fails with the following error, as mentioned at hierynomus/sshj#895.
    Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.

    SEVERE Messages:
            1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC

WebLogic Deploy Tooling 4.4.2

20 Jan 23:59

Choose a tag to compare

Major New Features

None

Other Changes

  • #1857 - Changed the Archive Helper Tool's help output to suppress displaying the non-public commands used to
    facilitate integration with the WebLogic Kubernetes Toolkit UI 2.0 so that it can handle archive files larger than 2 GB.

Bug Fixes

  • #1859 - Fixed version ranges for NovellAuthenticator, IPlanetAuthenticator, and OracleVirtualDirectoryAuthenticator,
    which were removed in in 14.1.2.
  • #1861 - Fixed version ranges for OracleUnifiedDirectoryAuthenticator, SAMLIdentityAsserterV2, VirtualUserAuthenticator,
    SAMLCredentialMapperV2 to properly represent the WebLogic Server versions where they exist.
  • #1862 - Fixed Discover Domain Tool command-line validation to fail -discover_security_provider_data argument in
    offline mode.
  • #1863 - Fixed handling of OptionalFeature folders across discovery and provisioning.

Known Issues

  • SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
    the 12.2.1.4.0 GA release fails with the following error, as mentioned at hierynomus/sshj#895.
    Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.

    SEVERE Messages:
            1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC

WebLogic Deploy Tooling 4.4.1

02 Jan 15:14

Choose a tag to compare

Major New Features

None

Other Changes

  • #1856 - Added non-public commands to the Archive Helper Tool to facilitate integration with the WebLogic Kubernetes Toolkit UI 2.0 so that it can handle archive files larger than 2 GB.

Bug Fixes

  • #1855 - Fixed alias wlst_type fields on the FatalErrorCodes attribute of the JDBCConnectionPoolParams folder and the Arguments attribute of both the StartupClass and ShutdownClass folders to reflect that they are delimited strings.

Known Issues

  • SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
    the 12.2.1.4.0 GA release fails with the following error, as mentioned at hierynomus/sshj#895.
    Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.

    SEVERE Messages:
            1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC

WebLogic Deploy Tooling 4.4.0

22 Dec 17:19

Choose a tag to compare

Major New Features

None

Other Changes

  • #1854 - Added the merge.server.start.arguments to the tool.properties file with a default of true. Setting the
    value to false will disable the merging and simply replace any existing value to the model value.

Bug Fixes

  • #1847 - Fixed a number of attributes to correct the alias setting for uses_path_tokens to give more accurate
    information for the upcoming WKT UI model editor.
  • #1848, #1855 - Fixed a number of attributes that are delimited strings in WLST to allow the use of lists in the model.
  • #1849 - Fixed the handling of the JMS ForeignServer ConnectionURL in the Create Domain and Update Domain Tools.
  • #1850 - Fixed a number of attributes that are delimited strings with name-value pairs in WLST to allow the use of
    YAML dictionaries in the model.
  • #1851 - Added the merging handler use in ServerStart Arguments processing to SystemComponentStart Arguments.

Known Issues

  • SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
    the 12.2.1.4.0 GA release fails with the following error, as mentioned at hierynomus/sshj#895.
    Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.

    SEVERE Messages:
            1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC

WebLogic Deploy Tooling 4.3.9

28 Nov 17:26

Choose a tag to compare

Major New Features

None

Other Changes

  • #1837 - Added documentation for the tool exit codes to clarify an issue brought up in GitHub issue #1663.
  • #1838 - Added a note to the Known Limitations page about delete ordering described in GitHub issue #1664.
  • #1841 - Changed the alias definition for the WLDF ScriptAction folder's Properties attribute so that
    it is written to the model file as a map instead of a string.
  • #1845 - Added support for the RmiForwarding folders added in WebLogic Server 15.1.1.

Bug Fixes

  • #1835 - Fixed an issue that was causing Network Access Point deletion to fail (GitHub issue #1663).
  • #1836 - Worked around the SSH issue for uploading files to an SSH server running Windows, removing the previously
    documented limitation.
  • #1839 - Fixed the name of the CorsExposedHeader attribute (which was previously CorExposedHeader) in the
    RestfulManagementServices folder.
  • #1840 - Fixed the alias file online MBean type for the LogFilter folder.
  • #1842,#1843 - Fixed alias type issues with several attributes in the RestfulManagementServices folder.

Known Issues

  • SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
    the 12.2.1.4.0 GA release fails with the following error, as mentioned at hierynomus/sshj#895.
    Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.

    SEVERE Messages:
            1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC

WebLogic Deploy Tooling 4.3.8

26 Oct 11:04

Choose a tag to compare

Major New Features

None

Other Changes

None

Bug Fixes

  • #1833 - Fixed an issue with CLASSPATH handling where empty elements were present that caused Discover Domain to fail.
  • #1834 - Fixed an issue with security provider handling that was causing Create Domain to fail.

Known Issues

  • SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
    the 12.2.1.4.0 GA release fails with the following error, as mentioned at hierynomus/sshj#895.
    Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.

    SEVERE Messages:
            1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC
  • SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
    WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
    issue with the SSHJ library WDT is using. See hierynomus/sshj#929 for more information.

See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

WebLogic Deploy Tooling 4.3.7

29 Sep 21:47

Choose a tag to compare

Major New Features

None

Other Changes

  • #1816 - Added support for 12.2.1.4, 14.1.1, and 14.1.2 July 2025 PSUs.
  • #1826 - Improved support for DBClientData directories by adding model support.
  • #1827 - Removed Verrazzano support that was deprecated in 4.0.0.
  • Various - Added support for 15.1.1 GA release.

Bug Fixes

  • #1811 - Fixed an issue to allow support for null default values for attributes during discovery
  • #1830 - Fixed 12.2.1.3 alias values for OracleIdentityCloudIntegrator
  • #1831 - Fixed variable injection for security providers

Known Issues

  • SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
    the 12.2.1.4.0 GA release fails with the following error, as mentioned at hierynomus/sshj#895.
    Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.

    SEVERE Messages:
            1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC
  • SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
    WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
    issue with the SSHJ library WDT is using. See hierynomus/sshj#929 for more information.

See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

WebLogic Deploy Tooling 4.3.6

11 Jun 02:23

Choose a tag to compare

Major New Features

None

Other Changes

None

Bug Fixes

  • #1806 - Reverted SnakeYAML to version 2.3 to restore JDK 7 support.

Known Issues

  • SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
    the 12.2.1.4.0 GA release fails with the following error, as mentioned at hierynomus/sshj#895.
    Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.

    SEVERE Messages:
            1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC
  • SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
    WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
    issue with the SSHJ library WDT is using. See hierynomus/sshj#929 for more information.

See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

WebLogic Deploy Tooling 4.3.5

13 May 14:29

Choose a tag to compare

Major New Features

None

Other Changes

  • #1802 - Added support for the 12.2.1.4, 14.1.1, and 14.1.2 April 2025 PSUs.

Bug Fixes

  • #1803 - Fixed the Update Domain Tool documentation to list -output_dir in the list of supported arguments.
  • #1804 - Addressed CVE-2020-36843 by upgrading sshj to a version that removes the dependency on eddsa and
    removing eddsa from the WDT installer.

Known Issues

  • SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
    the 12.2.1.4.0 GA release fails with the following error, as mentioned at hierynomus/sshj#895.
    Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.

    SEVERE Messages:
            1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC
  • SSH support for the Update Domain Tool and Deploy Apps Tool does not work when using an archive file and the remote
    WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
    issue with the SSHJ library WDT is using. See hierynomus/sshj#929 for more information.

See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.