Added CHANGELOG for release 7.7.0
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b89997f9 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b89997f9 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b89997f9 Branch: refs/heads/wicket-7.x Commit: b89997f91322f1505367a2a31f22b5cafa51567f Parents: 9a3dcec Author: Andrea Del Bene <[email protected]> Authored: Tue May 9 19:17:58 2017 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Tue May 16 20:41:48 2017 +0200 ---------------------------------------------------------------------- CHANGELOG-7.x | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/b89997f9/CHANGELOG-7.x ---------------------------------------------------------------------- diff --git a/CHANGELOG-7.x b/CHANGELOG-7.x index c17995a..e104517 100644 --- a/CHANGELOG-7.x +++ b/CHANGELOG-7.x @@ -2,6 +2,46 @@ This file contains all changes done in releases for Apache Wicket 7.x. ======================================================================= +Release Notes - Wicket - Version 7.7.0 + +** Bug + + * [WICKET-6165] - Inconsistent behavior of Markupstream.hasMore vs. MarkupStream.next. + * [WICKET-6303] - renderHead method of a Behavior added to a Border body is not called + * [WICKET-6306] - Changing model object of Panel added to a Border not allowed + * [WICKET-6311] - SignOutPage_ru.html is missing + * [WICKET-6314] - 7.6 release references 7.5-SNAPSHOT poms + * [WICKET-6316] - Wicket tester encodes page id for stateless links in stateless pages + * [WICKET-6317] - AuthenticatedWebSession#signOut() calls twice after session invalidation + * [WICKET-6319] - AutoCompleteTextField: popup is hidden when clicking on scrollbar in IE + * [WICKET-6332] - NullPointerException in PageParameters#equals() + * [WICKET-6339] - Wrong implementation of MarkupFragment.iterator() + * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates invalid XHTML markup for multipart forms + * [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior + * [WICKET-6349] - Stateless form does not work when RecreateBookmarkablePagesAfterExpiry is false + * [WICKET-6353] - Proxy deserialization fails due to classloading issues + * [WICKET-6356] - Clustering failover not working on Tomcat + * [WICKET-6361] - MarkupContainer#queue doesn't work in table column + * [WICKET-6365] - Links on "Contribute to the User Guide" are broken + +** Improvement + + * [WICKET-6212] - CheckChoice / add a getAdditionalAttributes() also for <label>-tag + * [WICKET-6265] - Make it possible to authorize component instantiations both with OR and AND rules + * [WICKET-6307] - SubmitLink does not work in Chrome "ff.onsubmit is not a function" + * [WICKET-6308] - Add an extra constructor to EmailTextField with a custom validator but without model + * [WICKET-6323] - Allow ResourceBundles to use the defer attribute + * [WICKET-6328] - Add 'pathInfo' to ForwardAttributes + * [WICKET-6333] - Use onConfigure() to set the visibility of ExportToolbar instead of overriding isVisible() + * [WICKET-6351] - Form.anyFormComponentError performance degradation + * [WICKET-6364] - The autogenerated input field when a form has a default button should not gain the focus when navigating with tab + +** Task + + * [WICKET-6287] - Switch from json.org to open-json + +======================================================================= + Release Notes - Wicket - Version 7.6.0 ** Sub-task
