You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by fr...@apache.org on 2008/04/20 21:53:15 UTC

svn commit: r649961 - in /wicket/releases/wicket-1.4-m1: ./ archetypes/quickstart/ testing/wicket-threadtest/ wicket-auth-roles/ wicket-datetime/ wicket-examples/ wicket-extensions/ wicket-guice/ wicket-ioc/ wicket-jmx/ wicket-objectssizeof-agent/ wick...

Author: frankbille
Date: Sun Apr 20 12:53:12 2008
New Revision: 649961

URL: http://svn.apache.org/viewvc?rev=649961&view=rev
Log:
Preparing the 1.4 milestone 1 release

Added:
    wicket/releases/wicket-1.4-m1/CHANGELOG-1.4   (with props)
Modified:
    wicket/releases/wicket-1.4-m1/archetypes/quickstart/pom.xml
    wicket/releases/wicket-1.4-m1/pom.xml
    wicket/releases/wicket-1.4-m1/testing/wicket-threadtest/pom.xml
    wicket/releases/wicket-1.4-m1/wicket-assembly-all.xml
    wicket/releases/wicket-1.4-m1/wicket-auth-roles/pom.xml
    wicket/releases/wicket-1.4-m1/wicket-datetime/pom.xml
    wicket/releases/wicket-1.4-m1/wicket-examples/pom.xml
    wicket/releases/wicket-1.4-m1/wicket-extensions/pom.xml
    wicket/releases/wicket-1.4-m1/wicket-guice/pom.xml
    wicket/releases/wicket-1.4-m1/wicket-ioc/pom.xml
    wicket/releases/wicket-1.4-m1/wicket-jmx/pom.xml
    wicket/releases/wicket-1.4-m1/wicket-objectssizeof-agent/pom.xml
    wicket/releases/wicket-1.4-m1/wicket-quickstart/pom.xml
    wicket/releases/wicket-1.4-m1/wicket-spring/pom.xml
    wicket/releases/wicket-1.4-m1/wicket-velocity/pom.xml
    wicket/releases/wicket-1.4-m1/wicket/pom.xml

Added: wicket/releases/wicket-1.4-m1/CHANGELOG-1.4
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/CHANGELOG-1.4?rev=649961&view=auto
==============================================================================
--- wicket/releases/wicket-1.4-m1/CHANGELOG-1.4 (added)
+++ wicket/releases/wicket-1.4-m1/CHANGELOG-1.4 Sun Apr 20 12:53:12 2008
@@ -0,0 +1,42 @@
+This file contains all changes done on the 1.4 version.
+
+
+Release Notes - Wicket - Version 1.4-M1
+
+** Sub-task
+    * [WICKET-1516] - Flatten project structure
+    * [WICKET-1517] - Update release script
+    * [WICKET-1523] - Update README
+
+** Bug
+    * [WICKET-1371] - wicket.properties cannot be found in OSGi
+    * [WICKET-1418] - org.apache.wicket.MarkupContainer swallows AbortException
+    * [WICKET-1496] - DataTable.html does not validate (HTML 4.01/XHTML-Strict)
+    * [WICKET-1499] - AjaxEditableMultiLineLabel + race condition / 
+    * [WICKET-1501] - MarkupCache.putIntoCache doesn't behave correctly!!
+    * [WICKET-1504] - AutoCompleteTextField - javascript error "type mismatch" in line 227 in IE
+    * [WICKET-1508] - EmptyStackException parsing HTML
+    * [WICKET-1512] - Widen Generics for Lists/Iteratos
+    * [WICKET-1514] - DataView generified
+    * [WICKET-1532] - Generified IConverter
+    * [WICKET-1536] - Enclosure permanently hides direct children after it has been itself hidden once
+    * [WICKET-1537] - SelectOption generates non xhtml compliant markup
+    * [WICKET-1548] - PagingNavigator calls factory methods from constructor
+    * [WICKET-1551] - javascript status variable hides the window.status variable because it is not declared as a far in wicket-ajax.js
+
+** Improvement
+    * [WICKET-1344] - BigDecimalConverter is not precise
+    * [WICKET-1427] - make setAfter/BeforeDisabledLink return "this" for chaining
+    * [WICKET-1509] - Add QueryString property to RequestParameters and Request 
+    * [WICKET-1524] - Disable javadoc plugin in regular build to make it faster
+
+** New Feature
+    * [WICKET-1486] - Allow child components inside of wicket:message
+    * [WICKET-1505] - Package level properties file
+
+** Task
+    * [WICKET-1522] - Merge wicket-spring and wicket-spring-annot
+
+** Wish
+    * [WICKET-1506] - More Generics (IBookmarkablePageRequestTarget)
+

