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/08/12 15:03:56 UTC

[1/3] wicket git commit: Added CHANGELOG for release 8.0.0-M7

Repository: wicket
Updated Branches:
  refs/heads/master 2f23607e1 -> 2cb93c323


Added CHANGELOG for release 8.0.0-M7


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

Branch: refs/heads/master
Commit: dc1e9f816d2318470ccba11b76ec7618b826b10a
Parents: 2f23607
Author: Andrea Del Bene <ad...@apache.org>
Authored: Mon Aug 7 11:50:01 2017 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Mon Aug 7 11:50:01 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/dc1e9f81/CHANGELOG-8.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-8.x b/CHANGELOG-8.x
index e297fbf..5fd4d1c 100644
--- a/CHANGELOG-8.x
+++ b/CHANGELOG-8.x
@@ -2,6 +2,49 @@ This file contains all changes done in releases for Apache Wicket 8.x.
 
 =======================================================================
 
+Release Notes - Wicket - Version 8.0.0-M7
+
+** Bug
+
+    * [WICKET-4324] - [wicket-ioc] LazyInitProxyFactory CGLIB proxies naming strategy may cause java.lang.IllegalAccessError
+    * [WICKET-6366] - Autocomplete race condition makes page unresponsive
+    * [WICKET-6373] - Edge not recognized in UserAgent
+    * [WICKET-6374] - Exception caused by border extending another border with <wicket:extend>
+    * [WICKET-6376] - Ajax redirects to non http(s)-urls are interpreted as relative
+    * [WICKET-6377] - Autolinking breaks hierarchy for nested elements
+    * [WICKET-6379] - IModel's default models should detach the target model
+    * [WICKET-6386] - Simplification of the code in WICKET-3347 is not consistent with previous behavior
+    * [WICKET-6387] - ModalWindow PageReference broken
+    * [WICKET-6393] - NestedStringResourceLoader ignores hard-coded default values and throws MissingResourceException
+    * [WICKET-6398] - WICKET-6204 breaks jQuery.noConflict()
+    * [WICKET-6399] - Dequeuing of Border component with nested body fails
+    * [WICKET-6400] - Object with array property fails on NPE when construction JSON object
+    * [WICKET-6402] - OSGi-Manifest: wicket does not declare BSN
+    * [WICKET-6406] - Each path has to be pushed directly
+    * [WICKET-6419] -  Localization of PageParameters 
+    * [WICKET-6428] - PageProvider#getPageInstance() may return null
+    * [WICKET-6429] - AbstractRequestLogger should not create new Sessions
+    * [WICKET-6434] - Fixed WicketTester to detect components in enclosure when doing isComponentOnAjaxResponse.
+
+** Improvement
+
+    * [WICKET-6372] - Consider to switch to a sans-serif typeface in the Wicket guide
+    * [WICKET-6385] - Allow using custom port for web socket connections
+    * [WICKET-6388] - MockServletContext should define non-null session tracking modes
+    * [WICKET-6389] - Introduce CsrfPreventionRequestCycleListener that is aware of Web Socket requests
+    * [WICKET-6401] - OSGi-Manifest: wicket-util should decalre its dependency to 'commons-io' and 'commons-fileupload'
+    * [WICKET-6412] - Model#orElse behavior is inconsistent!
+    * [WICKET-6421] - WicketTester should provide assertBehavior method
+    * [WICKET-6433] - Allow to set the rel attribute with CssHeaderItem
+    * [WICKET-6436] - Please add CompoundPropertyModel.of(T object) method
+    * [WICKET-6437] - Libraries should be updated to most recent versions
+
+** Task
+
+    * [WICKET-6390] - Update Tomcat to 8.5.15 to get the latest HTTP2 features and APIs
+
+=======================================================================
+
 Release Notes - Wicket - Version 8.0.0-M6
 
 ** Bug


[3/3] 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/2cb93c32
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2cb93c32
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2cb93c32

Branch: refs/heads/master
Commit: 2cb93c3233e269b1647f17a56eaf08a66f71443c
Parents: d851788
Author: Andrea Del Bene <ad...@apache.org>
Authored: Sat Aug 12 17:05:55 2017 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Sat Aug 12 17:05:55 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/2cb93c32/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ac0df56..a415b0a 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.3-SNAPSHOT</version>
+				<version>0.4-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-http2-core</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-jetty</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-tomcat</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-undertow</artifactId>
-				<version>0.2-SNAPSHOT</version>
+				<version>0.3-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>

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

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

http://git-wip-us.apache.org/repos/asf/wicket/blob/2cb93c32/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 00e313e..792ebe4 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.2-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-http2-jetty</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/2cb93c32/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 0796f9e..0b73145 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.2-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-http2-tomcat</artifactId>

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

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


[2/3] wicket git commit: Added a note about the Marckdown version of the new release's announce

Posted by ad...@apache.org.
Added a note about the Marckdown version of the new release's announce


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

Branch: refs/heads/master
Commit: d851788ab5fcbf648eec33eb479a608823c01409
Parents: dc1e9f8
Author: Andrea Del Bene <ad...@apache.org>
Authored: Mon Aug 7 12:00:33 2017 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Mon Aug 7 12:03:36 2017 +0200

----------------------------------------------------------------------
 release.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d851788a/release.sh
----------------------------------------------------------------------
diff --git a/release.sh b/release.sh
index 242e11d..2eb352a 100755
--- a/release.sh
+++ b/release.sh
@@ -612,6 +612,9 @@ Use the release-announce.txt as a starter for the release announcement:
 
     cat release-announce.txt | pbcopy
 
+A Markdown file called wicket-$version-released.md has been also generated.
+You can use it to update the site with the release announcement.
+
 To promote the release after a successful vote, run:
 
     $ ./promote-$version.sh