You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2019/09/07 17:09:27 UTC

[wicket] 01/02: Added CHANGELOG for release 8.6.0

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

adelbene pushed a commit to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 814cbb7def66139238bd8e5a2392ba226c938fd3
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Tue Sep 3 22:22:53 2019 +0200

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

diff --git a/CHANGELOG-8.x b/CHANGELOG-8.x
index 8510554..5faeb51 100644
--- a/CHANGELOG-8.x
+++ b/CHANGELOG-8.x
@@ -2,6 +2,26 @@ This file contains all changes done in releases for Apache Wicket 8.x.
 
 =======================================================================
 
+Release Notes - Wicket - Version 8.6.0
+
+** Bug
+
+    * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem 
+    * [WICKET-6671] - IAjaxLink should be serializable
+    * [WICKET-6676] - Quickstart application won't deploy to GlassFish
+    * [WICKET-6680] - JavaScriptStripper chokes on template literals that contain two forward slashes
+    * [WICKET-6689] - ClientProperties.getTimeZone() has some issue when DST and UTC offsets are different
+    * [WICKET-6690] - NullPointerException in KeyInSessionSunJceCryptFactory.<init>
+    * [WICKET-6692] - Page deserialization on websocket close - possible performance issue
+
+** Improvement
+
+    * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of slf4j-api while Wicket 8.5 requires version 1.7.26
+    * [WICKET-6684] - Make autolabel functionality more flexible by introducing a locator interface that allows to specify the component the wicket:for refers to
+    * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput() 
+
+=======================================================================
+
 Release Notes - Wicket - Version 8.5.0
 
 ** Bug