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 2018/05/21 18:28:00 UTC

[2/2] wicket git commit: Added CHANGELOG for release 8.0.0

Added CHANGELOG for release 8.0.0


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/dbd86d96
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/dbd86d96
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/dbd86d96

Branch: refs/heads/master
Commit: dbd86d96a57c7a3f3c2a868861e44058fe9918f5
Parents: 0241531
Author: Andrea Del Bene <an...@gmail.com>
Authored: Wed May 16 21:27:31 2018 +0200
Committer: Andrea Del Bene <an...@gmail.com>
Committed: Mon May 21 20:27:30 2018 +0200

----------------------------------------------------------------------
 CHANGELOG-8.x | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/dbd86d96/CHANGELOG-8.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-8.x b/CHANGELOG-8.x
index fb19abc..e2ccd98 100644
--- a/CHANGELOG-8.x
+++ b/CHANGELOG-8.x
@@ -2,6 +2,31 @@ This file contains all changes done in releases for Apache Wicket 8.x.
 
 =======================================================================
 
+Release Notes - Wicket - Version 8.0.0
+
+** Bug
+
+    * [WICKET-6473] - Double slash break 404page
+    * [WICKET-6525] - SubmitLink.onSubmit not invoked when using GET-method
+    * [WICKET-6528] - Component part of Page check in AjaxRequestHandler breaks applications
+    * [WICKET-6533] - Error while parsing xml using AjaxButton
+    * [WICKET-6540] - When form.setDefaultButton(button) is called, the form is not displayed
+    * [WICKET-6542] - Wrong message for IllegalArgumentException in ConverterLocator.java
+    * [WICKET-6543] - onConfigure() Javadoc claims Overrides must call super, but there is no check to enforce it
+    * [WICKET-6545] - Argument 'markup' may not be null.
+    * [WICKET-6546] - CssContentHeaderItem comments CSS code with HTML comments
+
+** Improvement
+
+    * [WICKET-6055] - AjaxLazyLoadPanel should provide non-blocking lazy load
+    * [WICKET-6321] - Support Integrity and Crossorigin attributes for JavaScriptUrlReferenceHeaderItem 
+    * [WICKET-6503] - Ajax refresh and feedback panel
+    * [WICKET-6527] - no possibility to override fixed html appended directly to response by FilterForm
+    * [WICKET-6541] - Allow wizard finish before last step
+    * [WICKET-6548] - CSVDataExporter custom converters and resource strings
+
+=======================================================================
+
 Release Notes - Wicket - Version 8.0.0-M9
 
 ** Bug