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/04/03 12:53:38 UTC

[ANNOUNCE] Apache Wicket 8.12.0 released

The Apache Wicket PMC is proud to announce Apache Wicket 8.12.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 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.12.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.12.0:

** Bug

     * [WICKET-6815] - Incorrect parsing of html attributes
     * [WICKET-6858] - Do not lower case the session cookie name
     * [WICKET-6860] - ConcatBundleResource double scope processing when 
CssUrlReplacer is used
     * [WICKET-6863] - Method Component.setVisibilityAllowed should call 
onVisibleStateChanged()
     * [WICKET-6865] - JS Error on keyup in AutoCompleteTextField
     * [WICKET-6867] - AutoComplete list don't choose any item, if click 
took more then 500 ms
     * [WICKET-6868] - UploadProcessBar doesn't work anymore with 
AjaxFormSubmitBehaviour("change") out of the box
     * [WICKET-6869] - StalePageException does not refresh page
     * [WICKET-6870] - Wicket complains about component failing to render
     * [WICKET-6871] - Exception with nested AjaxLazyLoadPanel

** Task

     * [WICKET-6873] - Upgrade jQuery to 3.6.0


Re: [ANNOUNCE] Apache Wicket 8.12.0 released

Posted by Maxim Solodovnik <so...@gmail.com>.
Links to checksums can be at the "downloads" page :)

On Sat, 3 Apr 2021 at 21:45, Sebastien Briquet <sb...@apache.org> wrote:
>
> Hi Andrea,
>
> There is a small mistake in the text (I mentioned it in case you will reuse
> the text template)
>
> "no API breaks are present breaks are present"
>
> Also I thought we would indicate the location to the checksum file?
> Did I misunderstood?
>
> Thanks and best regards,
> Sébastien
>
>
> >



-- 
Best regards,
Maxim

Re: [ANNOUNCE] Apache Wicket 8.12.0 released

Posted by Andrea Del Bene <an...@gmail.com>.
Thanks Sebastien! I will fix the release script to remove the repetition.

On 03/04/21 16:45, Sebastien Briquet wrote:
> Hi Andrea,
>
> There is a small mistake in the text (I mentioned it in case you will reuse
> the text template)
>
> "no API breaks are present breaks are present"
>
> Also I thought we would indicate the location to the checksum file?
> Did I misunderstood?
>
> Thanks and best regards,
> Sébastien
>
>

Re: [ANNOUNCE] Apache Wicket 8.12.0 released

Posted by Sebastien Briquet <sb...@apache.org>.
Hi Andrea,

There is a small mistake in the text (I mentioned it in case you will reuse
the text template)

"no API breaks are present breaks are present"

Also I thought we would indicate the location to the checksum file?
Did I misunderstood?

Thanks and best regards,
Sébastien


>