Repository: wicket Updated Branches: refs/heads/wicket-7.x 3ad48bd43 -> 1ae278afb
Added CHANGELOG for release 7.8.0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c6001344 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c6001344 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c6001344 Branch: refs/heads/wicket-7.x Commit: c6001344fb94a869d96ba60155ea56340a6f67a0 Parents: 3ad48bd Author: Andrea Del Bene <[email protected]> Authored: Sat Jul 8 12:45:45 2017 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Sat Jul 8 12:45:45 2017 +0200 ---------------------------------------------------------------------- CHANGELOG-7.x | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/c6001344/CHANGELOG-7.x ---------------------------------------------------------------------- diff --git a/CHANGELOG-7.x b/CHANGELOG-7.x index e104517..b51261f 100644 --- a/CHANGELOG-7.x +++ b/CHANGELOG-7.x @@ -2,6 +2,37 @@ This file contains all changes done in releases for Apache Wicket 7.x. ======================================================================= +Release Notes - Wicket - Version 7.8.0 + +** Bug + + * [WICKET-4324] - [wicket-ioc] LazyInitProxyFactory CGLIB proxies naming strategy may cause java.lang.IllegalAccessError + * [WICKET-6362] - HeaderItems with different PageParameters are treated as identical + * [WICKET-6366] - Autocomplete race condition makes page unresponsive + * [WICKET-6373] - Edge not recognized in UserAgent + * [WICKET-6374] - Exception caused by border extending another border with <wicket:extend> + * [WICKET-6376] - Ajax redirects to non http(s)-urls are interpreted as relative + * [WICKET-6377] - Autolinking breaks hierarchy for nested elements + * [WICKET-6386] - Simplification of the code in WICKET-3347 is not consistent with previous behavior + * [WICKET-6387] - ModalWindow PageReference broken + * [WICKET-6393] - NestedStringResourceLoader ignores hard-coded default values and throws MissingResourceException + * [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 + +** Improvement + + * [WICKET-6372] - Consider to switch to a sans-serif typeface in the Wicket guide + * [WICKET-6385] - Allow using custom port for web socket connections + * [WICKET-6389] - Introduce CsrfPreventionRequestCycleListener that is aware of Web Socket requests + * [WICKET-6401] - OSGi-Manifest: wicket-util should decalre its dependency to 'commons-io' and 'commons-fileupload' + +** Task + + * [WICKET-6391] - Deprecate the classes and methods which now throw runtime exception after the switch to OpenJson + +======================================================================= + Release Notes - Wicket - Version 7.7.0 ** Bug
