This is a vote to release Apache Wicket 8.0.0-M5
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-M5
[ ] No, don't release Apache Wicket 8.0.0-M5, because ...
Distributions, changelog, keys and signatures can be found at:
https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M5
Staging repository:
https://repository.apache.org/content/repositories/orgapachewicket-1084
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-8.0.0-M5
Release tag: rel/wicket-8.0.0-M5
========================================================================
The signatures for the source release artefacts:
Signature for apache-wicket-8.0.0-M5.zip:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVplUP/18Y2qXGdgnsMhn3j7T2yEuS
uzgxs8ZlMBG+OzMp+b/Sewocppfcc5uWEinMfLWcjU0Gplk9y9fqC+IhUreWbI/Y
VSnykzwkYWzbxL975bgXBimiindcOLBf5VAnaw5DaN5I8o2csa6Na8WQvhTjIV87
9/8unxIIoJvmPt/eqXms/xVZwC52ggbYNsRExRa+bfFqaHPH0udfvBUkYW5jdK5y
PiBFFF1H3P9SFDnVezp++7h7uZBNg2trfZUhxDUUNxu169hUqpCYEmWXE/Suby1c
1vBVWzaICJf+cStSVD8LRibLD8yp4UriyeQj5yD9puA4HpoONdOkb0+9EtBrr6U9
7JC0s3sUP8WPqYawPRW7FWa+Lkfm4YHyKp0N4uwP4Q5i4FQQOJcGKQCJGxp92cqC
b0Ww2xjgJi+z24mDq9r3lICiL3IAbYe9gbFKm6c2S9wvtaeyUTF4Zi+Cgk1zk/qR
34MMXqD1wY4HxEriBsHA94WROCMlKVRXIc41NZE/ZNxdiXqTHaNEctWo88V9EElx
t7ov/uwKVlMvFxMBOYFr9p/FAjH50zWTbx/asV/Fz0NdWDE79++Bd2OnUahFB9wh
wXFZDo6iB7s6zh08hK68TTRGdDrZ7BGIgBMHR40tAqiJML6821hcKaNfpdemqptv
SBxLZI3zI4Fc81w7jnrv
=gYYk
-----END PGP SIGNATURE-----
Signature for apache-wicket-8.0.0-M5.tar.gz:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVK2wP+gM11Ve4SKnavA+VH0w9u1HK
kKFHMx+nMX2uQ9lsSwbR9D0Ql0v03lctlMsr8LnzNTazZPiLrcilFKGrzlGZOAx8
XXu1+9oPKPAUTvrpvXUmKXSqsm5XLuC74OP2w3rwV82hnIfs/CKs32X1hBRe1c+u
S+EtBWZSJKI8qAOdZEq+ZvoVGEeUGFosPhfF98rOkleUXP9LfSppYwlHO1/8s9PE
3Fl1CR9smDRfNOhVwv2GvlfrH8D4bF31doQUZ2yxdWlnKRYOp1gVzUf91jZ2V2kv
oUFQb673qP3TptyH6AwFjuZ8WHXpsbo2BAXtCKCP+6cqGczKZ+ntv2IKiVQwr1lX
LTfUey+ZXfVWq/xkF3SCTzO7BFEp91mupqWljR/YPs3zhOT5dyGArX0XcbRiz+rZ
yETYFlw9mmpwrZkjudfyfgZic2pcesUZOgwnq0F/BW5vuVYgFCWRFOvKChAM2G8v
Rcsh2rV/T2/U+pIbqwCPcgOSN1OUZ4siUGSKC1ELSdIcCtfqgP3rft9tvZbmWIiv
sGFJwZBLDIOqWzeyLxE5QvWtR9aIybqE9mJ4Y9Y2PPNJfNJsn1s/pD5qnvO3d6Ym
+7LztPmkS4OQeVHqY9e9EnCdd9ndTe0aLHzU3kZ51oTRPwLLb6Wztxily0V15PII
kN/0C0NMZ6Sy0Q5QgynI
=ci2t
-----END PGP SIGNATURE-----
========================================================================
CHANGELOG for 8.0.0-M5:
** Bug
* [WICKET-6317] - AuthenticatedWebSession#signOut() calls twice
after session invalidation
* [WICKET-6319] - AutoCompleteTextField: popup is hidden when
clicking on scrollbar in IE
* [WICKET-6329] - org.json migration issue
* [WICKET-6337] - Wrong class type in PageAccessSynchronizer
* [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates
invalid XHTML markup for multipart forms
* [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior
** Improvement
* [WICKET-6212] - CheckChoice / add a getAdditionalAttributes()
also for <label>-tag
* [WICKET-6265] - Make it possible to authorize component
instantiations both with OR and AND rules
* [WICKET-6328] - Add 'pathInfo' to ForwardAttributes
* [WICKET-6333] - Use onConfigure() to set the visibility of
ExportToolbar instead of overriding isVisible()
* [WICKET-6334] - WicketObjects#sizeof() and #cloneObject() should
not use IObjectCheckers
* [WICKET-6335] - tree.Node calls virtual methods from constructor
* [WICKET-6336] - Add #removePage(IManageablePage) to IPageManager
* [WICKET-6343] - Add hook method for exception handling to
StatelessChecker
* [WICKET-6345] - Check for non-null PushBuilder before trying to
use it
** New Feature
* [WICKET-6286] - Would be good to have AjaxDownload available out
of the box