This is a vote to release Apache Wicket 9.14.0
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.14.0
[ ] No, don't release Apache Wicket 9.14.0, because ...
Distributions, changelog, keys and signatures can be found at:
https://dist.apache.org/repos/dist/dev/wicket/9.14.0
Staging repository:
https://repository.apache.org/content/repositories/orgapachewicket-1182/
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.14.0
Release tag: rel/wicket-9.14.0
========================================================================
CHANGELOG for 9.14.0:
** Bug
* [WICKET-7013] - IndexOutOfBoundsException in InSessionPageStore
* [WICKET-7052] - Interrupting a task should not be logged as an error
* [WICKET-7054] - Tag <script> mus be wrapped in CDATA for 'type'
values 'module' and 'importmap'
* [WICKET-7055] - AjaxEventBehavior onload event unstable
** New Feature
* [WICKET-7033] - add support to uploading to a resource
** Improvement
* [WICKET-6979] - Cut back slightly on some String instance
creation in PageInfo and friends.
* [WICKET-7045] - Avoid allocations in PageParameters.getNamedKeys
* [WICKET-7046] - Avoid allocating StringResponse when no response
filters are active
* [WICKET-7047] - Improve initial buffer capacity for
Strings.toMultilineMarkup
* [WICKET-7049] - Avoid allocation for empty buckets in
FilteringHeaderResponse