You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@wicket.apache.org by Andrea Del Bene <ad...@apache.org> on 2022/02/02 20:45:18 UTC

[ANNOUNCE] Apache Wicket 8.14.0 released

The Apache Wicket PMC is proud to announce Apache Wicket 8.14.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.14.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.14.0:

** Bug

     * [WICKET-6908] - Possible bug / edge case where page is not detached
     * [WICKET-6910] - StalePageException not thrown
     * [WICKET-6914] - Visibility change of "File Upload" via ajax 
causes "missing" form-data
     * [WICKET-6931] - User guide: 'determinate' is not a verb; should 
be changed into 'to determine'
     * [WICKET-6944] - Memory leak in WicketEndpoint
     * [WICKET-6945] - MultipartFormComponentListener modifies enctype 
on invisible forms, leading to javascript errors

** Task

     * [WICKET-6919] - Improve EnclosureContainer's javadoc to explain 
that it should not be used with <wicket:enclosure>
     * [WICKET-6937] - Update the keystore used by the quickstart 
application
     * [WICKET-6942] - Replace usage of log4j 1.x in tests and 
wicket-examples with slf4j-simple


---------------------------------------------------------------------
To unsubscribe, e-mail: announce-unsubscribe@wicket.apache.org
For additional commands, e-mail: announce-help@wicket.apache.org


Re: [ANNOUNCE] Apache Wicket 8.14.0 released

Posted by Andrea Del Bene <an...@gmail.com>.
My pleasure, and thanks to you all who worked on it!

On Thu, Feb 3, 2022 at 12:08 PM Ernesto Reinaldo Barreiro <
reiern70@gmail.com> wrote:

> Many thanks for the release!
>
> On Wed, Feb 2, 2022 at 3:45 PM Andrea Del Bene <ad...@apache.org>
> wrote:
>
> > The Apache Wicket PMC is proud to announce Apache Wicket 8.14.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.14.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.14.0:
> >
> > ** Bug
> >
> >      * [WICKET-6908] - Possible bug / edge case where page is not
> detached
> >      * [WICKET-6910] - StalePageException not thrown
> >      * [WICKET-6914] - Visibility change of "File Upload" via ajax
> > causes "missing" form-data
> >      * [WICKET-6931] - User guide: 'determinate' is not a verb; should
> > be changed into 'to determine'
> >      * [WICKET-6944] - Memory leak in WicketEndpoint
> >      * [WICKET-6945] - MultipartFormComponentListener modifies enctype
> > on invisible forms, leading to javascript errors
> >
> > ** Task
> >
> >      * [WICKET-6919] - Improve EnclosureContainer's javadoc to explain
> > that it should not be used with <wicket:enclosure>
> >      * [WICKET-6937] - Update the keystore used by the quickstart
> > application
> >      * [WICKET-6942] - Replace usage of log4j 1.x in tests and
> > wicket-examples with slf4j-simple
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
> --
> Regards - Ernesto Reinaldo Barreiro
>


-- 
Andrea Del Bene.
Apache Wicket committer.

Re: [ANNOUNCE] Apache Wicket 8.14.0 released

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Many thanks for the release!

On Wed, Feb 2, 2022 at 3:45 PM Andrea Del Bene <ad...@apache.org> wrote:

> The Apache Wicket PMC is proud to announce Apache Wicket 8.14.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.14.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.14.0:
>
> ** Bug
>
>      * [WICKET-6908] - Possible bug / edge case where page is not detached
>      * [WICKET-6910] - StalePageException not thrown
>      * [WICKET-6914] - Visibility change of "File Upload" via ajax
> causes "missing" form-data
>      * [WICKET-6931] - User guide: 'determinate' is not a verb; should
> be changed into 'to determine'
>      * [WICKET-6944] - Memory leak in WicketEndpoint
>      * [WICKET-6945] - MultipartFormComponentListener modifies enctype
> on invisible forms, leading to javascript errors
>
> ** Task
>
>      * [WICKET-6919] - Improve EnclosureContainer's javadoc to explain
> that it should not be used with <wicket:enclosure>
>      * [WICKET-6937] - Update the keystore used by the quickstart
> application
>      * [WICKET-6942] - Replace usage of log4j 1.x in tests and
> wicket-examples with slf4j-simple
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

-- 
Regards - Ernesto Reinaldo Barreiro