Hi,

I just realized that WICKET-6982 was not included in this release, because
I forgot to cherry-pick it on the 9.x branch ,/

I adjusted the fix version in JIRA and cherry-picked the commit now.

In the future, I have to go over all issues I merged, and verify that I
actually cherry-picked them.

Best,

Thomas

On Sun, Jul 10, 2022 at 1:17 PM Andrea Del Bene <adelb...@apache.org> wrote:

> The Apache Wicket PMC is proud to announce Apache Wicket 9.11.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.11.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.11.0:
>
> ** Bug
>
>      * [WICKET-6981] - InSessionPageStore does not trigger flushSession
>      * [WICKET-6988] - String.format used in JS generation leads to errors
>      * [WICKET-6990] - DiskPageStore loses pages when container re-binds
> attributes
>
> ** Improvement
>
>      * [WICKET-6979] - Cut back slightly on some String instance
> creation in PageInfo and friends.
>      * [WICKET-6982] - Unnecessary initialization of stateful pages in
> ListenerRequestHandler
>      * [WICKET-6985] - Insufficient information logged by
> CheckingObjectOutputStream when delegation to Externalizable
>      * [WICKET-6991] - ResourceAggregator is resizing the StringBuilder
> several times.
>      * [WICKET-6992] - Reduce object creation and wasted memory in Url
> toString() methods
>      * [WICKET-6994] - Make the servlet API a runtime provided
> dependency when using JPMS.
>
>

Reply via email to