Author: frankbille
Date: Sat May 24 13:43:43 2008
New Revision: 659872
URL: http://svn.apache.org/viewvc?rev=659872&view=rev
Log:
Releasing 1.4-m2
Modified:
wicket/releases/wicket-1.4-m2/CHANGELOG-1.4
wicket/releases/wicket-1.4-m2/archetypes/quickstart/pom.xml
wicket/releases/wicket-1.4-m2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
wicket/releases/wicket-1.4-m2/pom.xml
wicket/releases/wicket-1.4-m2/testing/wicket-threadtest/pom.xml
wicket/releases/wicket-1.4-m2/wicket-auth-roles/pom.xml
wicket/releases/wicket-1.4-m2/wicket-datetime/pom.xml
wicket/releases/wicket-1.4-m2/wicket-examples/pom.xml
wicket/releases/wicket-1.4-m2/wicket-extensions/pom.xml
wicket/releases/wicket-1.4-m2/wicket-guice/pom.xml
wicket/releases/wicket-1.4-m2/wicket-ioc/pom.xml
wicket/releases/wicket-1.4-m2/wicket-jmx/pom.xml
wicket/releases/wicket-1.4-m2/wicket-objectssizeof-agent/pom.xml
wicket/releases/wicket-1.4-m2/wicket-quickstart/pom.xml
wicket/releases/wicket-1.4-m2/wicket-spring/pom.xml
wicket/releases/wicket-1.4-m2/wicket-velocity/pom.xml
wicket/releases/wicket-1.4-m2/wicket/pom.xml
Modified: wicket/releases/wicket-1.4-m2/CHANGELOG-1.4
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/CHANGELOG-1.4?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/CHANGELOG-1.4 (original)
+++ wicket/releases/wicket-1.4-m2/CHANGELOG-1.4 Sat May 24 13:43:43 2008
@@ -1,6 +1,50 @@
This file contains all changes done on the 1.4 version.
+Release Notes - Wicket - Version 1.4-M2
+
+** Bug
+ * [WICKET-1152] - MetaDataRoleAuthorizationStrategy.unauthorize() doesn't
work
+ * [WICKET-1292] - WicketTester continueToOriginalDestination() uses
application home page instead of original redictor
+ * [WICKET-1366] - "ava.lang.IllegalStateException: No Page found for
component" when collapsing nodes in a LinkTree
+ * [WICKET-1507] - MarkupCache style/variation/locale support broken
+ * [WICKET-1521] - ClassCastException in MixedUrlCodingStrategy
+ * [WICKET-1527] - WicketTester can not deal with null values in page
parameters
+ * [WICKET-1541] - PopupSettings' windowName fixes for IE
+ * [WICKET-1549] - Memory leak with PropertyResolver (in running test
suites)
+ * [WICKET-1560] - MarkupFragmentFinder fails on transparent resolvers
within Repeaters
+ * [WICKET-1569] - AjaxButton break form data when
IRequestSettings.#getResponseRequestEncoding is not UTF-8.
+ * [WICKET-1574] - Palette does not support ajax behavior
+ * [WICKET-1575] - AjaxEventBehavior does not check for
component.isEnableAllowed before adding the ajax event to the tag
+ * [WICKET-1581] - AjaxEditableLabel cancel broken on Safari
+ * [WICKET-1598] - Typos in JavaDoc of IMarkupResourceStreamProvider.java
+ * [WICKET-1607] - addDomReadyEvent unreliable for Safari
+ * [WICKET-1626] - Typo in
src/main/java/org/apache/wicket/protocol/http/WebApplication.java
+ * [WICKET-1649] - Manifests use incorrect Dynamic-ImportPackage header
+
+** Improvement
+ * [WICKET-433] - improved reporting on locked page maps
+ * [WICKET-1559] - Widening Generics...
+ * [WICKET-1568] - contribution for wicket 1.4 generics (IConverter)
+ * [WICKET-1588] - Generics for Quickstart archetype
+ * [WICKET-1590] - AjaxEditableChoiceLabel ignores ChoiceRenderer in
newLabel(...)
+ * [WICKET-1595] - AutoCompleteTextField: Scrolling down the Choice Menu
Only When the Bottom of the Menu Is Reached
+ * [WICKET-1596] - New convenience methods for ValueMap (code and tests
included!)
+ * [WICKET-1608] - make AutoCompleteBehavior's configuration more flexible
+ * [WICKET-1618] - Localizer API should be enhanced so that the cache
implementation can be overwritten
+ * [WICKET-1656] - serialVersionUID Errors in Eclipse
+ * [WICKET-1660] - Add isVisible() method to ITab
+
+** New Feature
+ * [WICKET-1603] - pass through url coding strategy
+ * [WICKET-1609] - add RedirectToExternalException
+ * [WICKET-1641] - provide OSGi metadata
+
+
+** Wish
+ * [WICKET-1562] - Autocomplete should display the selection list even if
the input field is empty
+
+
Release Notes - Wicket - Version 1.4-M1
** Sub-task
Modified: wicket/releases/wicket-1.4-m2/archetypes/quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/archetypes/quickstart/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/archetypes/quickstart/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/archetypes/quickstart/pom.xml Sat May 24
13:43:43 2008
@@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
wicket/releases/wicket-1.4-m2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
---
wicket/releases/wicket-1.4-m2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
(original)
+++
wicket/releases/wicket-1.4-m2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Sat May 24 13:43:43 2008
@@ -131,7 +131,7 @@
</build>
<properties>
- <wicket.version>1.4-SNAPSHOT</wicket.version>
+ <wicket.version>1.4-m2</wicket.version>
<jetty.version>6.1.4</jetty.version>
</properties>
Modified: wicket/releases/wicket-1.4-m2/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/pom.xml Sat May 24 13:43:43 2008
@@ -23,7 +23,7 @@
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<packaging>pom</packaging>
<name>Wicket Parent</name>
@@ -215,9 +215,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-m2</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4-m2</developerConnection>
+
<url>http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2</url>
</scm>
<mailingLists>
Modified: wicket/releases/wicket-1.4-m2/testing/wicket-threadtest/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/testing/wicket-threadtest/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/testing/wicket-threadtest/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/testing/wicket-threadtest/pom.xml Sat May 24
13:43:43 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4-m2/wicket-auth-roles/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/wicket-auth-roles/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/wicket-auth-roles/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/wicket-auth-roles/pom.xml Sat May 24 13:43:43
2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4-m2/wicket-datetime/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/wicket-datetime/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/wicket-datetime/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/wicket-datetime/pom.xml Sat May 24 13:43:43
2008
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-datetime</artifactId>
@@ -63,4 +63,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: wicket/releases/wicket-1.4-m2/wicket-examples/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/wicket-examples/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/wicket-examples/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/wicket-examples/pom.xml Sat May 24 13:43:43
2008
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</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-m2/wicket-extensions/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/wicket-extensions/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/wicket-extensions/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/wicket-extensions/pom.xml Sat May 24 13:43:43
2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4-m2/wicket-guice/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/wicket-guice/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/wicket-guice/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/wicket-guice/pom.xml Sat May 24 13:43:43 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4-m2/wicket-ioc/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/wicket-ioc/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/wicket-ioc/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/wicket-ioc/pom.xml Sat May 24 13:43:43 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4-m2/wicket-jmx/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/wicket-jmx/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/wicket-jmx/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/wicket-jmx/pom.xml Sat May 24 13:43:43 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4-m2/wicket-objectssizeof-agent/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/wicket-objectssizeof-agent/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/wicket-objectssizeof-agent/pom.xml Sat May 24
13:43:43 2008
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4-m2/wicket-quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/wicket-quickstart/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/wicket-quickstart/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/wicket-quickstart/pom.xml Sat May 24 13:43:43
2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4-m2/wicket-spring/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/wicket-spring/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/wicket-spring/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/wicket-spring/pom.xml Sat May 24 13:43:43 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4-m2/wicket-velocity/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/wicket-velocity/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/wicket-velocity/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/wicket-velocity/pom.xml Sat May 24 13:43:43
2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4-m2/wicket/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-m2/wicket/pom.xml?rev=659872&r1=659871&r2=659872&view=diff
==============================================================================
--- wicket/releases/wicket-1.4-m2/wicket/pom.xml (original)
+++ wicket/releases/wicket-1.4-m2/wicket/pom.xml Sat May 24 13:43:43 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>