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/10/25 17:22:17 UTC

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

Repository: wicket
Updated Branches:
  refs/heads/master d88cebe58 -> 7f9079ac8


Added CHANGELOG for release 8.0.0-M8


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

Branch: refs/heads/master
Commit: 59f3ac4e74319786fc51cc6e5d6bc514e203ee23
Parents: d88cebe
Author: Andrea Del Bene <ad...@apache.org>
Authored: Sat Oct 21 16:39:02 2017 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Sat Oct 21 16:39:02 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/59f3ac4e/CHANGELOG-8.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-8.x b/CHANGELOG-8.x
index 5fd4d1c..f0afa8c 100644
--- a/CHANGELOG-8.x
+++ b/CHANGELOG-8.x
@@ -2,6 +2,36 @@ This file contains all changes done in releases for Apache Wicket 8.x.
 
 =======================================================================
 
+Release Notes - Wicket - Version 8.0.0-M8
+
+** Bug
+
+    * [WICKET-6455] - AjaxFormSubmitBehavior doesn't submit inner forms
+    * [WICKET-6457] - PageStore not cleared at session end
+    * [WICKET-6459] - Ajax re-renders of enclosures do not render their children's header contributions
+    * [WICKET-6461] - Default constructor is incorrectly called if optional param is not provided in parameter placeholder URL with additional required parameter
+    * [WICKET-6462] - When an Ajax Button is submitted, AjaxFormSubmitBehavior # onSubmit is called twice
+    * [WICKET-6465] - PageStore not cleared at session end
+    * [WICKET-6471] - FileSystemResource file descriptor leak
+    * [WICKET-6476] - It is impossible to use multiple WebSocketTester with the same WebApplication
+    * [WICKET-6479] - AjaxNewWindowNotifyingBehavior erroneously reports new window
+    * [WICKET-6481] - NullPointerException in MountedMapper
+    * [WICKET-6485] - IllegalArgumentException: Argument 'pageClass' may not be null
+
+** Improvement
+
+    * [WICKET-6396] - Model should provide other Optional's methods
+    * [WICKET-6451] - Components with collection models do not support unmodifiable or empty sets
+    * [WICKET-6460] - Rename AjaxDownload to AjaxDownloadBehavior
+    * [WICKET-6463] - Please add additional constructor to Roles
+    * [WICKET-6482] - CompoundValidator should implement all Behavior methods
+
+** Task
+
+    * [WICKET-6105] - Decommission wicket-datetime
+
+=======================================================================
+
 Release Notes - Wicket - Version 8.0.0-M7
 
 ** Bug


[2/2] wicket git commit: Start next development version

Posted by ad...@apache.org.
Start next development version


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

Branch: refs/heads/master
Commit: 7f9079ac8385366ab05f2b676aa35a2460295516
Parents: 59f3ac4
Author: Andrea Del Bene <ad...@apache.org>
Authored: Wed Oct 25 19:21:59 2017 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Wed Oct 25 19:21:59 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/7f9079ac/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3c2657e..32d9fd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,31 +392,31 @@
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-metrics</artifactId>
-				<version>0.4-SNAPSHOT</version>
+				<version>0.5-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-http2-core</artifactId>
-				<version>0.3-SNAPSHOT</version>
+				<version>0.4-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-http2-jetty</artifactId>
-				<version>0.3-SNAPSHOT</version>
+				<version>0.4-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-http2-tomcat</artifactId>
-				<version>0.3-SNAPSHOT</version>
+				<version>0.4-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-http2-undertow</artifactId>
-				<version>0.3-SNAPSHOT</version>
+				<version>0.4-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>

http://git-wip-us.apache.org/repos/asf/wicket/blob/7f9079ac/wicket-experimental/wicket-http2/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/pom.xml b/wicket-experimental/wicket-http2/pom.xml
index e287d66..38252c1 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.3-SNAPSHOT</version>
+	<version>0.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Wicket Http/2</name>
 	<description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/7f9079ac/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 d8f4f45..cfd3a6f 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.3-SNAPSHOT</version>
+		<version>0.4-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-http2-core</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/7f9079ac/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 792ebe4..bf6845f 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.3-SNAPSHOT</version>
+		<version>0.4-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-http2-jetty</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/7f9079ac/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 0b73145..9933b6e 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.3-SNAPSHOT</version>
+		<version>0.4-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-http2-tomcat</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/7f9079ac/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 a49fdcc..2e14bcc 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.3-SNAPSHOT</version>
+		<version>0.4-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-http2-undertow</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/7f9079ac/wicket-experimental/wicket-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-metrics/pom.xml b/wicket-experimental/wicket-metrics/pom.xml
index 5818409..2fc4920 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.4-SNAPSHOT</version>
+	<version>0.5-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Wicket Metrics</name>
 	<description>