Skip to content

34.0.0.Final

Latest
Compare
Choose a tag to compare
@emmartins emmartins released this 25 Oct 18:48
· 3 commits to main since this release

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

  • WildFly 24.0 to WildFly 34.0
  • WildFly 25.0 to WildFly 34.0
  • WildFly 26.0 to WildFly 34.0
  • WildFly 27.0 to WildFly 34.0
  • WildFly 28.0 to WildFly 34.0
  • WildFly 29.0 to WildFly 34.0
  • WildFly 30.0 to WildFly 34.0
  • WildFly 31.0 to WildFly 34.0
  • WildFly 32.0 to WildFly 34.0
  • WildFly 33.0 to WildFly 34.0

A few important notes:

  • 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 34 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

Full Changelog: 33.0.0.Final...34.0.0.Final