Author: jrthomerson
Date: Wed May 19 05:31:46 2010
New Revision: 946034
URL: http://svn.apache.org/viewvc?rev=946034&view=rev
Log:
committing release notes, pom changes, etc...
Modified:
wicket/releases/wicket-1.4.9/CHANGELOG-1.4
wicket/releases/wicket-1.4.9/archetypes/quickstart/pom.xml
wicket/releases/wicket-1.4.9/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
wicket/releases/wicket-1.4.9/pom.xml
wicket/releases/wicket-1.4.9/testing/wicket-threadtest/pom.xml
wicket/releases/wicket-1.4.9/wicket-auth-roles/pom.xml
wicket/releases/wicket-1.4.9/wicket-datetime/pom.xml
wicket/releases/wicket-1.4.9/wicket-devutils/pom.xml
wicket/releases/wicket-1.4.9/wicket-examples/pom.xml
wicket/releases/wicket-1.4.9/wicket-extensions/pom.xml
wicket/releases/wicket-1.4.9/wicket-guice/pom.xml
wicket/releases/wicket-1.4.9/wicket-ioc/pom.xml
wicket/releases/wicket-1.4.9/wicket-jmx/pom.xml
wicket/releases/wicket-1.4.9/wicket-objectssizeof-agent/pom.xml
wicket/releases/wicket-1.4.9/wicket-quickstart/pom.xml
wicket/releases/wicket-1.4.9/wicket-spring/pom.xml
wicket/releases/wicket-1.4.9/wicket-velocity/pom.xml
wicket/releases/wicket-1.4.9/wicket/pom.xml
Modified: wicket/releases/wicket-1.4.9/CHANGELOG-1.4
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/CHANGELOG-1.4?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/CHANGELOG-1.4 (original)
+++ wicket/releases/wicket-1.4.9/CHANGELOG-1.4 Wed May 19 05:31:46 2010
@@ -1,5 +1,58 @@
This file contains all changes done on the 1.4 version.
+Release Notes - Wicket - Version 1.4.9
+
+** Bug
+ * [WICKET-2741] - non-performant Collections.synchronizedMap() should be
replaced with ConcurrentMap
+ * [WICKET-2843] - Palette is incompatible with ListMultipleChoice in its
use of the model
+ * [WICKET-2853] - ListMultipleChoice/CheckBoxMultipleChoice do not retain
selected but disabled items
+ * [WICKET-2856] - PackageStringResourceLoader.loadStringResource() causes
NullPointerException when used in a Class within the root package (i.e. it has
no package declaration)
+ * [WICKET-2858] - WicketSessionFilter: java.lang.IllegalArgumentException:
Argument application can not be null
+ * [WICKET-2859] - Wrong package names in Examples
+ * [WICKET-2860] - Wrong name for swiss Application.properties
+ * [WICKET-2861] - getConvertedInput() returns null and
selectedValues.addAll tries adding it
+
+** Improvement
+ * [WICKET-2790] - wicketTester.executeAjaxEvent method does not check if
form is multiPart
+ * [WICKET-2840] - Remove final on
AbstractRequestTargetUrlCodingStrategy#getMountPath()
+ * [WICKET-2846] - Store Application in InheritableThreadLocal instead of
ThreadLocal
+ * [WICKET-2855] - Constructor of RedirectRequestTarget does not validate
URL
+ * [WICKET-2869] - RangeValidator should use getMinimum and getMaximum
+ * [WICKET-2870] - Fix hungarian translation for Wizard
+ * [WICKET-2879] - delegate isVisible in PanelCachingTab
+
+
+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
Modified: wicket/releases/wicket-1.4.9/archetypes/quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/archetypes/quickstart/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/archetypes/quickstart/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/archetypes/quickstart/pom.xml Wed May 19
05:31:46 2010
@@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
wicket/releases/wicket-1.4.9/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
---
wicket/releases/wicket-1.4.9/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
(original)
+++
wicket/releases/wicket-1.4.9/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Wed May 19 05:31:46 2010
@@ -127,7 +127,7 @@
</plugins>
</build>
<properties>
- <wicket.version>1.4-SNAPSHOT</wicket.version>
+ <wicket.version>1.4.9</wicket.version>
<jetty.version>6.1.4</jetty.version>
</properties>
#end
Modified: wicket/releases/wicket-1.4.9/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/pom.xml Wed May 19 05:31:46 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.9</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.9</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.9</developerConnection>
+
<url>http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9</url>
</scm>
<mailingLists>
<mailingList>
Modified: wicket/releases/wicket-1.4.9/testing/wicket-threadtest/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/testing/wicket-threadtest/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/testing/wicket-threadtest/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/testing/wicket-threadtest/pom.xml Wed May 19
05:31:46 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4.9/wicket-auth-roles/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket-auth-roles/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket-auth-roles/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket-auth-roles/pom.xml Wed May 19 05:31:46
2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4.9/wicket-datetime/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket-datetime/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket-datetime/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket-datetime/pom.xml Wed May 19 05:31:46
2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-datetime</artifactId>
Modified: wicket/releases/wicket-1.4.9/wicket-devutils/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket-devutils/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket-devutils/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket-devutils/pom.xml Wed May 19 05:31:46
2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4.9/wicket-examples/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket-examples/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket-examples/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket-examples/pom.xml Wed May 19 05:31:46
2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-examples</artifactId>
Modified: wicket/releases/wicket-1.4.9/wicket-extensions/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket-extensions/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket-extensions/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket-extensions/pom.xml Wed May 19 05:31:46
2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4.9/wicket-guice/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket-guice/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket-guice/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket-guice/pom.xml Wed May 19 05:31:46 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4.9/wicket-ioc/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket-ioc/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket-ioc/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket-ioc/pom.xml Wed May 19 05:31:46 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4.9/wicket-jmx/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket-jmx/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket-jmx/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket-jmx/pom.xml Wed May 19 05:31:46 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4.9/wicket-objectssizeof-agent/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket-objectssizeof-agent/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket-objectssizeof-agent/pom.xml Wed May 19
05:31:46 2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4.9/wicket-quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket-quickstart/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket-quickstart/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket-quickstart/pom.xml Wed May 19 05:31:46
2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4.9/wicket-spring/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket-spring/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket-spring/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket-spring/pom.xml Wed May 19 05:31:46 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4.9/wicket-velocity/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket-velocity/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket-velocity/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket-velocity/pom.xml Wed May 19 05:31:46
2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.4.9/wicket/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.9/wicket/pom.xml?rev=946034&r1=946033&r2=946034&view=diff
==============================================================================
--- wicket/releases/wicket-1.4.9/wicket/pom.xml (original)
+++ wicket/releases/wicket-1.4.9/wicket/pom.xml Wed May 19 05:31:46 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>