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/05/28 16:55:10 UTC

[wicket] 01/04: Added CHANGELOG for release 8.5.0

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

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

commit 828ab2c3816864b38aa78cb65762a4222c4331e9
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Fri May 24 19:15:27 2019 +0200

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

diff --git a/CHANGELOG-8.x b/CHANGELOG-8.x
index d102bcf..8510554 100644
--- a/CHANGELOG-8.x
+++ b/CHANGELOG-8.x
@@ -2,6 +2,32 @@ This file contains all changes done in releases for Apache Wicket 8.x.
 
 =======================================================================
 
+Release Notes - Wicket - Version 8.5.0
+
+** Bug
+
+    * [WICKET-6611] - Missing check for IScopeAwareTextResourceProcessor when concatenating resources
+    * [WICKET-6650] - Url decode the name of the file after AjaxDownload with Location == Blob
+    * [WICKET-6651] - Redirecting with ResetResponseException does not work anymore
+    * [WICKET-6669] - CSS Resource Bundling throws exception when used with CssUrlReplacer
+
+** Improvement
+
+    * [WICKET-6648] - It is impossible to initiate AjaxDownloadBehavior with IPartialPageRequestHandler
+    * [WICKET-6655] - ExportToolbar should set cache duration to none on the served file and also provide a way to easily change that
+    * [WICKET-6656] - JSR 303 - @NotNull validation problems 
+    * [WICKET-6658] - Allow nested forms on non-<form> tag
+    * [WICKET-6659] - commons-io:commons-io is used in multiple versions at same time
+    * [WICKET-6668] - Sign out the existing session if a sign in attempt has failed
+
+** Task
+
+    * [WICKET-6654] - Upgrade JQuery to 3.4.0
+    * [WICKET-6661] - Upgrade jquery to 3.4.x
+    * [WICKET-6665] - Upgrade various dependencies
+
+=======================================================================
+
 Release Notes - Wicket - Version 8.4.0
 
 ** Bug