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 2017/05/18 12:11:22 UTC

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

Repository: wicket
Updated Branches:
  refs/heads/master 02fa3f487 -> 58b0e73d8


Added CHANGELOG for release 8.0.0-M6


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

Branch: refs/heads/master
Commit: 2e95e56fbe6d736b1d820ea24a13721a72279b88
Parents: 02fa3f4
Author: Andrea Del Bene <ad...@apache.org>
Authored: Sun May 14 15:15:29 2017 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Sun May 14 15:15:29 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/2e95e56f/CHANGELOG-8.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-8.x b/CHANGELOG-8.x
index 2d71b50..e297fbf 100644
--- a/CHANGELOG-8.x
+++ b/CHANGELOG-8.x
@@ -2,6 +2,40 @@ This file contains all changes done in releases for Apache Wicket 8.x.
 
 =======================================================================
 
+Release Notes - Wicket - Version 8.0.0-M6
+
+** Bug
+
+    * [WICKET-6177] - Introduce AsynchronousPageStore
+    * [WICKET-6339] - Wrong implementation of MarkupFragment.iterator()
+    * [WICKET-6353] - Proxy deserialization fails due to classloading issues
+    * [WICKET-6356] - Clustering failover not working on Tomcat
+    * [WICKET-6360] - WebSocket fails when url-based jsessionid is used
+    * [WICKET-6361] - MarkupContainer#queue doesn't work in table column
+    * [WICKET-6362] - HeaderItems with different PageParameters are treated as identical
+    * [WICKET-6365] - Links on "Contribute to the User Guide" are broken
+
+** Improvement
+
+    * [WICKET-6347] - IChoiceRenderer implements IDetachable
+    * [WICKET-6348] - New FormComponentUpdatingBehavior to replace wantOnSelectionChangedNotifications()
+    * [WICKET-6351] - Form.anyFormComponentError performance degradation
+    * [WICKET-6354] - Add JavaScriptResourceReference for JQuery 3.x
+    * [WICKET-6355] - Pass the request attributes to FileSystemResource#createResourceResponse()
+    * [WICKET-6364] - The autogenerated input field when a form has a default button should not gain the focus when navigating with tab
+
+** New Feature
+
+    * [WICKET-6286] - Would be good to have AjaxDownload available out of the box 
+
+** Task
+
+    * [WICKET-4201] - IPageProvider and its implementations need to be improved
+    * [WICKET-6322] - Remove lambda factories
+    * [WICKET-6363] - Do not use jetty-all but specific dependencies
+
+=======================================================================
+
 Release Notes - Wicket - Version 8.0.0-M5
 
 ** Bug


[2/2] wicket git commit: prepare for the next release cycle

Posted by ad...@apache.org.
prepare for the next release cycle


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

Branch: refs/heads/master
Commit: 58b0e73d812024d41893cbc0a376163c9b6c8867
Parents: 2e95e56
Author: Andrea Del Bene <ad...@apache.org>
Authored: Thu May 18 14:11:57 2017 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Thu May 18 14:11:57 2017 +0200

----------------------------------------------------------------------
 pom.xml                                                   | 10 +++++-----
 wicket-experimental/wicket-http2/pom.xml                  |  2 +-
 .../wicket-http2/wicket-http2-core/pom.xml                |  2 +-
 .../wicket-http2/wicket-http2-jetty/pom.xml               |  2 +-
 .../wicket-http2/wicket-http2-tomcat/pom.xml              |  2 +-
 .../wicket-http2/wicket-http2-undertow/pom.xml            |  2 +-
 wicket-experimental/wicket-metrics/pom.xml                |  2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/58b0e73d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2c316f7..77a3a7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -398,31 +398,31 @@
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-metrics</artifactId>
-				<version>0.2-SNAPSHOT</version>
+				<version>0.3-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-http2-core</artifactId>
-				<version>0.1-SNAPSHOT</version>
+				<version>0.2-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-http2-jetty</artifactId>
-				<version>0.1-SNAPSHOT</version>
+				<version>0.2-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-http2-tomcat</artifactId>
-				<version>0.1-SNAPSHOT</version>
+				<version>0.2-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-http2-undertow</artifactId>
-				<version>0.1-SNAPSHOT</version>
+				<version>0.2-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>

http://git-wip-us.apache.org/repos/asf/wicket/blob/58b0e73d/wicket-experimental/wicket-http2/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/pom.xml b/wicket-experimental/wicket-http2/pom.xml
index e13198e..72a30c2 100644
--- a/wicket-experimental/wicket-http2/pom.xml
+++ b/wicket-experimental/wicket-http2/pom.xml
@@ -24,7 +24,7 @@
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-http2</artifactId>
-	<version>0.1-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Wicket Http/2</name>
 	<description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/58b0e73d/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml
index ec49de5..81b88f3 100644
--- a/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml
+++ b/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket.experimental.wicket8</groupId>
 		<artifactId>wicket-http2</artifactId>
-		<version>0.1-SNAPSHOT</version>
+		<version>0.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-http2-core</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/58b0e73d/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
index 1091153..404a491 100644
--- a/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
+++ b/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket.experimental.wicket8</groupId>
 		<artifactId>wicket-http2</artifactId>
-		<version>0.1-SNAPSHOT</version>
+		<version>0.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-http2-jetty</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/58b0e73d/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml
index b216ea0..ea8effd 100644
--- a/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml
+++ b/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket.experimental.wicket8</groupId>
 		<artifactId>wicket-http2</artifactId>
-		<version>0.1-SNAPSHOT</version>
+		<version>0.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-http2-tomcat</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/58b0e73d/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
index 48c8289..e8b7afa 100644
--- a/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
+++ b/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket.experimental.wicket8</groupId>
 		<artifactId>wicket-http2</artifactId>
-		<version>0.1-SNAPSHOT</version>
+		<version>0.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-http2-undertow</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/58b0e73d/wicket-experimental/wicket-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-metrics/pom.xml b/wicket-experimental/wicket-metrics/pom.xml
index e068485..783547d 100644
--- a/wicket-experimental/wicket-metrics/pom.xml
+++ b/wicket-experimental/wicket-metrics/pom.xml
@@ -24,7 +24,7 @@
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-metrics</artifactId>
-	<version>0.2-SNAPSHOT</version>
+	<version>0.3-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Wicket Metrics</name>
 	<description>