You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2014/08/29 09:50:07 UTC

[1/2] git commit: Fix non-upload of deploy plugin

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 3b0b2f203 -> aa23b87ee


Fix non-upload of deploy plugin


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/21c0a3d2
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/21c0a3d2
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/21c0a3d2

Branch: refs/heads/wicket-6.x
Commit: 21c0a3d2c54e7a55600e45dbf338230a2f8edf7a
Parents: 3b0b2f2
Author: Martijn Dashorst <da...@apache.org>
Authored: Mon Aug 25 08:17:29 2014 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Aug 29 09:46:08 2014 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/21c0a3d2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2e4014f..5a3b5b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -602,7 +602,7 @@
 					<version>2.8.1</version>
 					<configuration>
 						<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
-						<deployAtEnd>true</deployAtEnd>
+						<deployAtEnd>false</deployAtEnd>
 					</configuration>
 				</plugin>
 				<plugin>


Re: [2/2] git commit: Added additional fixes to changelog

Posted by Martin Grigorov <mg...@apache.org>.
https://issues.apache.org/jira/browse/WICKET-5682
Just fixed its Fix Version field

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov


On Fri, Aug 29, 2014 at 10:53 AM, Martin Grigorov <mg...@apache.org>
wrote:

> hi,
>
> Emond's change about Wicket.Event.add() is not listed in the new additions.
>
>  Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
>
> On Fri, Aug 29, 2014 at 10:50 AM, <da...@apache.org> wrote:
>
>> Added additional fixes to changelog
>>
>>
>> Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/aa23b87e
>> Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/aa23b87e
>> Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/aa23b87e
>>
>> Branch: refs/heads/wicket-6.x
>> Commit: aa23b87ee746755a653055225b2599fcbf626e1c
>> Parents: 21c0a3d
>> Author: Martijn Dashorst <da...@apache.org>
>> Authored: Fri Aug 29 09:50:03 2014 +0200
>> Committer: Martijn Dashorst <da...@apache.org>
>> Committed: Fri Aug 29 09:50:03 2014 +0200
>>
>> ----------------------------------------------------------------------
>>  CHANGELOG-6.x | 6 ++++++
>>  1 file changed, 6 insertions(+)
>> ----------------------------------------------------------------------
>>
>>
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/aa23b87e/CHANGELOG-6.x
>> ----------------------------------------------------------------------
>> diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x
>> index b7370f9..d5948d9 100644
>> --- a/CHANGELOG-6.x
>> +++ b/CHANGELOG-6.x
>> @@ -35,6 +35,11 @@ Release Notes - Wicket - Version 6.17.0
>>      * [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey
>> should be Serializable (IClusterable)
>>      * [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test
>> with BaseWicketTester#startComponentInPage
>>      * [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel
>> following a validation failure
>> +    * [WICKET-5684] - Autocomplete example renders the search term
>> +    * [WICKET-5685] - jquery.wicketatmosphere.js is not packed in
>> wicket-atmosphere.jar and thus leads to 404
>> +    * [WICKET-5686] - @Inject should require the bean dependency instead
>> of setting null
>> +    * [WICKET-5687] - content type in header is being lost when using a
>> AbstractTransformerBehavior
>> +    * [WICKET-5688] - Restore the functionality an IPageManager to be
>> able to clean all data/pages for the current session
>>
>>  ** Improvement
>>
>> @@ -66,6 +71,7 @@ Release Notes - Wicket - Version 6.17.0
>>      * [WICKET-5671] - Rename log4j.properties in the quickstart when
>> creating a project for WildFly
>>      * [WICKET-5673] - Improve BookmarkableMapper and
>> BasicResourceReferenceMapper to not match when the last segment is empty
>>      * [WICKET-5674] - Use jquery.atmosphere.js as a Webjar
>> +    * [WICKET-5683] - PreviousButton isEnabled() should bo logical
>> conjunction of getWizardModel().isPreviousAvailable() and super.isEnabled()
>>
>>  ** Task
>>
>>
>>
>

Re: [2/2] git commit: Added additional fixes to changelog

Posted by Martin Grigorov <mg...@apache.org>.
hi,

Emond's change about Wicket.Event.add() is not listed in the new additions.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov


On Fri, Aug 29, 2014 at 10:50 AM, <da...@apache.org> wrote:

> Added additional fixes to changelog
>
>
> Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
> Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/aa23b87e
> Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/aa23b87e
> Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/aa23b87e
>
> Branch: refs/heads/wicket-6.x
> Commit: aa23b87ee746755a653055225b2599fcbf626e1c
> Parents: 21c0a3d
> Author: Martijn Dashorst <da...@apache.org>
> Authored: Fri Aug 29 09:50:03 2014 +0200
> Committer: Martijn Dashorst <da...@apache.org>
> Committed: Fri Aug 29 09:50:03 2014 +0200
>
> ----------------------------------------------------------------------
>  CHANGELOG-6.x | 6 ++++++
>  1 file changed, 6 insertions(+)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/wicket/blob/aa23b87e/CHANGELOG-6.x
> ----------------------------------------------------------------------
> diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x
> index b7370f9..d5948d9 100644
> --- a/CHANGELOG-6.x
> +++ b/CHANGELOG-6.x
> @@ -35,6 +35,11 @@ Release Notes - Wicket - Version 6.17.0
>      * [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey
> should be Serializable (IClusterable)
>      * [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test
> with BaseWicketTester#startComponentInPage
>      * [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel
> following a validation failure
> +    * [WICKET-5684] - Autocomplete example renders the search term
> +    * [WICKET-5685] - jquery.wicketatmosphere.js is not packed in
> wicket-atmosphere.jar and thus leads to 404
> +    * [WICKET-5686] - @Inject should require the bean dependency instead
> of setting null
> +    * [WICKET-5687] - content type in header is being lost when using a
> AbstractTransformerBehavior
> +    * [WICKET-5688] - Restore the functionality an IPageManager to be
> able to clean all data/pages for the current session
>
>  ** Improvement
>
> @@ -66,6 +71,7 @@ Release Notes - Wicket - Version 6.17.0
>      * [WICKET-5671] - Rename log4j.properties in the quickstart when
> creating a project for WildFly
>      * [WICKET-5673] - Improve BookmarkableMapper and
> BasicResourceReferenceMapper to not match when the last segment is empty
>      * [WICKET-5674] - Use jquery.atmosphere.js as a Webjar
> +    * [WICKET-5683] - PreviousButton isEnabled() should bo logical
> conjunction of getWizardModel().isPreviousAvailable() and super.isEnabled()
>
>  ** Task
>
>
>

[2/2] git commit: Added additional fixes to changelog

Posted by da...@apache.org.
Added additional fixes to changelog


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/aa23b87e
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/aa23b87e
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/aa23b87e

Branch: refs/heads/wicket-6.x
Commit: aa23b87ee746755a653055225b2599fcbf626e1c
Parents: 21c0a3d
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Aug 29 09:50:03 2014 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Aug 29 09:50:03 2014 +0200

----------------------------------------------------------------------
 CHANGELOG-6.x | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/aa23b87e/CHANGELOG-6.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x
index b7370f9..d5948d9 100644
--- a/CHANGELOG-6.x
+++ b/CHANGELOG-6.x
@@ -35,6 +35,11 @@ Release Notes - Wicket - Version 6.17.0
     * [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey should be Serializable (IClusterable)
     * [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test with BaseWicketTester#startComponentInPage
     * [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel following a validation failure 
+    * [WICKET-5684] - Autocomplete example renders the search term
+    * [WICKET-5685] - jquery.wicketatmosphere.js is not packed in wicket-atmosphere.jar and thus leads to 404
+    * [WICKET-5686] - @Inject should require the bean dependency instead of setting null
+    * [WICKET-5687] - content type in header is being lost when using a AbstractTransformerBehavior
+    * [WICKET-5688] - Restore the functionality an IPageManager to be able to clean all data/pages for the current session 
 
 ** Improvement
 
@@ -66,6 +71,7 @@ Release Notes - Wicket - Version 6.17.0
     * [WICKET-5671] - Rename log4j.properties in the quickstart when creating a project for WildFly
     * [WICKET-5673] - Improve BookmarkableMapper and BasicResourceReferenceMapper to not match when the last segment is empty
     * [WICKET-5674] - Use jquery.atmosphere.js as a Webjar
+    * [WICKET-5683] - PreviousButton isEnabled() should bo logical conjunction of getWizardModel().isPreviousAvailable() and super.isEnabled()
 
 ** Task