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/10/15 13:52:40 UTC

[ANNOUNCE] Apache Wicket 9.12.0 released

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

** Bug

     * [WICKET-6955] - Wicket uses unstable slf4j version
     * [WICKET-6996] - NotSerializableException near 
KeyInSessionSunJceCryptFactory
     * [WICKET-6999] - Missing Export-Package of packages with 
"internal" in name
     * [WICKET-7007] - Code snippets for CSRF documentation fixing

** Improvement

     * [WICKET-6958] - Allow to use Slf4j 1.7.x in OSGi runtime
     * [WICKET-6982] - Unnecessary initialization of stateful pages in 
ListenerRequestHandler
     * [WICKET-6998] - Bump slf4j-api to 2.0.0
     * [WICKET-7000] - ParseException ("Malformed tag") if <script> 
attribute 'type' is 'module'
     * [WICKET-7002] - Application metadata access should not require 
synchronization
     * [WICKET-7003] -  The http RequestLogger is very expensive. #524
     * [WICKET-7004] - Jetty config example contains security hazard
     * [WICKET-7008] -  LoadableDetachableModel.toString() should 
reflect the actual variable name


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


Re: [ANNOUNCE] Apache Wicket 9.12.0 released

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Thanks!

On Sat, Oct 15, 2022 at 8:52 PM Andrea Del Bene <ad...@apache.org> wrote:

> The Apache Wicket PMC is proud to announce Apache Wicket 9.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 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.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-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.12.0:
>
> ** Bug
>
>      * [WICKET-6955] - Wicket uses unstable slf4j version
>      * [WICKET-6996] - NotSerializableException near
> KeyInSessionSunJceCryptFactory
>      * [WICKET-6999] - Missing Export-Package of packages with
> "internal" in name
>      * [WICKET-7007] - Code snippets for CSRF documentation fixing
>
> ** Improvement
>
>      * [WICKET-6958] - Allow to use Slf4j 1.7.x in OSGi runtime
>      * [WICKET-6982] - Unnecessary initialization of stateful pages in
> ListenerRequestHandler
>      * [WICKET-6998] - Bump slf4j-api to 2.0.0
>      * [WICKET-7000] - ParseException ("Malformed tag") if <script>
> attribute 'type' is 'module'
>      * [WICKET-7002] - Application metadata access should not require
> synchronization
>      * [WICKET-7003] -  The http RequestLogger is very expensive. #524
>      * [WICKET-7004] - Jetty config example contains security hazard
>      * [WICKET-7008] -  LoadableDetachableModel.toString() should
> reflect the actual variable name
>
>

-- 
Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 9.12.0 released

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Thanks!

On Sat, Oct 15, 2022 at 8:52 PM Andrea Del Bene <ad...@apache.org> wrote:

> The Apache Wicket PMC is proud to announce Apache Wicket 9.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 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.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-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.12.0:
>
> ** Bug
>
>      * [WICKET-6955] - Wicket uses unstable slf4j version
>      * [WICKET-6996] - NotSerializableException near
> KeyInSessionSunJceCryptFactory
>      * [WICKET-6999] - Missing Export-Package of packages with
> "internal" in name
>      * [WICKET-7007] - Code snippets for CSRF documentation fixing
>
> ** Improvement
>
>      * [WICKET-6958] - Allow to use Slf4j 1.7.x in OSGi runtime
>      * [WICKET-6982] - Unnecessary initialization of stateful pages in
> ListenerRequestHandler
>      * [WICKET-6998] - Bump slf4j-api to 2.0.0
>      * [WICKET-7000] - ParseException ("Malformed tag") if <script>
> attribute 'type' is 'module'
>      * [WICKET-7002] - Application metadata access should not require
> synchronization
>      * [WICKET-7003] -  The http RequestLogger is very expensive. #524
>      * [WICKET-7004] - Jetty config example contains security hazard
>      * [WICKET-7008] -  LoadableDetachableModel.toString() should
> reflect the actual variable name
>
>

-- 
Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 9.12.0 released

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Thanks!

On Sat, Oct 15, 2022 at 8:52 PM Andrea Del Bene <ad...@apache.org> wrote:

> The Apache Wicket PMC is proud to announce Apache Wicket 9.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 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.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-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.12.0:
>
> ** Bug
>
>      * [WICKET-6955] - Wicket uses unstable slf4j version
>      * [WICKET-6996] - NotSerializableException near
> KeyInSessionSunJceCryptFactory
>      * [WICKET-6999] - Missing Export-Package of packages with
> "internal" in name
>      * [WICKET-7007] - Code snippets for CSRF documentation fixing
>
> ** Improvement
>
>      * [WICKET-6958] - Allow to use Slf4j 1.7.x in OSGi runtime
>      * [WICKET-6982] - Unnecessary initialization of stateful pages in
> ListenerRequestHandler
>      * [WICKET-6998] - Bump slf4j-api to 2.0.0
>      * [WICKET-7000] - ParseException ("Malformed tag") if <script>
> attribute 'type' is 'module'
>      * [WICKET-7002] - Application metadata access should not require
> synchronization
>      * [WICKET-7003] -  The http RequestLogger is very expensive. #524
>      * [WICKET-7004] - Jetty config example contains security hazard
>      * [WICKET-7008] -  LoadableDetachableModel.toString() should
> reflect the actual variable name
>
>

-- 
Regards - Ernesto Reinaldo Barreiro