[ANNOUNCE] Apache Wicket 9.14.0 released
Andrea Del Bene <[email protected]>
| Newsgroups | gmane.comp.java.wicket.devel,gmane.comp.apache.maven.announce,gmane.comp.version-control.subversion.user,gmane.comp.apache.maven.announce |
|---|---|
| Organization | Apache Software Foundation |
| Message-ID | <[email protected]> |
The Apache Wicket PMC is proud to announce Apache Wicket 9.14.0! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find more about Apache Wicket at https://wicket.apache.org This release marks another minor release of Wicket 9. We use semantic versioning for the development of Wicket, and as such no API breaks are present in this release compared to 9.0.0. Using this release ------------------ With Apache Maven update your dependency to (and don't forget to update any other dependencies on Wicket projects to the same version): <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> <version>9.14.0</version> </dependency> Or download and build the distribution yourself, or use our convenience binary package you can find here: * Download: http://wicket.apache.org/start/wicket-9.x.html#manually Upgrading from earlier versions ------------------------------- If you upgrade from 9.y.z this release is a drop in replacement. If you come from a version prior to 9.0.0, please read our Wicket 9 migration guide found at * http://s.apache.org/wicket9migrate Have fun! — The Wicket team ======================================================================== CHANGELOG for 9.14.0: ** Bug * [WICKET-7013] - IndexOutOfBoundsException in InSessionPageStore * [WICKET-7052] - Interrupting a task should not be logged as an error * [WICKET-7054] - Tag <script> mus be wrapped in CDATA for 'type' values 'module' and 'importmap' * [WICKET-7055] - AjaxEventBehavior onload event unstable ** New Feature * [WICKET-7033] - add support to uploading to a resource ** Improvement * [WICKET-6979] - Cut back slightly on some String instance creation in PageInfo and friends. * [WICKET-7045] - Avoid allocations in PageParameters.getNamedKeys * [WICKET-7046] - Avoid allocating StringResponse when no response filters are active * [WICKET-7047] - Improve initial buffer capacity for Strings.toMultilineMarkup * [WICKET-7049] - Avoid allocation for empty buckets in FilteringHeaderResponse