This is a vote to release Apache Wicket 8.0.0-M6
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 8.0.0-M6
[ ] No, don't release Apache Wicket 8.0.0-M6, because ...
Distributions, changelog, keys and signatures can be found at:
https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M6
Staging repository:
https://repository.apache.org/content/repositories/orgapachewicket-1092
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: [email protected]:bitstorm/wicket.git
Branch: build/wicket-8.0.0-M6
Release tag: rel/wicket-8.0.0-M6
========================================================================
The signatures for the source release artefacts:
Signature for apache-wicket-8.0.0-M6.zip:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVHVwQAI9s33bQnf2renrK88l16qHG
3Krvu79Ks5mXzJZmdf6O9jlfgZ+dFsNtPetkteVX+6ngne23r9g1TBd4qB80KEhD
qlwbn777TKWhy+CCy++9Nd0qV3Pi6FZv03xzWzo3JaGdzFqne9K4U/af6VIfc69V
6CI0AIXnt9s66yNvOyD4N6b3gXo/BRZLnrzVCQIPI8pVvM816kqYg9R/vXXKkBja
y0A/rXaWHCoB9uYBcW1RCeq0RxonaMfOP2lPNZifymk7+VgcjUUYv/ktWXX93SLQ
fTQ1FkLF+whxzbPBYdFo3qxleaguWeBQDbDCmSfjAlb+yuFi9tGYQ1aCy2CYB5u4
gFb1O5Dc+Ko6U+143DNnMEW9YrXalvzlmamZhQfxLuWbTX0/fOUjSGLrTCWhbfPK
JMK9Gal290gsGKOeyBSwf8RD7RCeLCDrtKJ6Jej/DrIGbShVjXHjVTTSzWrzfyWr
jcPqGLTTD7/t8GRsQ/n8gAZeNwww1JGWKeJ89mgTtKFqSvMpAAw7V81KV2J6I5PP
vgrJlY8b0oAlCxunD4Af0529bYnXGH8SbD311Hn6OQ5q4JmsTc/0YL1XmeE99QBe
y0u8XRNNIbNDtC204pxtcuZBfxBVLgANLQxy85gMO/A7e7sOmO1zJojiQpBMaTVD
VjUAN2HX4B/1G+k2QFrm
=kM6A
-----END PGP SIGNATURE-----
Signature for apache-wicket-8.0.0-M6.tar.gz:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVLE4P+wVfGgM02TSAIGsRhtCJla9y
5fb0KtOW6D1mRuuuVK8JbWncqpn5B2yuQGnkttE3OV8YUsR1HDwHBgCrx0z5Dcbh
+uhNwW+IJTIUrApVVXFN4+X1rZFDQ9dwnJTNjm0kdfzCLPcRriEHzQbg8CUC6JuB
6kndnr5RnyOGZInqs6ilB4fobUzIxR6s8ck4PoXSiFh+NE+jcllYfHv+3/3aVR2p
ZwC2R3gTFZAWeQB3IXQUSwnLeL4RPi2WCke1EcKBXnYM3TU41JHy1UuY2gSSpAXL
DO3VgZZLibEn4rqNp9URYellrYG5TEmhtylS6C7zgY8AmhbTGrW/PYPvLV3WOOXw
xdhBoaVjZg7ovov4bQQ74GW4w9GgxF9Xzwh/60bSngMyI4sGpm2bLrGh2YunA2OM
sguJMMa4fAMCvyrcejqMOfkF7z0W+9BK53/CPzBNLiLyIKaKrAkeU6PClfZyowDm
tHIOmbeTvXjDogOOweWonBZEfUHjhAOP+f7PeCpzCDkCcG0Fe7yaamNB0xtguAC/
enme13t9rz/7pBdUxyWRtgzdbRFfl1KYgrGS6FRbw2wfOCJf+qIKfsaJIWLQOxei
nWyRNUVXKwvIeu1ad4pujXh7ldNTkDsrtUSkrFCUV4TLya3SGrFLurKefuMidPze
4F5Gjn0iDossLMbNHY8U
=kX7X
-----END PGP SIGNATURE-----
========================================================================
CHANGELOG for 8.0.0-M6:
** Bug
* [WICKET-6177] - Introduce AsynchronousPageStore
* [WICKET-6339] - Wrong implementation of MarkupFragment.iterator()
* [WICKET-6353] - Proxy deserialization fails due to classloading
issues
* [WICKET-6356] - Clustering failover not working on Tomcat
* [WICKET-6360] - WebSocket fails when url-based jsessionid is used
* [WICKET-6361] - MarkupContainer#queue doesn't work in table column
* [WICKET-6362] - HeaderItems with different PageParameters are
treated as identical
* [WICKET-6365] - Links on "Contribute to the User Guide" are broken
** Improvement
* [WICKET-6347] - IChoiceRenderer implements IDetachable
* [WICKET-6348] - New FormComponentUpdatingBehavior to replace
wantOnSelectionChangedNotifications()
* [WICKET-6351] - Form.anyFormComponentError performance degradation
* [WICKET-6354] - Add JavaScriptResourceReference for JQuery 3.x
* [WICKET-6355] - Pass the request attributes to
FileSystemResource#createResourceResponse()
* [WICKET-6364] - The autogenerated input field when a form has a
default button should not gain the focus when navigating with tab
** New Feature
* [WICKET-6286] - Would be good to have AjaxDownload available out
of the box
** Task
* [WICKET-4201] - IPageProvider and its implementations need to be
improved
* [WICKET-6322] - Remove lambda factories
* [WICKET-6363] - Do not use jetty-all but specific dependencies