This is a vote to release Apache Wicket 6.27.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 6.27.0
[ ] No, don't release Apache Wicket 6.27.0, because ...

Distributions, changelog, keys and signatures can be found at:

    https://dist.apache.org/repos/dist/dev/wicket/6.27.0

Staging repository:


https://repository.apache.org/content/repositories/orgapachewicket-1091/

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-6.27.0
    Release tag: rel/wicket-6.27.0


========================================================================

    The signatures for the source release artefacts:


Signature for apache-wicket-6.27.0.zip:

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

iQIcBAABAgAGBQJZFybdAAoJEAzCjx+CMhBVgdAP/AuGQzJG+yHFJ0yHVaSfGtTl
2b43N7HadU0w7T/hESNufeEhVpXDQJi0SQPCoegIOUjfqAYqIqIUUdA5YPAd81/1
fMjZdrxmfZXK0zXqbN8TJepFdF+IA0PyIldG57JJVMbA8Scqt6qY5jUx9Oi19emG
ZK81w3Ve6jvZhXLNu6sZDcOlSKtQp1eQ9oUw+iDkCJZw2EVvxELQgwYLK2TwayeA
R0EGSOA3HaBIcxpMVGrGfludepiai98hTkc5PasK1AI7xrJIF6rOLhazIBd5e5ij
eDZ0GyMchmDudE8ylbCSz0LgWgtAr9zDt5IVRnR5p1z0AL2xziTpwqzr1RQB736/
PoKzOqlOlKhHhaI601jprwADd9xs+3/598qa5kunFl7C7DygJVEISofAd+3/lDrU
7XcX2bO/9O1W2h/ivVromM5c8IMnzzkBubjmJ+ADypkEHtG8ulLErC0p/X/lQvvj
Hl1YXXTuwbzh2wdUbdO5kBh4KogNUBWtLnrB2xRrTqK07t6s0waATsOpWvYDMowj
7gvFMFDLOicMglLfu1waXX8HgxsFkUlF1d9fvq6b/etocE/0HY3N+BoLecCmzU3i
0hqw06NMrF+EGVPR93aKFoVL3gWQyr9A+f/we+VBhLxrS8Wz8LOCzDPr8LMlaHIX
ObGYg/VSA+z9LGKm/FIW
=7q7R
-----END PGP SIGNATURE-----

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

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

iQIcBAABAgAGBQJZFybdAAoJEAzCjx+CMhBVvwUP/1z7z2LNBmPWt/hxdgPyI9J+
M5Mh+JjUdkXEcf1v12wRZnK5Z6X/EH92Y9cNRFFg9xzW+DbmdvquBSvwXV+PkK4j
hFTgi0wmXC3wsqfpS/SBf3utPUcniMSBY4OY0xrIEubFxqEoM6FEiEqwlQSYPlSD
Iy3beLV2EBVx3YjTtDcerHEj9aOJsf3Olbh9WIj6Mtl+WEByACymF1zZrq/YsCjo
zNjag/35wG/oR2CgEgA9CXNcAdcRO5A2mPittTC/lX2MTbLhvMPvipUhY4n99Jnt
gqQIjEhAkDH1wmSmSLKa9a+we0ZExhT9jnsv06Z9074Db8n7cBcBKYeFnmnGiW5U
Z3bGd2bxFuTLlcjZ7MiEnLo1RsVdRcNSnOcDQHG1DBq46nGe2Ah1sDj7RBsvPuJy
U/rMOGqfwnr3FSBHecsWgHMbFGkwfcB5Cl+Cvxoe1QrwBLU5iybyTGLuF/3oYSnm
t1ngW+5EELwzhkw/ED1NMHRNX/SBCk+PIhyCn3OBhK0O7+p80x+FacNYyqm8JyqM
moYLqBd8/Z7tU2RmUlbQWyUrmT7e44/uf0e0uW0kVwGFdNlNpYCTVeZW9U9+W7zo
vSirzpB22o6d6U6qfF29PDy6PLmCZhydTFSSXdxIMOCYGQY71/f2NAsieFgLGqTi
WGMLHMDsragNtI/MgXN8
=q3uP
-----END PGP SIGNATURE-----

========================================================================

    CHANGELOG for 6.27.0:

** Bug

* [WICKET-6165] - Inconsistent behavior of Markupstream.hasMore vs. MarkupStream.next.
    * [WICKET-6314] - 7.6 release references 7.5-SNAPSHOT poms
* [WICKET-6316] - Wicket tester encodes page id for stateless links in stateless pages * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates invalid XHTML markup for multipart forms
    * [WICKET-6356] - Clustering failover not working on Tomcat
* [WICKET-6362] - HeaderItems with different PageParameters are treated as identical

** Improvement

* [WICKET-6212] - CheckChoice / add a getAdditionalAttributes() also for <label>-tag * [WICKET-6307] - SubmitLink does not work in Chrome "ff.onsubmit is not a function"
    * [WICKET-6323] - Allow ResourceBundles to use the defer attribute
    * [WICKET-6351] - Form.anyFormComponentError performance degradation
* [WICKET-6364] - The autogenerated input field when a form has a default button should not gain the focus when navigating with tab

** Task

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

Reply via email to