Skip to content

32.0.0.Final

Compare
Choose a tag to compare
@emmartins emmartins released this 02 May 21:49
· 75 commits to main since this release

This JBoss Server Migration Tool may be used for the following server migrations:

  • WildFly 22.0 to WildFly 32.0
  • WildFly 23.0 to WildFly 32.0
  • WildFly 24.0 to WildFly 32.0
  • WildFly 25.0 to WildFly 32.0
  • WildFly 26.0 to WildFly 32.0
  • WildFly 27.0 to WildFly 32.0
  • WildFly 28.0 to WildFly 32.0
  • WildFly 29.0 to WildFly 32.0
  • WildFly 30.0 to WildFly 32.0
  • WildFly 31.0 to WildFly 32.0

A few important notes:

  • This version introduces a new strategy, aiming for more frequent releases. From now on the tool version matches WildFly release and includes migrations from the previous 10 versions.
  • The tool does not migrates Jakarta EE 8 deployments to Jakarta EE 10, i.e. deployments are only copied to the target server when migrating from WildFly 27 or later.
  • The tool does not migrates legacy security frameworks (Security Reams, Picketbox, PicketLink) to Elytron since that can't be fully automated. The tool only removes any usage of legacy security resources, and any references to those. If the source server uses a custom configuration, with respect to legacy security, it's truly recommended a multi-step migration:
  1. Migrate to WildFly 24, the latest release with support for the legacy security frameworks, using [1.11.0.Final] (https://github.com/wildfly/wildfly-server-migration/releases/tag/1.11.0.Final ) version of the tool
  2. Manually migrate configurations to use Elytron only
  3. Migrate to WildFly 32 using this version of the tool

To learn how to setup and use this tool, besides downloading and extracting the zip file attached to this release, please refer to the included User Guide, which may be found inside the docs/user-guide directory.

What's Changed

  • [CMTOOL-324] Add JBoss and Red Hat repositories by @emmartins in #313
  • [CMTOOL-365] Fixes server id for eap8 and eapxp5 servers by @emmartins in #314
  • [CMTOOL-363] WildFly 32 support by @emmartins in #315
  • [CMTOOL-366][CMTOOL-367] Removes support for WildFly 26 and 31 by @emmartins in #316

Full Changelog: 1.12.0.Final...32.0.0.Final