This is an automated email from the ASF dual-hosted git repository. adelbene pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git
commit b22e5d755f8fe5ed522cf0fb7707d860e48f24d7 Author: Andrea Del Bene <[email protected]> AuthorDate: Sun Apr 20 19:50:50 2025 +0200 Added CHANGELOG for release 10.5.0 --- CHANGELOG-10.x | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG-10.x b/CHANGELOG-10.x index 0430c136c1..bd99690d46 100644 --- a/CHANGELOG-10.x +++ b/CHANGELOG-10.x @@ -2,6 +2,27 @@ This file contains all changes done in releases for Apache Wicket 10.x. ======================================================================= +Release Notes - Wicket - Version 10.5.0 + +** Bug + + * [WICKET-7147] - Paramter order of null checks incorrect + * [WICKET-7148] - Removing Metadata from Application not possible + * [WICKET-7150] - Cyclic dependency between wicket-native-websocket-core and wicket-native-websocket-javax modules + +** New Feature + + * [WICKET-7152] - Extend RedirectRequestHandler for statusCodes 307 and 308 + +** Improvement + + * [WICKET-7134] - To refactor Form processing code + * [WICKET-7149] - Add Integrity and CrossOrigin values to ResourceReference and related code + * [WICKET-7151] - Misleading message when a Link component is added with wrong id + * [WICKET-7153] - [Resources] modify RootMapper in order to allow to define a refferent ResourceReferenceMapper + +======================================================================= + Release Notes - Wicket - Version 10.4.0 ** Bug
