Here is what I would write in the 'New and noteworthy' section:
New and noteworthy
------------------
This hotfix reverts WICKET-6963 which causes MarkupException in some
particular cases.
(see https://lists.apache.org/thread/y0zthfw2on04sm9wpn60my3x53b8cb3n).
In addition, this release updates Spring Core dependency to version
5.3.18 which provides a fix
for Spring4shell vulnerability (CVE-2022-22965).
NOTE: Wicket is NOT directly impacted by Spring4shell. Your application
might be exposed to this
vulnerability only if you use Spring web frameworks (i.e. Spring MVC and
Spring WebFlux).
On 07/04/22 08:33, Maxim Solodovnik wrote:
+1
- signatures
- local build
- main app
On Wed, 6 Apr 2022 at 02:50, Sven Meier <s...@meiers.net> wrote:
+1
Sven
On 05.04.22 16:47, Tobias Soloschenko wrote:
+1
kind regards
Tobias
Am 05.04.2022 um 12:42 schrieb Thomas Heigl <tho...@umschalt.com>:
+1
Ran our CI build and repeated stress tests on our staging environment.
On Mon, Apr 4, 2022 at 11:07 PM Andrea Del Bene <an.delb...@gmail.com>
wrote:
This is a vote to release Apache Wicket 9.9.1
Please download the source distributions found in our staging area
linked below.
I have included the signatures for both the source archives. This vote
lasts for 72 hours minimum.
[ ] Yes, release Apache Wicket 9.9.1
[ ] No, don't release Apache Wicket 9.9.1, because ...
Distributions, changelog, keys and signatures can be found at:
https://dist.apache.org/repos/dist/dev/wicket/9.9.1
Staging repository:
https://repository.apache.org/content/repositories/orgapachewicket-1174/
The binaries are available in the above link, as are a staging
repository for Maven. Typically the vote is on the source, but should
you find a problem with one of the binaries, please let me know, I can
re-roll them some way or the other.
Staging git repository data:
Repository: g...@github.com:bitstorm/wicket.git
Branch: build/wicket-9.9.1
Release tag: rel/wicket-9.9.1
========================================================================
CHANGELOG for 9.9.1:
** Bug
* [WICKET-6966] - IndexOutOfBounds in InSessionPageStore
* [WICKET-6965] - Memory leak in WicketEndpoint
** Improvement
* [WICKET-6963] - (REVERTED) Use singletons for
PanelMarkupSourcingStrategy