modified poms for release 1.5.11
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6af018b6 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6af018b6 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6af018b6 Branch: refs/heads/build/wicket-1.5.11 Commit: 6af018b6e5d38a899204673f4f18261c4fd4a7ad Parents: e58f8b3 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Jan 20 17:08:32 2014 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Jan 20 17:08:32 2014 +0200 ---------------------------------------------------------------------- CHANGELOG-1.5 | 50 ++++++++++++++++++++ archetypes/quickstart/pom.xml | 2 +- .../main/resources/archetype-resources/pom.xml | 2 +- pom.xml | 2 +- testing/wicket-threadtest/pom.xml | 2 +- wicket-auth-roles/pom.xml | 2 +- wicket-core/pom.xml | 2 +- wicket-datetime/pom.xml | 2 +- wicket-devutils/pom.xml | 2 +- wicket-examples/pom.xml | 2 +- wicket-extensions/pom.xml | 2 +- wicket-guice/pom.xml | 2 +- wicket-ioc/pom.xml | 2 +- wicket-jmx/pom.xml | 2 +- wicket-objectssizeof-agent/pom.xml | 2 +- wicket-request/pom.xml | 4 +- wicket-spring/pom.xml | 2 +- wicket-util/pom.xml | 4 +- wicket-velocity/pom.xml | 2 +- wicket/pom.xml | 2 +- 20 files changed, 71 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/CHANGELOG-1.5 ---------------------------------------------------------------------- diff --git a/CHANGELOG-1.5 b/CHANGELOG-1.5 index 144b9b5..3cc5083 100644 --- a/CHANGELOG-1.5 +++ b/CHANGELOG-1.5 @@ -1,5 +1,55 @@ This file contains all changes done on the 1.5 version. +Release Notes - Wicket - Version 1.5.11 + +** Sub-task + * [WICKET-5162] - InlineEnclosure markup id could collide in the final page markup + + + +** Bug + * [WICKET-5049] - Wicket Session may be null in SessionBindingListener after deserialization + * [WICKET-5052] - @SpringBean fails to invoke methods on bean with non-public methods + * [WICKET-5054] - Possible bug in org.apache.wicket.util.lang.Packages when building path with repeating names + * [WICKET-5072] - Cookies#isEqual(Cookie, Cookie) may fail with NullPointerException + * [WICKET-5073] - UrlRenderer#removeCommonPrefixes() fails when contextPath+filterPrefix has more segments than the argument + * [WICKET-5076] - form#onSubmit() is called on just replaced nested forms + * [WICKET-5078] - RestartResponseException broken with page instance and bookmarkable page + * [WICKET-5085] - InlineEnclosure are piling up on each render + * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true) prevents access to *all* non-mounted bookmarkable pages + * [WICKET-5112] - Parantheses problem with UrlValidator + * [WICKET-5114] - Url#toString(StringMode.FULL) throws exception if a segment contains two dots + * [WICKET-5119] - PopupSettings IE8 - dosen't work second time a link is clicked. + * [WICKET-5123] - Component.continueToOriginalDestination() can redirect to ./. + * [WICKET-5131] - Problems with cookies disabled when using 301/302 and also 303 (even with cookies) + * [WICKET-5140] - InterceptData never gets cleared from session after continueToOriginalDestination is called and another page is requested afterwards + * [WICKET-5146] - Application not destroyed if WicketFilter#init() fails + * [WICKET-5149] - PageRequestHandlerTracker doesn't track resolves of handlers caused by Exception + * [WICKET-5157] - URL query parameter values containing equals sign get cut off + * [WICKET-5191] - Session is created unnecessarily + * [WICKET-5202] - Page redirects can fail when using url encoding + * [WICKET-5203] - Base url is incorrect for error dispatched pages + * [WICKET-5204] - The DateTimeField.onBeforeRender() method does not format the fields correctly. + * [WICKET-5218] - EnclosureContainer calls child#configure() way before rendering + * [WICKET-5230] - AjaxFormChoiceComponentUpdatingBehavior fails for choices containing other invalid FormComponents + * [WICKET-5234] - OnEventHeaderItem can't be applied via AJAX + * [WICKET-5247] - Broken Link in Tomcat because of Page Mount + * [WICKET-5256] - Allow configuring the resource used by ResourceStreamRequestHandler + * [WICKET-5259] - Url can't parse urls with username and password + * [WICKET-5351] - ResourceStreamResource should use #getResourceStream() instead of directly using the 'stream' field + * [WICKET-5416] - BOM in UTF markup file breaks encoding detection + + + + +** Improvement + * [WICKET-5150] - Log additional info when FormComponent fails in updateCollectionModel + * [WICKET-5158] - Ignore missing Page in StatelessForm#process() + * [WICKET-5219] - ServletWebResponse should call #setHeader() to set Ajax-Location for redirect + + + + Release Notes - Wicket - Version 1.5.10 ** Sub-task http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/archetypes/quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index 727c107..bae8072 100644 --- a/archetypes/quickstart/pom.xml +++ b/archetypes/quickstart/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml index 839b1ec..6a83b20 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml @@ -20,7 +20,7 @@ </license> </licenses> <properties> - <wicket.version>1.5-SNAPSHOT</wicket.version> + <wicket.version>1.5.11</wicket.version> <jetty.version>7.5.0.v20110901</jetty.version> </properties> <dependencies> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a295820..5b4bafc 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <packaging>pom</packaging> <name>Wicket Parent</name> <description>Wicket is a Java-based open source component web application framework.</description> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/testing/wicket-threadtest/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-threadtest/pom.xml b/testing/wicket-threadtest/pom.xml index f2ca2e3..089b42b 100644 --- a/testing/wicket-threadtest/pom.xml +++ b/testing/wicket-threadtest/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-auth-roles/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml index 9f5631e..f92525b 100644 --- a/wicket-auth-roles/pom.xml +++ b/wicket-auth-roles/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-core/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml index 93cde91..b2f76be 100644 --- a/wicket-core/pom.xml +++ b/wicket-core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-datetime/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml index 8ab6e83..a44d981 100644 --- a/wicket-datetime/pom.xml +++ b/wicket-datetime/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-datetime</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-devutils/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml index 7178c59..8a0edda 100644 --- a/wicket-devutils/pom.xml +++ b/wicket-devutils/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-examples/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index 5e574b8..3d4b35c 100644 --- a/wicket-examples/pom.xml +++ b/wicket-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-examples</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml index b7b04ac..406297a 100644 --- a/wicket-extensions/pom.xml +++ b/wicket-extensions/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-guice/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml index 232ae3f..27c75cc 100644 --- a/wicket-guice/pom.xml +++ b/wicket-guice/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-ioc/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml index 77deafd..aad08c0 100644 --- a/wicket-ioc/pom.xml +++ b/wicket-ioc/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-jmx/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml index 39250ec..b0ee939 100644 --- a/wicket-jmx/pom.xml +++ b/wicket-jmx/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-objectssizeof-agent/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml index 7b5cca8..91677c4 100644 --- a/wicket-objectssizeof-agent/pom.xml +++ b/wicket-objectssizeof-agent/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-request/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml index 0207c6d..840cd4b 100755 --- a/wicket-request/pom.xml +++ b/wicket-request/pom.xml @@ -21,11 +21,11 @@ <parent> <artifactId>wicket-parent</artifactId> <groupId>org.apache.wicket</groupId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> </parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-request</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <name>Wicket Request</name> <url>http://maven.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-spring/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml index 0df5911..7fe22d0 100644 --- a/wicket-spring/pom.xml +++ b/wicket-spring/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-util/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml index 078f35e..1a6882c 100755 --- a/wicket-util/pom.xml +++ b/wicket-util/pom.xml @@ -21,11 +21,11 @@ <parent> <artifactId>wicket-parent</artifactId> <groupId>org.apache.wicket</groupId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> </parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-util</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <name>Wicket Util</name> <url>http://maven.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket-velocity/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml index 91d24b9..80078a1 100644 --- a/wicket-velocity/pom.xml +++ b/wicket-velocity/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/wicket/blob/6af018b6/wicket/pom.xml ---------------------------------------------------------------------- diff --git a/wicket/pom.xml b/wicket/pom.xml index 995ae0a..b824b24 100644 --- a/wicket/pom.xml +++ b/wicket/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5.11</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket</artifactId>
