This is a vote to release Apache Wicket 9.0.0-M4

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 9.0.0-M4
[ ] No, don't release Apache Wicket 9.0.0-M4, because ...

IMPORTANT NOTE
JDK 11.0.5 has backported a change for UTC rappresentation that breaks
our test class org.apache.wicket.util.convert.converter.ZonedDateTimeConverterTest. An earlier version of JDK 11 is therefore required to build this release from source.
The test code will be updated with the next release.

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

    https://dist.apache.org/repos/dist/dev/wicket/9.0.0-M4

Staging repository:

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

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:  g...@github.com:bitstorm/wicket.git
    Branch:      build/wicket-9.0.0-M4
    Release tag: rel/wicket-9.0.0-M4


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

    The signatures for the source release artefacts:


Signature for apache-wicket-9.0.0-M4.zip:

    -----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl4PgrYACgkQh48B+qjT
VuFQURAAlKVnf7j8uWjbVMvE6p4K1J1yy4cGaPXLaTV9HOZ94kZsoJ+QZhSpv51I
IZfzCPT5JEZNRCHDc+1r06KXOJh7udSRME2wjgIUJdMrz5R+yVFN8hYoyvhupxqd
hwi904VUJlqxbq7X0Kqs1TVb0sDZAKOYOe4/ardDhQ3Em3SmIIXu4fdYf/IkkWMk
eHb5n8ybfkAFMsCv5KLEr5srTCoUhLDW+3SlMcZj7GUkhAYAGEaE3OZkIX0+QwUF
i9VaFRxMF68i5p3XyAogAisOL9ia6rDZB4MXFvkKIJxTQN7vOtdTXcCFAPr03Xp2
k1NVJIptx+6oQlAkXuAbWOBUSjZ0k2y5dhLQQDGg+oiDcGk6TqmnTQuqRLOUDJZk
UWiv993YE/reRk1G5y0JH9F42CSNCCPB5U5EFhbrXMjdd+t7yoWjSCM37NdKFmG5
rY6xS9NTsT56Mm2k3ZUYuJYAQvyMjWJaRJU1nyH0tykkPNLu7bwhg/q8fBwvFcNm
wFZWq9Oh2CnVhxx9H/UHweypUO8xT9kJ4bHmc8QVQVC5h9TJs3/4msnjwqMubQgD
vi/uaER3iiut5C6Bcr/1B8xnTv2ZnRx3BXDyk3p9bDB8LBjWGsa/zyl9uDK3tVR1
6KC6OJR6Jm/2gtZ2ZiaLF8mKC4II2UbTRqbOcXhOo1uGKUeZjoI=
=EECr
-----END PGP SIGNATURE-----

Signature for apache-wicket-9.0.0-M4.tar.gz:

    -----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl4PgrYACgkQh48B+qjT
VuGzEA//VLo1syyo3gvpU+e2rQvax/G90XXzMPeRwjy0VAw0UK6uP5OerajVoe+h
+xijQe1PpeLVxiRqlhnwLo+uwLcvNJe29gnry/6IVwF6/39gVCP0d2UmS0GKJxqx
4NPHSh2U2NbVjZuVpBt+y0tGnf+CsM+ljMAMZZe8MKakNC6KWg+IDW/Am9knIDF7
hIdlrbQIZGmNeT5AF2iZozaACMG1zw3pNa7Qgy9J11+PFA/3Y0NVRx3oCMSFCxU3
yHE99lO2HUFaVEG38ub1Q17RuywRo0Bjd1XbmQtNXTNWNB/XDo6ZxX2IEOJvkHd8
57tiOmdOK5dMbBgxjmW5S0lzzic7GVzS4boBQOsbGxwCGMPpDldA4iu5Z6j8j+Kp
GvOTJVbrAU6205n/wTRfjWvc39mQzUkehovEhzi6eny3cbWVAIsOiVNi17jroTUN
tBJSs4nRt0hgpD1RcQsUnEEp4UCw5l/pDxRD4a+tSA5kkap+lQA2divvSLmSD4+m
P2z7/yA85B6JFZhlwpfmcVHoNiBbggfpVcqwpcobH8oAh8VD2GKwbHcAe2B+PWba
uySTkNUSTgFzm6JwFvUpiCsIzBdNWfou6Iod02OdhwU0oD60YsnhABARzn16D4G9
+OMOJMP7HauvE1iWfmP4ldedcDQu1Pv3IONtkf891Zg14FBLeoA=
=SvcW
-----END PGP SIGNATURE-----

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

    CHANGELOG for 9.0.0-M4:

** Bug

    * [WICKET-6531] - Crash in Unsafe.getObject when running on the J9 VM
    * [WICKET-6704] - JavaSerializer.serialize causes the JVM crash !
    * [WICKET-6706] - Websocket Endpoint logs exception when user leaves page     * [WICKET-6707] - Property setter parameter type is assumed to be equal to getter return type     * [WICKET-6708] - FormComponent should read only the GET/POST parameters of the request, not both
    * [WICKET-6713] - BaseWicketTester does not reset componentInPage field
    * [WICKET-6717] - Automatic-Module-Name should be valid Java identifier

** Improvement

    * [WICKET-6321] - Support Integrity and Crossorigin attributes for JavaScriptUrlReferenceHeaderItem     * [WICKET-6682] - Improve JavaScriptContentHeaderItem and JavaScriptUtils to support nonce
    * [WICKET-6701] - DownloadLink make content disposition configurable
    * [WICKET-6703] - Eliminate window.eval from wicket-ajax-jquery
    * [WICKET-6709] - Cache the value of WebRequest#isAjax()
    * [WICKET-6712] - Timezone can be determined on client side
    * [WICKET-6714] - Please add better getResource-Support for MockServletContext     * [WICKET-6718] - AjaxFormChoiceComponentUpdatingBehavior uses "click" instead of "change"     * [WICKET-6720] - ConcatBundleResource#getResourceStream should not eagerly fetch resources

Reply via email to