Author: frankbille
Date: Thu Dec 6 11:01:08 2007
New Revision: 601815
URL: http://svn.apache.org/viewvc?rev=601815&view=rev
Log:
Set release version and add release notes to the README
Modified:
wicket/releases/wicket-1.3.0-rc2/README
wicket/releases/wicket-1.3.0-rc2/archetypes/quickstart/pom.xml
wicket/releases/wicket-1.3.0-rc2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.4/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-datetime/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-extensions/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-ioc/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-quickstart/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-spring/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-velocity/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.5/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-auth-roles/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-examples/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-guice/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-jmx/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-objectssizeof-agent/pom.xml
wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-spring-annot/pom.xml
wicket/releases/wicket-1.3.0-rc2/pom.xml
wicket/releases/wicket-1.3.0-rc2/testing/wicket-threadtest/pom.xml
Modified: wicket/releases/wicket-1.3.0-rc2/README
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/README?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/README (original)
+++ wicket/releases/wicket-1.3.0-rc2/README Thu Dec 6 11:01:08 2007
@@ -215,4 +215,62 @@
you're trying to solve to the user list ([EMAIL PROTECTED])
- Ask a question on IRC at freenode.net, channel ##wicket
-
+
+
+This Release
+------------
+
+Release Notes - Wicket - Version 1.3.0-rc2
+
+** Sub-task
+ * [WICKET-682] - Update documentation reflecting the move (Wiki?)
+
+** Bug
+ * [WICKET-247] - IPageMapEntry not used in SecondLevelCache.
+ * [WICKET-331] - Session#clear() does not work - no pages are removed from
the session
+ * [WICKET-351] - Nullpointer in new custom serialization when no default
constructor
+ * [WICKET-463] - field [locale] in [org.apache.wicket.ResourceReference]
can not be serialized
+ * [WICKET-519] - remove page versions from the second level cache when
explicitly removed
+ * [WICKET-536] - ModalWindow does not function under Opera
+ * [WICKET-609] - Wicket should provide an easy method to generate absolute
urls to bookmarkable pages
+ * [WICKET-745] - AbstractAjaxTimerBehavior triggered more than expected
after a new Ajax rendering
+ * [WICKET-1032] - MarkupNotFoundException when fragment is rerendered
during AJAX call
+ * [WICKET-1066] - Wicket-Ajax header always false with BaseWicketTester
+ * [WICKET-1093] - BaseWicketTester doesn't call detach() for AJAX requests
+ * [WICKET-1129] - ThreadLocal leak in new RequestContext code prevents
clean undeploy of Wicket application
+ * [WICKET-1131] - AjaxEditableLabel: defaultNullLabel() should really be a
defaultNullorEmptyLabel()
+ * [WICKET-1135] - XHTML validation failure for DatePicker
+ * [WICKET-1139] - Wicket html files do not have xml prolog
+ * [WICKET-1148] - AbstractTree utilizes Collections.EMPTY_LIST for a
node's children container which causes errors when adding children
+ * [WICKET-1151] - Time fields in DateTimeField not required also when
required = true
+ * [WICKET-1155] - WebResponse.redirect(url) calls
response.encodeRedirect(url) which is formally not supported on JSR-168 and
thus can result in a NPE
+ * [WICKET-1158] - DiskPageStore does not cleanup cache files after Web
container restarts
+ * [WICKET-1160] - AjaxEditableLabel#setModel() is broken
+ * [WICKET-1162] - Use non-default namingPolicy when creating Proxies via
CGLib
+ * [WICKET-1172] - FormComponentFeedbackIndicator and
FormComponentFeedbackBorder is broken
+ * [WICKET-1173] - Border bodycontainer doesn't render a markup placeholder
+ * [WICKET-1174] - Wicket Tags confuse firefox on ajax request
+ * [WICKET-1176] - AjaxEditableLabel and AjaxMultiLineEditableLabel do not
honour enabled status
+ * [WICKET-1186] - Ajax Memory Leak in IE
+ * [WICKET-1188] - <wicket:enclosure child="xxx"> bug when located as first
level son of a non transparent border
+ * [WICKET-1191] - wicket-jmx ignores wicket.mbean.server.class property
+ * [WICKET-1196] - tag-namespace is not rendered for the markup placeholder
tag
+ * [WICKET-1198] - NPE in IndexedHybridUrlCodingStrategy during encoding
+ * [WICKET-1199] - false positive or wrong unit tests unit tests when ajax
is involved
+
+** Improvement
+ * [WICKET-1097] - AjaxEditableLabel: Model change events not propagated
from Editor
+ * [WICKET-1102] - Hello World example should use WicketFilter instead of
WicketServlet
+ * [WICKET-1136] - Change log in Form.handleMultiPart() from error to warn
+ * [WICKET-1142] - Have <wicket:enclosure> check isRenderAllowed() to make
it work in combination with authorization
+ * [WICKET-1145] - Patch for allowing <input type="search"/> to be
serialized
+ * [WICKET-1147] - Application_es.properties patch
+ * [WICKET-1150] - Allow 24 hours time field in DateTimeField
+ * [WICKET-1159] - IWrapModel implementations should implement detach
method (calling the wrapped model),
+ Also AbstractWrapModel shouldn't have an empty detach
method (because it has to be implemented)
+ * [WICKET-1171] - Tolerate malformed If-Modified-Since header
+
+** New Feature
+ * [WICKET-104] - Web Testcase for quickstart application
+ * [WICKET-1128] - Option not to use localizer cache in development mode.
+
Modified: wicket/releases/wicket-1.3.0-rc2/archetypes/quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/archetypes/quickstart/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/archetypes/quickstart/pom.xml (original)
+++ wicket/releases/wicket-1.3.0-rc2/archetypes/quickstart/pom.xml Thu Dec 6
11:01:08 2007
@@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
wicket/releases/wicket-1.3.0-rc2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
---
wicket/releases/wicket-1.3.0-rc2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
(original)
+++
wicket/releases/wicket-1.3.0-rc2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Thu Dec 6 11:01:08 2007
@@ -124,7 +124,7 @@
</build>
<properties>
- <wicket.version>1.3.0-SNAPSHOT</wicket.version>
+ <wicket.version>1.3.0-rc2</wicket.version>
<jetty.version>6.1.4</jetty.version>
</properties>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.4/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.4/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.4/pom.xml (original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.4/pom.xml Thu Dec 6 11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-datetime/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-datetime/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-datetime/pom.xml (original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-datetime/pom.xml Thu Dec 6
11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-extensions/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-extensions/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-extensions/pom.xml
(original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-extensions/pom.xml Thu Dec
6 11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-ioc/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-ioc/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-ioc/pom.xml (original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-ioc/pom.xml Thu Dec 6
11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-quickstart/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-quickstart/pom.xml
(original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-quickstart/pom.xml Thu Dec
6 11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-spring/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-spring/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-spring/pom.xml (original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-spring/pom.xml Thu Dec 6
11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-velocity/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-velocity/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-velocity/pom.xml (original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket-velocity/pom.xml Thu Dec 6
11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket/pom.xml (original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.4/wicket/pom.xml Thu Dec 6 11:01:08
2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.5/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.5/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.5/pom.xml (original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.5/pom.xml Thu Dec 6 11:01:08 2007
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
</parent>
<name>Wicket JDK 1.5 modules</name>
<description>Wicket is a Java-based open source component web
application framework.</description>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-auth-roles/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-auth-roles/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-auth-roles/pom.xml
(original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-auth-roles/pom.xml Thu Dec
6 11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-examples/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-examples/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-examples/pom.xml (original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-examples/pom.xml Thu Dec 6
11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-guice/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-guice/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-guice/pom.xml (original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-guice/pom.xml Thu Dec 6
11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-jmx/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-jmx/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-jmx/pom.xml (original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-jmx/pom.xml Thu Dec 6
11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified:
wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-objectssizeof-agent/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-objectssizeof-agent/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-objectssizeof-agent/pom.xml
(original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-objectssizeof-agent/pom.xml
Thu Dec 6 11:01:08 2007
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-spring-annot/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-spring-annot/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-spring-annot/pom.xml
(original)
+++ wicket/releases/wicket-1.3.0-rc2/jdk-1.5/wicket-spring-annot/pom.xml Thu
Dec 6 11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.0-rc2/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/pom.xml (original)
+++ wicket/releases/wicket-1.3.0-rc2/pom.xml Thu Dec 6 11:01:08 2007
@@ -23,7 +23,7 @@
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<packaging>pom</packaging>
<name>Wicket Parent</name>
Modified: wicket/releases/wicket-1.3.0-rc2/testing/wicket-threadtest/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.0-rc2/testing/wicket-threadtest/pom.xml?rev=601815&r1=601814&r2=601815&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.0-rc2/testing/wicket-threadtest/pom.xml
(original)
+++ wicket/releases/wicket-1.3.0-rc2/testing/wicket-threadtest/pom.xml Thu Dec
6 11:01:08 2007
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0-rc2</version>
<relativePath>../../pom.xml</relativePath>
</parent>