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/09/12 12:00:07 UTC

[ANNOUNCE] Apache Wicket 9.5.0 released

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

New and noteworthy
------------------

This release includes the following notable features:

- Full support for Java 9+ module system (WICKET-6904)
- Support of ByteBuddy as java bytecode manipulation library (WICKET-6913).

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.5.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.5.0:

** Bug

     * [WICKET-6884] - Wicket API 9.x refers to 10.0.0-M1-SNAPSHOT API
     * [WICKET-6902] - Change of PartialPageUpdate order of 
onAfterResponse and writePriorityEvaluations makes 
IListener.onAfterResponde ignore prepended javascripts
     * [WICKET-6908] - Possible bug / edge case where page is not detached
     * [WICKET-6909] - Link to Javadoc for 9.x is broken on the website
     * [WICKET-6913] - Java 17 compatibility with cglib
     * [WICKET-6914] - Visibility change of "File Upload" via ajax 
causes "missing" form-data

** Improvement

     * [WICKET-6901] - PropertyValidator improve configuration doc
     * [WICKET-6911] - wicket-spring throws an error when a spring bean 
uses ctor injection

** Task

     * [WICKET-6903] - Replace maven-clirr-plugin with something newer
     * [WICKET-6904] - Make Apache Wicket fully supporting Java9+ module 
system
     * [WICKET-6916] - Simplify JMX with StandardMBean