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-1085

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

iQIcBAABAgAGBQJY3rc5AAoJEAzCjx+CMhBV4FIP/i8tz1WVsqF3cmx/I2w8e1R1
bqDgx9UcSh4IWVo1jETqpPa1tDtHbuS85vRPMzLpJmJHd6s/VjPGWsVRKLi0uIm/
Di0olYV0ywi/reF1EQ32NhjOWPSHpaIJ47GhNP1OJja2pGgAjyzoC2bcEcyjNSFt
7STZUGZtbw7ujX1Hfjw44t4jLXDnx36mz4NeHMo98lZznGivn5e917ugHwQHmT8k
o2VMMxxEoZzCQIOoKeN4QTIf6MXlZXkBYzC3tecPf1C/96drqhuHevtdo8FrXF9i
PPA67Tzc8P9CqhdMYKbkDzpevfmc92n0zvQPhWNhKZlCnCzqlysVqlbAPacKphIB
vgHeKQ8HjsAtYwsLUSJ9fPilXAmjBflrPp7aCh0xcFjDbqLE8LO4Vtla6bfkDuoB
J9Ae7vBIA4dEuwQsFUKZEvD0W1B4aqRNx5+EMTihksK94dK9ymlLG3zMFLDyposG
XY8UAZxo4Z2DZQDX7ycL/NK4prmwtMusQxbyc9tcoTkWZMb4mOu+qw7rwGsALg7Z
VUupqN/1opNzSxcZxcVhiPUd6xyzwfn5xLbHMMk7e7zhCSLQ+fGsCoR4aPILYV8f
o1gL/p+9xbyGU5s/vKAfsY1JnVJO9L3MDtmRQrhTh9VelQRqFv0TdcWQxwVw9DOI
ciNFxicB4WZ7mKV9O6JW
=Nc13
-----END PGP SIGNATURE-----

Signature for apache-wicket-7.7.0.tar.gz:

    -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJY3rc5AAoJEAzCjx+CMhBVDrYP/2f9iAbBLgjuT+xQebDpOqWM
0yan/k/mCnJ0appuhNkPTOszZ/8OP5hEF94Ophml6IsXUrq5c+40y6RvtLf/H3Vv
K7PtokGcqPFTOsyIIft7gPWSPmwJKeWW43tKInLNV/qKRGjbDmnOo8hQZl5x+4gI
u+ajL9nfkV9g4/no92nboPR/W+DQPBCkSS31912rhjKfOD5gJHm689dORTx9MeNg
nzYVsaQjny3WvkLccBxiJMG1QFmyai4q81C+Qd7CoVJBxeF+uXRQDuXg9uimzz7a
x2eyEbYgo8AmIpOwvVljBzeTQwM0KtR75Eo2AY2xXaaRActRS0FnvSM771wQ6qEi
IZ17L7uvvLPJstAi3vEBCY0P9+l8rN3A2Fj/pLYBvyyN1d6n1a2xZriyV859t/yf
eHIq9SnEya60ZVwsnwYdwoYmEECWsaYvP/O9tFKMDO7MUT1XiWzQRixMrbAuMzcD
GCsldtTQjeaFrUjXcV1PaBMkaTy8PjlaEGq3VyPUAnNorNrk2Hupe/dj4B954wEX
7jFvJciHSHuQnPyT4JRlSnXjnKoTZDT/c7JMc75I6OTtm7SQ/MF+tWTV85398ykT
t/2/Bntb6T4k4dRKQdTKn4YJ+nfBhnd17vNSgCDwV6v8EkdZx3R6RTr+Cs2zczzX
UKSW/4bBBaPBiCa/lUN8
=YCX+
-----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

** 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()

** Task

    * [WICKET-6287] - Switch from json.org to open-json

Reply via email to