This is the third vote to release Apache Wicket 7.0.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.0.0
[ ] No, don't release Apache Wicket 7.0.0, because ...
Distributions, changelog, keys and signatures can be found at:
https://dist.apache.org/repos/dist/dev/wicket/7.0.0
Staging repository:
https://repository.apache.org/content/repositories/orgapachewicket-1049/
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]:dashorst/wicket.git
Branch: build/wicket-7.0.0
Release tag: wicket-7.0.0
========================================================================
The signatures for the source release artefacts:
Signature for apache-wicket-7.0.0.zip:
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iEYEABECAAYFAlWffD4ACgkQJBX8W/xy/UXQ5gCcCyu+1/xu0Pes2k3zrg7E3M3s
T/EAnR5ogOoMWFQdh7U5Av9zdpbO1ZQ5
=cXiK
-----END PGP SIGNATURE-----
Signature for apache-wicket-7.0.0.tar.gz:
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iEYEABECAAYFAlWffD4ACgkQJBX8W/xy/UU8lgCbBTNnY8dKh/8s8GRRKbASciHV
zA0AoKTzkOC4SCYBm7OY3VWvs3NvyxSo
=CR1U
-----END PGP SIGNATURE-----
========================================================================
CHANGELOG for 7.0.0:
** Bug
* [WICKET-5909] - Session style is not taken into account when
loading mounted resources.
* [WICKET-5924] - FileUploadField does not work with Servlet 3.0
multipart config
* [WICKET-5927] - Velocity remote code execution
* [WICKET-5939] - AjaxEventBehavior should not lower-case the event name
* [WICKET-5942] - TestCase failure after cfa36fbea621
* [WICKET-5944] - CSRF prevention does not work with https URLs on
the default port
* [WICKET-5946] - JavaScript/Css PackageResource should use the
same charset for compressing
** Improvement
* [WICKET-5922] - IoC: Optionally use objensis for proxy creation
to inject concrete classes without default ctor
* [WICKET-5926] - Arquillian Support with Container ServletContext
in BaseWicketTester/WicketTester.
* [WICKET-5928] - Move WicketTestCase from tests to main so that
it is reusable by other Wicket modules and applications.
* [WICKET-5929] - Introduce IPartialPageRequestHandler
* [WICKET-5930] - Upgrade Atmosphere to 2.2.7
* [WICKET-5931] - Improve generics for ListView: don't use wildcard for T
* [WICKET-5932] - Allow empty column list for DataTable
* [WICKET-5933] - Avoid serialization of untouched page after ajax request
* [WICKET-5935] - IoC Guice: cache proxies and fail on creation
when binding is missing
* [WICKET-5936] - simplify cdata escaping for ajax-response
* [WICKET-5945] - add a new topic/listener that notifies of Ajax calls done