This is a vote to release Apache Wicket 7.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 7.0.0-M5
[ ] No, don't release Apache Wicket 7.0.0-M5, because ...
Distributions, changelog, keys and signatures can be found at:
https://dist.apache.org/repos/dist/dev/wicket/7.0.0-M5
Staging repository:
https://repository.apache.org/content/repositories/orgapachewicket-1032
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-7.0.0-M5.zip:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org
iEYEABECAAYFAlTGB9IACgkQJBX8W/xy/UU+DQCeMass4frUJxOEwJEGZDQ6x+Jx
DcEAnjny7iZkcV+oo7970lCBMrarIeS0
=31G8
-----END PGP SIGNATURE-----
Signature for apache-wicket-7.0.0-M5.tar.gz:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org
iEYEABECAAYFAlTGB9IACgkQJBX8W/xy/UW8EgCglJV4JouQ9FHEA8YJluCwqL3G
LKIAnRzGnoVIt8yIOi1LC7gqAHkLUc4W
=gmXj
-----END PGP SIGNATURE-----
========================================================================
CHANGELOG for 7.0.0-M5:
** Bug
* [WICKET-5584] - DiskDataStore error
* [WICKET-5747] - Wicket Ajax Click handling gets requeued in
OnDomReady so fire out of order
* [WICKET-5748] - StackOverflowError while trying to get the
Markup of WicketHeadContainer
* [WICKET-5751] - NullPointerException in IntHashMap
* [WICKET-5752] - ReplacementResourceBundleReference should return
the dependencies for the replacing resource ref
* [WICKET-5759] - AjaxRequestAttributes extra parameters aren't
properly handled in getCallbackFunction()
* [WICKET-5770] - PageParametersEncoder should not decode
parameters with no name
* [WICKET-5772] - LoadableDetachableModel caches null value if
load() fails, bug in getObject() {attached = true;}
* [WICKET-5777] - Reload of page leads to WicketRuntimeException
* [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-5800] - wicket:enclosure within FormComponentPanel
causes exception related to dequeueing
* [WICKET-5809] - URL IPv6 parsing
* [WICKET-5811] - Infinite loop issue in
PropertyValidator#createUnresolvablePropertyMessage(FormComponent<>)
* [WICKET-5812] - AtmosphereBehavior wrongly sets Ajax base url to '.'
* [WICKET-5817] - Wicket-JMX should depend on asm-util
** 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-5774] - UrlRenderer should render full and absolute urls
in their canonical form
* [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-5789] - Make
org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig
publicly visible
* [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-5803] - Reduce log for "o.a.w.r.PropertiesFactory |
Loading properties files from ..."
* [WICKET-5806] - Wicket.Log should log (at least errors) in the
browser console even when Wicket Ajax Debug window is disabled
* [WICKET-5808] - SpringBean, support generic beans
* [WICKET-5818] - Add support for httpOnly cookies to CookieDefaults
** New Feature
* [WICKET-5771] - Ability to escape resource bundle messages added
with wicket:message
** Task
* [WICKET-5732] - Improve component queuing and auto component
* [WICKET-5791] - Update JQuery to 1.11.2 and 2.1.3