Propchange: wicket/releases/wicket-1.4-m1/CHANGELOG-1.4
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: wicket/releases/wicket-1.4-m1/archetypes/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/archetypes/quickstart/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/archetypes/quickstart/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/archetypes/quickstart/pom.xml Sun Apr 20 12:53:12 2008
@@ -3,7 +3,7 @@
   <parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: wicket/releases/wicket-1.4-m1/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/pom.xml Sun Apr 20 12:53:12 2008
@@ -23,7 +23,7 @@
 
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>1.4-SNAPSHOT</version>
+	<version>1.4-m1</version>
 	<packaging>pom</packaging>
 
 	<name>Wicket Parent</name>
@@ -196,9 +196,9 @@
 	</ciManagement>
 
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/wicket/trunk</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/trunk</developerConnection>
-		<url>http://svn.apache.org/viewvc/wicket/trunk</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4-m1</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4-m1</developerConnection>
+		<url>http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1</url>
 	</scm>
 
 	<mailingLists>

Modified: wicket/releases/wicket-1.4-m1/testing/wicket-threadtest/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/testing/wicket-threadtest/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/testing/wicket-threadtest/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/testing/wicket-threadtest/pom.xml Sun Apr 20 12:53:12 2008
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/releases/wicket-1.4-m1/wicket-assembly-all.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket-assembly-all.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket-assembly-all.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket-assembly-all.xml Sun Apr 20 12:53:12 2008
@@ -28,7 +28,7 @@
 			<outputDirectory>src/archetypes</outputDirectory>
 			<useDefaultExcludes>true</useDefaultExcludes>
 			<excludes>
-				<exclude>target/**</exclude>
+				<exclude>**/quickstart/target/**</exclude>
 				<exclude>**/.classpath/**</exclude>
 				<exclude>**/.project/**</exclude>
 				<exclude>**/.settings/**</exclude>

Modified: wicket/releases/wicket-1.4-m1/wicket-auth-roles/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket-auth-roles/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket-auth-roles/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket-auth-roles/pom.xml Sun Apr 20 12:53:12 2008
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/releases/wicket-1.4-m1/wicket-datetime/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket-datetime/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket-datetime/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket-datetime/pom.xml Sun Apr 20 12:53:12 2008
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/releases/wicket-1.4-m1/wicket-examples/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket-examples/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket-examples/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket-examples/pom.xml Sun Apr 20 12:53:12 2008
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>
@@ -128,4 +128,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: wicket/releases/wicket-1.4-m1/wicket-extensions/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket-extensions/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket-extensions/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket-extensions/pom.xml Sun Apr 20 12:53:12 2008
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/releases/wicket-1.4-m1/wicket-guice/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket-guice/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket-guice/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket-guice/pom.xml Sun Apr 20 12:53:12 2008
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/releases/wicket-1.4-m1/wicket-ioc/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket-ioc/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket-ioc/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket-ioc/pom.xml Sun Apr 20 12:53:12 2008
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/releases/wicket-1.4-m1/wicket-jmx/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket-jmx/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket-jmx/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket-jmx/pom.xml Sun Apr 20 12:53:12 2008
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/releases/wicket-1.4-m1/wicket-objectssizeof-agent/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket-objectssizeof-agent/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket-objectssizeof-agent/pom.xml Sun Apr 20 12:53:12 2008
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/releases/wicket-1.4-m1/wicket-quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket-quickstart/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket-quickstart/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket-quickstart/pom.xml Sun Apr 20 12:53:12 2008
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/releases/wicket-1.4-m1/wicket-spring/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket-spring/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket-spring/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket-spring/pom.xml Sun Apr 20 12:53:12 2008
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/releases/wicket-1.4-m1/wicket-velocity/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket-velocity/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket-velocity/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket-velocity/pom.xml Sun Apr 20 12:53:12 2008
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/releases/wicket-1.4-m1/wicket/pom.xml
URL: http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m1/wicket/pom.xml?rev=649961&r1=649960&r2=649961&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m1/wicket/pom.xml (original)
+++ wicket/releases/wicket-1.4-m1/wicket/pom.xml Sun Apr 20 12:53:12 2008
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-m1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>