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 2021/11/02 21:25:44 UTC

[ANNOUNCE] Apache Wicket 9.6.0 released

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

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

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

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

Have fun!

— The Wicket team

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

     CHANGELOG for 9.6.0:


** Bug

     * [WICKET-6921] - MultipartFormComponentListener breaks on hidden 
components

** Improvement

     * [WICKET-6920] - Improve the examples to use the browser's 
light/dark mode
     * [WICKET-6924] - Allow image/avif in SecurePackageResourceGuard
     * [WICKET-6927] - Get rid of java.security.AccessController

** Task

     * [WICKET-6918] - Add links to latest wicket.xsd to the web site
     * [WICKET-6919] - Improve EnclosureContainer's javadoc to explain 
that it should not be used with <wicket:enclosure>
     * [WICKET-6925] - Deprecate AbstractWrapModel


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


Re: [ANNOUNCE] Apache Wicket 9.6.0 released

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Many thanks! Would we have a new release of the wicket-stuff project or
that is not needed?

On Wed, Nov 3, 2021 at 12:25 AM Andrea Del Bene <ad...@apache.org> wrote:

> The Apache Wicket PMC is proud to announce Apache Wicket 9.6.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 9. We
> use semantic versioning for the development of Wicket, and as such no
> API breaks are present in this release compared to 9.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>9.6.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-9.x.html#manually
>
> Upgrading from earlier versions
> -------------------------------
>
> If you upgrade from 9.y.z this release is a drop in replacement. If
> you come from a version prior to 9.0.0, please read our Wicket 9
> migration guide found at
>
>   * http://s.apache.org/wicket9migrate
>
> Have fun!
>
> — The Wicket team
>
> ========================================================================
>
>      CHANGELOG for 9.6.0:
>
>
> ** Bug
>
>      * [WICKET-6921] - MultipartFormComponentListener breaks on hidden
> components
>
> ** Improvement
>
>      * [WICKET-6920] - Improve the examples to use the browser's
> light/dark mode
>      * [WICKET-6924] - Allow image/avif in SecurePackageResourceGuard
>      * [WICKET-6927] - Get rid of java.security.AccessController
>
> ** Task
>
>      * [WICKET-6918] - Add links to latest wicket.xsd to the web site
>      * [WICKET-6919] - Improve EnclosureContainer's javadoc to explain
> that it should not be used with <wicket:enclosure>
>      * [WICKET-6925] - Deprecate AbstractWrapModel
>
>

-- 
Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 9.6.0 released

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Many thanks! Would we have a new release of the wicket-stuff project or
that is not needed?

On Wed, Nov 3, 2021 at 12:25 AM Andrea Del Bene <ad...@apache.org> wrote:

> The Apache Wicket PMC is proud to announce Apache Wicket 9.6.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 9. We
> use semantic versioning for the development of Wicket, and as such no
> API breaks are present in this release compared to 9.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>9.6.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-9.x.html#manually
>
> Upgrading from earlier versions
> -------------------------------
>
> If you upgrade from 9.y.z this release is a drop in replacement. If
> you come from a version prior to 9.0.0, please read our Wicket 9
> migration guide found at
>
>   * http://s.apache.org/wicket9migrate
>
> Have fun!
>
> — The Wicket team
>
> ========================================================================
>
>      CHANGELOG for 9.6.0:
>
>
> ** Bug
>
>      * [WICKET-6921] - MultipartFormComponentListener breaks on hidden
> components
>
> ** Improvement
>
>      * [WICKET-6920] - Improve the examples to use the browser's
> light/dark mode
>      * [WICKET-6924] - Allow image/avif in SecurePackageResourceGuard
>      * [WICKET-6927] - Get rid of java.security.AccessController
>
> ** Task
>
>      * [WICKET-6918] - Add links to latest wicket.xsd to the web site
>      * [WICKET-6919] - Improve EnclosureContainer's javadoc to explain
> that it should not be used with <wicket:enclosure>
>      * [WICKET-6925] - Deprecate AbstractWrapModel
>
>

-- 
Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 9.6.0 released

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Many thanks! Would we have a new release of the wicket-stuff project or
that is not needed?

On Wed, Nov 3, 2021 at 12:25 AM Andrea Del Bene <ad...@apache.org> wrote:

> The Apache Wicket PMC is proud to announce Apache Wicket 9.6.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 9. We
> use semantic versioning for the development of Wicket, and as such no
> API breaks are present in this release compared to 9.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>9.6.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-9.x.html#manually
>
> Upgrading from earlier versions
> -------------------------------
>
> If you upgrade from 9.y.z this release is a drop in replacement. If
> you come from a version prior to 9.0.0, please read our Wicket 9
> migration guide found at
>
>   * http://s.apache.org/wicket9migrate
>
> Have fun!
>
> — The Wicket team
>
> ========================================================================
>
>      CHANGELOG for 9.6.0:
>
>
> ** Bug
>
>      * [WICKET-6921] - MultipartFormComponentListener breaks on hidden
> components
>
> ** Improvement
>
>      * [WICKET-6920] - Improve the examples to use the browser's
> light/dark mode
>      * [WICKET-6924] - Allow image/avif in SecurePackageResourceGuard
>      * [WICKET-6927] - Get rid of java.security.AccessController
>
> ** Task
>
>      * [WICKET-6918] - Add links to latest wicket.xsd to the web site
>      * [WICKET-6919] - Improve EnclosureContainer's javadoc to explain
> that it should not be used with <wicket:enclosure>
>      * [WICKET-6925] - Deprecate AbstractWrapModel
>
>

-- 
Regards - Ernesto Reinaldo Barreiro