33.0.0.Final
This JBoss Server Migration Tool may be used for the following server migrations:
- WildFly 23.0 to WildFly 33.0
- WildFly 24.0 to WildFly 33.0
- WildFly 25.0 to WildFly 33.0
- WildFly 26.0 to WildFly 33.0
- WildFly 27.0 to WildFly 33.0
- WildFly 28.0 to WildFly 33.0
- WildFly 29.0 to WildFly 33.0
- WildFly 30.0 to WildFly 33.0
- WildFly 31.0 to WildFly 33.0
- WildFly 32.0 to WildFly 33.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:
- 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
- Manually migrate configurations to use Elytron only
- Migrate to WildFly 33 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-368] only adds subsystem configs to leaf profiles by @emmartins in #317
- [CMTOOL-370] skip migration to elytron tasks if there are no legacy s… by @emmartins in #318
- [CMTOOL-364] fixed migration of keycloak sasl authentication factory by @istudens in #319
- [CMTOOL-372] skips migration of internal modules by @emmartins in #320
- [CMTOOL-352] migrated legacy security domains on datasources and resource-adapters to elytron by @istudens in #300
- [CMTOOL-374] WildFly 33 support by @emmartins in #321
- [CMTOOL-375] Remove support for migrating to WildFly 32 by @emmartins in #322
Full Changelog: 32.0.0.Final...33.0.0.Final