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 2020/01/08 12:55:14 UTC

[wicket] 01/03: Added CHANGELOG for release 7.16.0

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

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

commit e7d9a112882bcc738b72a844a6ebb19273d9099a
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Sat Jan 4 15:04:21 2020 +0100

    Added CHANGELOG for release 7.16.0
---
 CHANGELOG-7.x | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/CHANGELOG-7.x b/CHANGELOG-7.x
index ee10841..f7d51fd 100644
--- a/CHANGELOG-7.x
+++ b/CHANGELOG-7.x
@@ -2,6 +2,18 @@ This file contains all changes done in releases for Apache Wicket 7.x.
 
 =======================================================================
 
+Release Notes - Wicket - Version 7.16.0
+
+** Bug
+
+    * [WICKET-6531] - Crash in Unsafe.getObject when running on the J9 VM
+    * [WICKET-6704] - JavaSerializer.serialize causes the JVM crash !
+    * [WICKET-6706] - Websocket Endpoint logs exception when user leaves page
+    * [WICKET-6707] - Property setter parameter type is assumed to be equal to getter return type
+    * [WICKET-6708] - FormComponent should read only the GET/POST parameters of the request, not both
+
+=======================================================================
+
 Release Notes - Wicket - Version 7.15.0
 
 ** Bug