You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Andrea Del Bene <ad...@apache.org> on 2021/07/15 17:21:15 UTC

[ANNOUNCE] Apache Wicket 8.13.0 released

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

Upgrading from earlier versions
-------------------------------

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

  * http://s.apache.org/wicket8migrate

Have fun!

— The Wicket team


     CHANGELOG for 8.13.0:


** Bug

     * [WICKET-6875] - Example for FileSystemResource.java does not work
     * [WICKET-6877] - Removing component's MetaData during detach phase 
from within a Behavior causes issue
     * [WICKET-6878] - Rendering of relative Urls does not take into 
account filterpath for absolute Urls
     * [WICKET-6881] - Link on website to JavaDoc of version 1.3.x is broken
     * [WICKET-6896] - AutoCompleteTextField re-opens dropdown item list 
after item has been selected

** New Feature

     * [WICKET-6886] - LambdaChoiceRenderer

** Improvement

     * [WICKET-6876] - add an AJAX behavior that allows to collect file 
information when a file, to be uploaded,  is selected.
     * [WICKET-6880] - Documentation of DataTable/DataGridView has 
reference to unknown class UserProvider
     * [WICKET-6885] - Add scope col and colgroup to HeadersToolbar