Repository: wicket Updated Branches: refs/heads/master 02fa3f487 -> 58b0e73d8
Added CHANGELOG for release 8.0.0-M6 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2e95e56f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2e95e56f Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2e95e56f Branch: refs/heads/master Commit: 2e95e56fbe6d736b1d820ea24a13721a72279b88 Parents: 02fa3f4 Author: Andrea Del Bene <[email protected]> Authored: Sun May 14 15:15:29 2017 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Sun May 14 15:15:29 2017 +0200 ---------------------------------------------------------------------- CHANGELOG-8.x | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/2e95e56f/CHANGELOG-8.x ---------------------------------------------------------------------- diff --git a/CHANGELOG-8.x b/CHANGELOG-8.x index 2d71b50..e297fbf 100644 --- a/CHANGELOG-8.x +++ b/CHANGELOG-8.x @@ -2,6 +2,40 @@ This file contains all changes done in releases for Apache Wicket 8.x. ======================================================================= +Release Notes - Wicket - Version 8.0.0-M6 + +** Bug + + * [WICKET-6177] - Introduce AsynchronousPageStore + * [WICKET-6339] - Wrong implementation of MarkupFragment.iterator() + * [WICKET-6353] - Proxy deserialization fails due to classloading issues + * [WICKET-6356] - Clustering failover not working on Tomcat + * [WICKET-6360] - WebSocket fails when url-based jsessionid is used + * [WICKET-6361] - MarkupContainer#queue doesn't work in table column + * [WICKET-6362] - HeaderItems with different PageParameters are treated as identical + * [WICKET-6365] - Links on "Contribute to the User Guide" are broken + +** Improvement + + * [WICKET-6347] - IChoiceRenderer implements IDetachable + * [WICKET-6348] - New FormComponentUpdatingBehavior to replace wantOnSelectionChangedNotifications() + * [WICKET-6351] - Form.anyFormComponentError performance degradation + * [WICKET-6354] - Add JavaScriptResourceReference for JQuery 3.x + * [WICKET-6355] - Pass the request attributes to FileSystemResource#createResourceResponse() + * [WICKET-6364] - The autogenerated input field when a form has a default button should not gain the focus when navigating with tab + +** New Feature + + * [WICKET-6286] - Would be good to have AjaxDownload available out of the box + +** Task + + * [WICKET-4201] - IPageProvider and its implementations need to be improved + * [WICKET-6322] - Remove lambda factories + * [WICKET-6363] - Do not use jetty-all but specific dependencies + +======================================================================= + Release Notes - Wicket - Version 8.0.0-M5 ** Bug
