A project of The Apache Software Foundation

Migration Guides

Upgrading your Wicket application

When upgrading your application from an older Wicket version to a newer one, you may encounter API changes. The migration guides document all the changes between versions and provide clear upgrade paths.

If you encounter a change that is not covered in a migration guide, please let us know on the developer mailing list.

Available Migration Guides

General Upgrade Advice

When upgrading, we recommend:

  1. Read the migration guide for your target version before starting.
  2. Update your Maven or Gradle dependency to the new version.
  3. Address any compilation errors — these indicate removed or renamed APIs.
  4. Run your test suite to catch behavioural changes.
  5. Check the mailing list archives if you encounter unexpected issues.