layout: post title: Apache Wicket 7.11.0 released

The Apache Wicket PMC is proud to announce Apache Wicket 7.11.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 7. We use semantic versioning for the development of Wicket, and as such no API breaks are present breaks are present in this release compared to 7.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):

{% highlight xml%} org.apache.wicket wicket-core 7.11.0 {% endhighlight%}

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

Upgrading from earlier versions

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

Have fun!

— The Wicket team

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

The signatures for the source release artefacts:

Signature for apache-wicket-7.11.0.zip:

iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAlv8TDoACgkQh48B+qjT VuFzdw/8DXyWPceufP+2qiR3swFpxbT+5II1dIpBUJxGBE97kaVxzHs7VHzLLX+v GrbJmFEWdEYdLijfdlWys8N86HfODAnhTbxJQGxmzq0olAEoSICqZoZBXVhRBYR0 iil44luy4wkEjaiohpzX64FPxMbbkgBovV1JZFoQEAkdmAddivTQ1X0jwrr64JbR 77ODkFNs1wsfScRgjWdN1XEVjN4R/Kx/bwvMdC/gScPFpkT8eqX54r77bjMvDgNu PLUBUz2lOfq2Yoz1D6yrLKz/+pPmx1qDlFaSvcidXS+9SBz3iG7Xdo0+UD1IKFvv NNxjPbmvwob+fWwXSNaI28vWO1gAQbnG16LExlnLVhb8B+yEwAc/KDlq5jNEa8Ef C0nQY0Wh5WznpeFqW6AlN//T4LQHqCbrkEYEg/j/SfmlIULAnWwtzHjzYxFI+yUp gIjcuMpEvri4lI91mEScJSon7Yd2VtmmbNCgLvzlbp9s4zKjho3YOa7wYPru5ex1 xt9ZDjieHPpH/fCTAgVpEL+z3YKIipzAir3bCNwO6WaF2Vj8/64b8EHBF1guGkrO CRJVJhfyD4rA2t6xIqiZ230duGx3LVaY9QonxCsMXgrXsQpKXA+oChivkqjB8xNr wAV4vB7NS0k3OpwSlXAaMrUJsVDXvfp9+t8DRnT1jlAWQ/9AwL0= =ClnA -----END PGP SIGNATURE-----

Signature for apache-wicket-7.11.0.tar.gz:

iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAlv8TDkACgkQh48B+qjT VuFbTBAApkr0TI+cQqhKVkSTaK+dLOKRNs31fEKE6ueFg4/qdZ2VuaXmXceZgmkI AQ+ims6P6vY/yE7IZdvO4BgTE9vSmRyOrkfzxPVEJhEK5HlIvhmHeXokHdiuZ8HQ Js1NboowgTi7VOpKsHJA8ysjBBYOCOPiT5upZvGlku8kG332RkBwdH35V7cm828T 6RueniOIebyoLn9L1R3wrMvwL67AYKs0+5Bb3oKVLXpibeEYZfzsg45iqFAPjOkI 5LOem9+m/SE+U3JPwKOM3AF2wwAqtrjqm6j6tTanE63jwC4dKOZ0XQG3gyCirIAF l4iy9DSmTtzDUOpg44X3wBRI2T8IyZF6vET+l4F+STEqKVyyD9RD3Jj194zdxfQS AmbSkNyebTwjUvTEnKlTctApKqeY4yfrm3O7QrEn+QLxoa/FDwm/U+pY7qegiqXj lnJGsp8NeCTyrwDzr4xV3PwtrGCp1QI4y39e6OFI6oG/yck2db1CNRPJB9CMTcMo 0OmQt4sTePXZj1Hgjz737PhihxIu7CWaUJeZW4ks67Er2qihgPYU1oeCUCNcW6zV 8NDC1gbSmr0RRRL7HxH6+VudXVxf/vVjPDRwLY2mM+q40NeWH12QpEtdHqZ0r43q gYN04WLcT14n4SJanNE94IHy6RcvAe1RqkQoRXMrUAloXDnCP0A= =pJyH -----END PGP SIGNATURE-----

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

This Release

CHANGELOG for 7.11.0:

Bug
  • [WICKET-6473] - Double slash break 404page
  • [WICKET-6533] - Error while parsing xml using AjaxButton
  • [WICKET-6546] - CssContentHeaderItem comments CSS code with HTML comments
  • [WICKET-6551] - LazyInitProxyFactory doesn't work correctly at Weblogic
  • [WICKET-6553] - SelectOptions doesn't html-encode option values
  • [WICKET-6564] - PageStoreManager#clear() does not completely clear
  • [WICKET-6568] - Wicket fails / does not encode request header values in AjaxCalls
  • [WICKET-6586] - Broken JavaScript due to fix charsetName in JavaScriptPackageResource
  • [WICKET-6589] - ClientInfo fails with NumberFormatException for unusual browser versions
  • [WICKET-6604] - Ajax repaint is not correctly handled when component being repainted has an enclosure associated with it and is not a child of the enclosure
  • [WICKET-6614] - AbstractRangeValidator looks up string with the wrong key if locale is Turkish
Improvement
  • [WICKET-6527] - no possibility to override fixed html appended directly to response by FilterForm
  • [WICKET-6605] - Allow AjaxFallbackButton to be stateless
Task
  • [WICKET-6594] - JavaDoc of redirectToInterceptPage in Component urges to use redirectTo method when in a constructor