Apache Wicket 10.2.0 released

24 Sep 2024

The Apache Wicket PMC is proud to announce Apache Wicket 10.2.0!

Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find more about Apache Wicket at https://wicket.apache.org

This release marks another minor release of Wicket 10. We use semantic versioning for the development of Wicket, and as such no API breaks are present in this release compared to 10.0.0.

Using this release

With Apache Maven update your dependency to (and don’t forget to update any other dependencies on Wicket projects to the same version):

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>10.2.0</version>
</dependency>

Or download and build the distribution yourself, or use our convenience binary package you can find here:

  • Download: http://wicket.apache.org/start/wicket-10.x.html#manually

Upgrading from earlier versions

If you upgrade from 10.y.z this release is a drop in replacement. If you come from a version prior to 10.0.0, please read our Wicket 10 migration guide found at

  • http://s.apache.org/wicket10migrate

Have fun!

— The Wicket team

========================================================================

This Release

CHANGELOG for 10.2.0:

Bug
  • [WICKET-7117] - 2 tests that fail under some circumstances
  • [WICKET-7118] - Quickstart for 10.x doesn’t start HTTPS
  • [WICKET-7119] - 5 unit tests are non-idempotent (passes in the first run but fails in subsequent runs in the same environment)
Improvement
  • [WICKET-7112] - Expand error messages in Component class
  • [WICKET-7115] - Spelling corrections, and removal of non-breaking spaces. Some doc improvements
  • [WICKET-7116] - Spelling corrections, and consistent heading case
  • [WICKET-7120] - Improve Accessibility of AutoCompleteBehavior
  • [WICKET-7121] - Make it possible to disable the noisy logs by RequestCycle
  • [WICKET-7122] - Update Wicket-CDI bean archive descriptor to use Jakarta XML namespace