Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As a result Wicket upgraded its dependency of Spring Framework to 6.x which also led to requirement to use Java 17 for building and running Wicket applications.


Automatic migration

Add migration recipes to Wicket 10 WICKET-7029


Apache Wicket 10 provides automatic migration based on OpenRewrite.

Usage:

Code Block
languagetext
titleMaven command
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.apache.wicket:wicket-migration:LATEST -DactiveRecipes=org.apache.wicket.BestPractices


TODO

Use stable version of Commons FileUpload FILEUPLOAD-309

...