This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to annotated tag rel/wicket-8.10.0
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit fe206ce86fd6c56a3ad9632d60e80feaa189479a
Author: Andrea Del Bene <[email protected]>
AuthorDate: Sat Oct 3 17:22:56 2020 +0200

    Added CHANGELOG for release 8.10.0
---
 CHANGELOG-8.x | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/CHANGELOG-8.x b/CHANGELOG-8.x
index bb07e06..c63c120 100644
--- a/CHANGELOG-8.x
+++ b/CHANGELOG-8.x
@@ -2,6 +2,28 @@ This file contains all changes done in releases for Apache 
Wicket 8.x.
 
 =======================================================================
 
+Release Notes - Wicket - Version 8.10.0
+
+** Bug
+
+    * [WICKET-6702] - AsynchronousPageStore with NotDetachedModelChecker - 
"Not detached model found" exception on several fast sequential Ajax calls
+    * [WICKET-6818] - NPE in WicketEndpoint onClose
+    * [WICKET-6822] - AsynchronousPageStore Potential Memory Leak
+
+** Improvement
+
+    * [WICKET-6824] - Use concatenation instead of String.format for 
frequently called methods
+    * [WICKET-6826] - Improve performance and reduce allocations for Behaviors
+    * [WICKET-6827] - Improve performance of Strings.join and 
Strings.replaceAll
+    * [WICKET-6828] - Wrong tree branch icon with hidden children
+    * [WICKET-6829] - Use String.isEmpty() instead of "".equals(...)
+    * [WICKET-6830] - Convert Behaviors into a static utility class to reduce 
allocations
+    * [WICKET-6831] - Try to flush the response before detach
+    * [WICKET-6833] - Reduce allocations when merging page parameters
+    * [WICKET-6835] - Improve performance of AbstractMapper.getPlaceholder
+
+=======================================================================
+
 Release Notes - Wicket - Version 8.9.0
 
 ** Bug

Reply via email to