This is a vote to release Apache Wicket 6.19.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.19.0
[ ] No, don't release Apache Wicket 6.19.0, because ...
Distributions, changelog, keys and signatures can be found at:
https://dist.apache.org/repos/dist/dev/wicket/6.19.0
Staging repository:
https://repository.apache.org/content/repositories/orgapachewicket-1033/
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.
========================================================================
The signatures for the source release artefacts:
Signature for apache-wicket-6.19.0.zip:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org
iEYEABECAAYFAlTGCcIACgkQJBX8W/xy/UWvZACfWKgij/ptCo0iEnzpR/e0j9Nz
mAsAn0NfQNOWEBtVMsQuCnwG+L6kqO28
=tEEj
-----END PGP SIGNATURE-----
Signature for apache-wicket-6.19.0.tar.gz:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org
iEYEABECAAYFAlTGCcIACgkQJBX8W/xy/UWqKwCgt9wLbuSjvAGwuO4E67KbXPhc
/WAAnR1ZWxjr077abSwK2b77WM3nuwO4
=9HPf
-----END PGP SIGNATURE-----
========================================================================
CHANGELOG for 6.19.0:
** Bug
* [WICKET-5747] - Wicket Ajax Click handling gets requeued in
OnDomReady so fire out of order
* [WICKET-5752] - ReplacementResourceBundleReference should return
the dependencies for the replacing resource ref
* [WICKET-5755] - Restoring focus after Ajax replace no longer works in IE8
* [WICKET-5759] - AjaxRequestAttributes extra parameters aren't
properly handled in getCallbackFunction()
* [WICKET-5770] - PageParametersEncoder should not decode
parameters with no name
* [WICKET-5782] - Missing escaping in MultiFileUploadField.js - sort of XSS
* [WICKET-5783] - Multiple events in AjaxEventBehavior with prefix 'on'
* [WICKET-5784] - arraycopy with bad length in AbstractRequestLogger:172
* [WICKET-5793] - Request for static resource creating a session in 6.13.0+
* [WICKET-5809] - URL IPv6 parsing
* [WICKET-5811] - Infinite loop issue in
PropertyValidator#createUnresolvablePropertyMessage(FormComponent<>)
* [WICKET-5812] - AtmosphereBehavior wrongly sets Ajax base url to '.'
** Improvement
* [WICKET-4703] - StringResourceModel should provide an
overridable getString(Component) method
* [WICKET-5746] - Fire an event once all JS event listeners are registered
* [WICKET-5753] - It is impossible to determine the form
submitting component's inputName when AjaxFormSubmitBehavior is used
* [WICKET-5754] - (String)ResourceModel's defaultValue could be an
IModel<String>
* [WICKET-5756] - Allow to use custom ciphers when using SunJceCrypt class
* [WICKET-5758] - Portuguese translation
* [WICKET-5760] - Add constructor (String, Serializable, String)
to AttributeAppender
* [WICKET-5775] - Replace the session upon successful signin for
better support for Session Fixation
* [WICKET-5776] - Add information about the component when it fail
in detach phase
* [WICKET-5778] - Pass the IModifiable to the IChangeListener in
ModificationWatcher
* [WICKET-5780] - Add a resource reference for ContextRelativeResource
* [WICKET-5794] - Make DefaultExceptionMapper extensible
* [WICKET-5797] - Convenience method to call setResponsePage with
forward option
* [WICKET-5799] - Add rel=prev/next in PagingNavigator.html
* [WICKET-5802] - HTML Import
* [WICKET-5806] - Wicket.Log should log (at least errors) in the
browser console even when Wicket Ajax Debug window is disabled
** New Feature
* [WICKET-5771] - Ability to escape resource bundle messages added
with wicket:message
** Task
* [WICKET-5791] - Update JQuery to 1.11.2 and 2.1.3