Repository: wicket Updated Branches: refs/heads/wicket-7.x 9825ba9e6 -> c1ac7fb59
Added CHANGELOG for release 7.6.0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/bc2b4c48 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/bc2b4c48 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/bc2b4c48 Branch: refs/heads/wicket-7.x Commit: bc2b4c483fbc5857f3537bb70a9f0fbd3b984903 Parents: 9825ba9 Author: Andrea Del Bene <[email protected]> Authored: Mon Dec 26 18:37:28 2016 +0100 Committer: Andrea Del Bene <[email protected]> Committed: Mon Dec 26 18:37:28 2016 +0100 ---------------------------------------------------------------------- CHANGELOG-7.x | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/bc2b4c48/CHANGELOG-7.x ---------------------------------------------------------------------- diff --git a/CHANGELOG-7.x b/CHANGELOG-7.x index d0f8a93..3372b71 100644 --- a/CHANGELOG-7.x +++ b/CHANGELOG-7.x @@ -2,6 +2,47 @@ This file contains all changes done in releases for Apache Wicket 7.x. ======================================================================= +Release Notes - Wicket - Version 7.6.0 + +** Sub-task + + * [WICKET-6278] - Backport TagTester fix to 6.x and 7.x + +** Bug + + * [WICKET-6256] - 8.0.0-M1 <wicket:link> MarkupNotFoundException + * [WICKET-6257] - Page instance isn't mapped to an URL just after the 'cid' parameter is add + * [WICKET-6262] - IllegalArgumentException: Argument 'filterPrefix' may not be null or empty with WebSocketBehavior + * [WICKET-6267] - Native Websocket exception when the page is expired + * [WICKET-6270] - No upload is seen as empty upload after WICKET-6210 + * [WICKET-6277] - Broadcasting ClosedMessage about the JSR 356 WebSocket connection after the container was turned off + * [WICKET-6279] - AttributeModifier.VALUELESS_ATTRIBUTE_REMOVE does not work after deserialisation + * [WICKET-6283] - Page parameter equality should not depend on named parameters order + * [WICKET-6285] - NoRecordsToolbar should override onConfigure rather than isVisible + * [WICKET-6289] - Autolinking adds onclick attribute to <img> tags + * [WICKET-6290] - CssUrlReplacer doesn't understand data: urls and breaks them + * [WICKET-6296] - Not possible to add WebSocketBehavior in ajax request + * [WICKET-6298] - Markup not found for Component id =_header_ and WICKET-6231, regression ? + +** Improvement + + * [WICKET-6056] - Improvements to browser info gathering implementation + * [WICKET-6258] - Repeater example page show the back button with the enable link style when disabled + * [WICKET-6260] - Revert Ajax detection needed for character encoding to WebRequest.isAjax() + * [WICKET-6261] - CheckGroupSelector default selection state incorrect when the list of Checks is empty + * [WICKET-6263] - Fix JavaScript tests to pass with jQuery 2.x. and 3.x + * [WICKET-6264] - Form: improve error message for disabled/invisible IFormSubmittingComponent + * [WICKET-6271] - IRequestableComponent getPage() javaDoc and Component implementation mismatch + * [WICKET-6274] - Add origin header to ajax requests in BaseWicketTester + * [WICKET-6282] - Make native web socket message classes serializable + * [WICKET-6297] - Add wicket:label tag in wicket.xsd + +** Task + + * [WICKET-6287] - Switch from json.org to open-json + +======================================================================= + Release Notes - Wicket - Version 7.5.0 ** Sub-task
