This is a vote to release Apache Wicket 7.7.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 7.7.0
[ ] No, don't release Apache Wicket 7.7.0, because ...
Distributions, changelog, keys and signatures can be found at:
https://dist.apache.org/repos/dist/dev/wicket/7.7.0
Staging repository:
https://repository.apache.org/content/repositories/orgapachewicket-1087
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-7.7.0
Release tag: rel/wicket-7.7.0
========================================================================
The signatures for the source release artefacts:
Signature for apache-wicket-7.7.0.zip:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJY8mzSAAoJEAzCjx+CMhBVsVQP/R2Qky5zUL83DnwM0Pq0He8h
aCud1d/MAduEekPKNSnxIF7Tv1ild5/B1QXGjmkhiil3V1WjNUxc8ytY9TFN+jRe
jyFYlVR1pMucPwQWgJXFP/kgsqIzv1OPnjKX0k6DTafwfJ7rpZh6AO5NVy9SChO3
eZE2woeFb799+GuHif0hzin405IR5XohK+gwCzmSbmONpHP/2SxwDLi8kIC1+Xjz
vfRTLXLlW26DA8Wqk7d6OLqJ69GXisgNkd1bFJy4TxUksVj+eos8bhFMjFEjZJsB
2i4+UnoBMhunIlMbD42SZR9v7SwffLnfMet0UgMT5P5fcJYtPtl1NH172pkoxyra
cC5/80kmbFhgjGZnlFj55IRD2m015r36cIAuK+fkGrPjgUr4k18CZK/yi1HIgsnp
pSyS9E5yRkeNclkqjIBmzFStF9GWEC/xvW7HJ5I8zoeyTt5Uo+Yh7pqcdHUhbXUH
l1F+Pp4tsZJRFx3nCw/Ng6NKC1tBHD4iTQKXQLvCOQBEZQQIMuCNTcMcErvZse+e
p8tMh6UbCD8sptrhNcC6Z3IQ0cXwvKzRcGEaiFeWqFXPq1lurnQWGT1bhoVMOaMM
891QYsRcIzIdh3/QDU1Z0I9it7l8+qto+6m4vLQWrWbHEneOd3sShazjzDdeOzXQ
pBgjyRq1L2Z6OvTR5Guy
=6eiD
-----END PGP SIGNATURE-----
Signature for apache-wicket-7.7.0.tar.gz:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJY8mzSAAoJEAzCjx+CMhBV1bsP/jTtw3CU7pDGyQ0RYlnfi6+r
M/etf1DVxZM3xU/tcvFljA75HQWt6v+CHkg+egw+z8jCsAQwxAxQ7NmjRwIfTPEO
9Kypmb3v3j8RkbbmH3pn0KEp+SHadMsgDolpXt5EVqSbfToR2n+VpRtuq7MvCEqx
NSCeRqhB1iZciUQQm/sf6/kddW27sqw6wZ6Tt8zZfhiImd+DRNpQzdL1YPsE1w6r
Opf67v22vITUJfDrOvEMwVey8zb+dgQiqcKOZcpG/V3z2OvJFyyw5Q95VXzV0+ho
e1wD/6fa5hck6XRKPhsEValaQMU15dmSyR0tjPGqN6i0LgE2WIQ97copj1erDQ26
RlBIipc2desEOh+s4vAFUKew1Ll0ept82mvpzbVClHwxWblyyGtKQrHZbAgdVC9k
qpKrlRLZxRP2bisEobl9bjr3tUGy9iqpkZXqYnRRmaewGryExmm1T12ndRvNjgZN
ZoT49+vTvlRW+Ocszv4m6kcMitHt3yLVXcnhqWMCBiWvdwDG6FdSUvUnwskyvvQo
l1OhD7IOTNhz+hAlFn+x9h1jsgHzjY2I8Ys4I4QzLlgYkGy/0k6AcwG3hFNN4pS1
HNpiSYhbFoDrlzLa4V+lOikARL8WJwjnpqOF32T96cKRrnhFwnZufWMaCYYKjwbs
hi3qkSvtkCPUUy1iPRT8
=RLxY
-----END PGP SIGNATURE-----
========================================================================
CHANGELOG for 7.7.0:
** Bug
* [WICKET-6165] - Inconsistent behavior of Markupstream.hasMore vs.
MarkupStream.next.
* [WICKET-6303] - renderHead method of a Behavior added to a Border
body is not called
* [WICKET-6306] - Changing model object of Panel added to a Border
not allowed
* [WICKET-6311] - SignOutPage_ru.html is missing
* [WICKET-6314] - 7.6 release references 7.5-SNAPSHOT poms
* [WICKET-6316] - Wicket tester encodes page id for stateless links
in stateless pages
* [WICKET-6317] - AuthenticatedWebSession#signOut() calls twice
after session invalidation
* [WICKET-6319] - AutoCompleteTextField: popup is hidden when
clicking on scrollbar in IE
* [WICKET-6332] - NullPointerException in PageParameters#equals()
* [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates
invalid XHTML markup for multipart forms
* [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior
* [WICKET-6349] - Stateless form does not work when
RecreateBookmarkablePagesAfterExpiry is false
* [WICKET-6353] - Proxy deserialization fails due to classloading
issues
** 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-6307] - SubmitLink does not work in Chrome "ff.onsubmit
is not a function"
* [WICKET-6308] - Add an extra constructor to EmailTextField with a
custom validator but without model
* [WICKET-6323] - Allow ResourceBundles to use the defer attribute
* [WICKET-6328] - Add 'pathInfo' to ForwardAttributes
* [WICKET-6333] - Use onConfigure() to set the visibility of
ExportToolbar instead of overriding isVisible()
* [WICKET-6351] - Form.anyFormComponentError performance degradation
** Task
* [WICKET-6287] - Switch from json.org to open-json