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 daa60ecb821a576b63c48654b7ced9210ba7a77d Author: Andrea Del Bene <[email protected]> AuthorDate: Fri Sep 26 23:27:52 2025 +0200 Added CHANGELOG for release 10.7.0 --- CHANGELOG-10.x | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG-10.x b/CHANGELOG-10.x index 49fed6952e..f2fb2c135f 100644 --- a/CHANGELOG-10.x +++ b/CHANGELOG-10.x @@ -2,6 +2,19 @@ This file contains all changes done in releases for Apache Wicket 10.x. ======================================================================= +Release Notes - Wicket - Version 10.7.0 + +** Improvement + + * [WICKET-7141] - Add hook method afterUpdateFormComponentModels() in Form process + * [WICKET-7162] - avoid NPE when web socket upgrade request is done in a stateless context + +** Wish + + * [WICKET-7142] - Allow public access for AbstractAjaxBehavior#getComponent() + +======================================================================= + Release Notes - Wicket - Version 10.6.0 ** Bug
