Author: ivaynberg
Date: Sat Apr 24 18:36:40 2010
New Revision: 937669
URL: http://svn.apache.org/viewvc?rev=937669&view=rev
Log:
release notes and ver
Modified:
wicket/branches/wicket-1.4.8/CHANGELOG-1.4
wicket/branches/wicket-1.4.8/archetypes/quickstart/pom.xml
wicket/branches/wicket-1.4.8/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
wicket/branches/wicket-1.4.8/pom.xml
wicket/branches/wicket-1.4.8/testing/wicket-threadtest/pom.xml
wicket/branches/wicket-1.4.8/wicket-auth-roles/pom.xml
wicket/branches/wicket-1.4.8/wicket-datetime/pom.xml
wicket/branches/wicket-1.4.8/wicket-devutils/pom.xml
wicket/branches/wicket-1.4.8/wicket-examples/pom.xml
wicket/branches/wicket-1.4.8/wicket-extensions/pom.xml
wicket/branches/wicket-1.4.8/wicket-guice/pom.xml
wicket/branches/wicket-1.4.8/wicket-ioc/pom.xml
wicket/branches/wicket-1.4.8/wicket-jmx/pom.xml
wicket/branches/wicket-1.4.8/wicket-objectssizeof-agent/pom.xml
wicket/branches/wicket-1.4.8/wicket-quickstart/pom.xml
wicket/branches/wicket-1.4.8/wicket-spring/pom.xml
wicket/branches/wicket-1.4.8/wicket-velocity/pom.xml
wicket/branches/wicket-1.4.8/wicket/pom.xml
Modified: wicket/branches/wicket-1.4.8/CHANGELOG-1.4
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/CHANGELOG-1.4?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/CHANGELOG-1.4 (original)
+++ wicket/branches/wicket-1.4.8/CHANGELOG-1.4 Sat Apr 24 18:36:40 2010
@@ -1,6 +1,38 @@
This file contains all changes done on the 1.4 version.
+Release Notes - Wicket - Version 1.4.8
+
+** Bug
+ * [WICKET-2075] - Pagemap is locked forever with some Page serialization
exceptions
+ * [WICKET-2424] - OnChangeAjaxBehavior + DatePicker do not work together
+ * [WICKET-2764] - MarkupCache messed up when using MergedMarkup (e.g. for
Page markup inheritance) together with IResourceStreams that do NOT also
implement IFixedLocationResourceStream
+ * [WICKET-2767] - DatePicker Calendar: wrong year format when 4 digits are
used (yyyy), e.g. 2010 --> 0010
+ * [WICKET-2772] - Generate wicketpath attribute for RadioChoice
+ * [WICKET-2779] - Submit a nested form via ajax to upload a file inside
modal window does not work on IE.
+ * [WICKET-2787] - ValueMap.getAsBoolean(key, defaultValue) always returns
false for non-existing keys, instead of the defaultValue
+ * [WICKET-2799] - @RequireHttps not switching to https when setting
response page to non-bookmarkable page
+ * [WICKET-2802] - StringIndexOutOfBoundsException in
PortletServletRequestWrapper for some resource requests
+ * [WICKET-2806] - Javascript looking for related radio in group is not
working if css class is already assigned to radio
+ * [WICKET-2822] - Small Bug in JavaDoc for SpringWebApplicationFactory
+
+** Improvement
+ * [WICKET-2771] - Please support "isPrimary" for @SpringBean
+ * [WICKET-2776] - Enhancing RadioChoice input items with individual title
and css class attributes
+ * [WICKET-2778] - Set Application ThreadLocal in WicketSessionFilter
+ * [WICKET-2796] - Improve error reporting on locked page maps
+ * [WICKET-2803] - ListMultipleChoice's Constructors Should Accept IModel<?
extends Collection<T>>
+ * [WICKET-2813] - IndicatingAjaxButton should have construtors that take a
IModel for the button text as does AjaxButton.
+ * [WICKET-2817] - ChoiceGroup's Constructor Should Accept IModel<? extends
Collection<T>>
+ * [WICKET-2821] - More "IModel<? extends Collection<" Fixes
+ * [WICKET-2830] - Make
BookmarkablePageRequestTargetUrlCodingStrategy#encode non final
+ * [WICKET-2831] - ConverterLocator#get(Class<T>) shouldn't be final
+ * [WICKET-2837] - Inaccurate AjaxSubmitLink Javadoc
+
+** Wish
+ * [WICKET-2847] - Make StringResourceStream non final
+
+
Release Notes - Wicket - Version 1.4.7
** Bug
Modified: wicket/branches/wicket-1.4.8/archetypes/quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/archetypes/quickstart/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/archetypes/quickstart/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/archetypes/quickstart/pom.xml Sat Apr 24
18:36:40 2010
@@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
wicket/branches/wicket-1.4.8/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
---
wicket/branches/wicket-1.4.8/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
(original)
+++
wicket/branches/wicket-1.4.8/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Sat Apr 24 18:36:40 2010
@@ -127,7 +127,7 @@
</plugins>
</build>
<properties>
- <wicket.version>1.4-SNAPSHOT</wicket.version>
+ <wicket.version>1.4.8</wicket.version>
<jetty.version>6.1.4</jetty.version>
</properties>
#end
Modified: wicket/branches/wicket-1.4.8/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/pom.xml Sat Apr 24 18:36:40 2010
@@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<packaging>pom</packaging>
<name>Wicket Parent</name>
<description>Wicket is a Java-based open source component web
application framework.</description>
@@ -222,9 +222,9 @@
<url>http://wicketstuff.org/bamboo</url>
</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.8</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.8</developerConnection>
+
<url>http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.8</url>
</scm>
<mailingLists>
<mailingList>
Modified: wicket/branches/wicket-1.4.8/testing/wicket-threadtest/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/testing/wicket-threadtest/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/testing/wicket-threadtest/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/testing/wicket-threadtest/pom.xml Sat Apr 24
18:36:40 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: wicket/branches/wicket-1.4.8/wicket-auth-roles/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket-auth-roles/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket-auth-roles/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket-auth-roles/pom.xml Sat Apr 24 18:36:40
2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/branches/wicket-1.4.8/wicket-datetime/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket-datetime/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket-datetime/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket-datetime/pom.xml Sat Apr 24 18:36:40
2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-datetime</artifactId>
Modified: wicket/branches/wicket-1.4.8/wicket-devutils/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket-devutils/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket-devutils/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket-devutils/pom.xml Sat Apr 24 18:36:40
2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/branches/wicket-1.4.8/wicket-examples/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket-examples/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket-examples/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket-examples/pom.xml Sat Apr 24 18:36:40
2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-examples</artifactId>
Modified: wicket/branches/wicket-1.4.8/wicket-extensions/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket-extensions/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket-extensions/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket-extensions/pom.xml Sat Apr 24 18:36:40
2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/branches/wicket-1.4.8/wicket-guice/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket-guice/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket-guice/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket-guice/pom.xml Sat Apr 24 18:36:40 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/branches/wicket-1.4.8/wicket-ioc/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket-ioc/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket-ioc/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket-ioc/pom.xml Sat Apr 24 18:36:40 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/branches/wicket-1.4.8/wicket-jmx/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket-jmx/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket-jmx/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket-jmx/pom.xml Sat Apr 24 18:36:40 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/branches/wicket-1.4.8/wicket-objectssizeof-agent/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket-objectssizeof-agent/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket-objectssizeof-agent/pom.xml Sat Apr 24
18:36:40 2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/branches/wicket-1.4.8/wicket-quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket-quickstart/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket-quickstart/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket-quickstart/pom.xml Sat Apr 24 18:36:40
2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/branches/wicket-1.4.8/wicket-spring/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket-spring/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket-spring/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket-spring/pom.xml Sat Apr 24 18:36:40 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/branches/wicket-1.4.8/wicket-velocity/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket-velocity/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket-velocity/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket-velocity/pom.xml Sat Apr 24 18:36:40
2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/branches/wicket-1.4.8/wicket/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.8/wicket/pom.xml?rev=937669&r1=937668&r2=937669&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.8/wicket/pom.xml (original)
+++ wicket/branches/wicket-1.4.8/wicket/pom.xml Sat Apr 24 18:36:40 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.8</version>
<relativePath>../pom.xml</relativePath>
</parent>