Added CHANGELOG for release 6.27.0
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/95c19adf Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/95c19adf Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/95c19adf Branch: refs/heads/wicket-6.x Commit: 95c19adfccb1062e76ad07ef23ecf9e2921a535f Parents: b86e4c0 Author: Andrea Del Bene <[email protected]> Authored: Sun Jul 2 20:13:51 2017 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Sun Jul 2 20:13:51 2017 +0200 ---------------------------------------------------------------------- CHANGELOG-6.x | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/95c19adf/CHANGELOG-6.x ---------------------------------------------------------------------- diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x index f36c71b..29639ad 100644 --- a/CHANGELOG-6.x +++ b/CHANGELOG-6.x @@ -2,6 +2,38 @@ This file contains all changes done in releases for Apache Wicket 6.x. ======================================================================= +Release Notes - Wicket - Version 6.27.0 + +** Bug + + * [WICKET-6165] - Inconsistent behavior of Markupstream.hasMore vs. MarkupStream.next. + * [WICKET-6314] - 7.6 release references 7.5-SNAPSHOT poms + * [WICKET-6316] - Wicket tester encodes page id for stateless links in stateless pages + * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates invalid XHTML markup for multipart forms + * [WICKET-6356] - Clustering failover not working on Tomcat + * [WICKET-6362] - HeaderItems with different PageParameters are treated as identical + * [WICKET-6366] - Autocomplete race condition makes page unresponsive + * [WICKET-6387] - ModalWindow PageReference broken + * [WICKET-6398] - WICKET-6204 breaks jQuery.noConflict() + * [WICKET-6399] - Dequeuing of Border component with nested body fails + * [WICKET-6400] - Object with array property fails on NPE when construction JSON object + * [WICKET-6409] - Session should use #getSessionStore() instead of 'sessionStore' + +** Improvement + + * [WICKET-6212] - CheckChoice / add a getAdditionalAttributes() also for <label>-tag + * [WICKET-6307] - SubmitLink does not work in Chrome "ff.onsubmit is not a function" + * [WICKET-6323] - Allow ResourceBundles to use the defer attribute + * [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 + * [WICKET-6391] - Deprecate the classes and methods which now throw runtime exception after the switch to OpenJson + +======================================================================= + Release Notes - Wicket - Version 6.26.0 ** Sub-task
