Re: [vote] release wicket 1.4.6

2010-02-01 Thread Ryan McKinley
It may be a bit late for this...  and I don't know if I am doing
somethign wrong...

I just upgraded from 1.4.5 to 1.4.6 and now I get a bunch of errors
that look like this:

URL fragment has unmatched key/value pairs, responding with 404.
Fragment: processing/server/process/id/1268AD02E544TFV

In this case, the page is mounted:
app.mountBookmarkablePage( processing/server/process,
ServerProcessStatusPage.class );

perhaps this is because it is an odd number?


On Fri, Jan 29, 2010 at 11:20 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote:
 the vote has passed with:
 5 binding +1
 4 nonbinding +1

 cheers, and stand by for the official announcement

 -igor

 On Mon, Jan 25, 2010 at 11:42 PM, Igor Vaynberg igor.vaynb...@gmail.com 
 wrote:
 this vote is to release wicket  1.4.6

 this maintenance release brings over 40 bug fixes and improvements.

 branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.6/

 artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.6/
 (currently uploading...)

 changelog: 
 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=prioritypid=12310561fixfor=12314470
 (and below)

 vote ends Friday 12am gmt-8

 thank you.

 -igor



 Release Notes - Wicket - Version 1.4.6

 ** Sub-task
    * [WICKET-2678] -  isEnabled called in AjaxRequestTarget for
 Behaviors even if component is not Visible in hierarchy

 ** Bug
    * [WICKET-1825] - url-escaping is not undone for requestcodingstrategy
    * [WICKET-2312] - RequestUtils.toAbsolutePath() not output
 hostname and url-pattern in AJAX
    * [WICKET-2567] - Images and stylesheets leave open file handles
    * [WICKET-2616] - BaseWicketTester chooses a disabled component as
 the source of an AjaxFormSubmit event
    * [WICKET-2619] - wicket should handle Enums like other primitives
 when injecting them.
    * [WICKET-2620] - DataTable generates two thead wicket:id=topToolbars
    * [WICKET-2624] - MethodGetAndSet.setValue uses wrong source to
 determine which type to convert to when there's no setter
    * [WICKET-2629] - HttpsRequestCycleProcessor causes HttpSession to
 be created
    * [WICKET-2630] - MockHttpServletResponse doesn't delete cookies
    * [WICKET-2633] - AjaxEditableLabel fails to focus editor upon
 validation errors
    * [WICKET-2635] - Sucessfull login on SignInPanel causes HomePage
 to become stateful
    * [WICKET-2638] - Form.isMultipart() doesn't check
 FormComponent.isMultipart() on nested components
    * [WICKET-2639] - More pages missing xml prolog
    * [WICKET-2641] - EnumLabel misbehaves with anonymous enum
    * [WICKET-2645] - Resources aren't gziped by default
    * [WICKET-2647] - InspectorPage (from devutils) is stateful for no
 valid reason
    * [WICKET-2650] - Consistently create body for short tags.
    * [WICKET-2655] - WicketTester javadocs are referring in many
 places to a component's path but it's not documented anywhere
    * [WICKET-2666] - ConvererLocator.convertToString discards
 original cause of conversion failure
    * [WICKET-2667] - When multipart on form is set to true,
 setResponsePage() doesnt work
    * [WICKET-2668] - UploadProgressBar component can't be removed or
 replaced easily
    * [WICKET-2669] - DataTable mutiple bottom toolbars are misplaced
 because of bad html
    * [WICKET-2671] - Enclosure causes Nullpointer exception
    * [WICKET-2672] - FormComponent doesn't properly handle array model types
    * [WICKET-2675] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get
    * [WICKET-2679] - checkRendering() throws Exception if
 TransparentResolver is invisible
    * [WICKET-2685] - MixedParamsUrlCodingStrategy ,classcastexception
 from Long to String
    * [WICKET-2686] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get - 1.5
    * [WICKET-2692] - DropDownChoice value may be lost after ajax submit call

 ** Improvement
    * [WICKET-2591] - Allow subclasses of AuthenticatedWebSession to
 set signedIn field
    * [WICKET-2626] - Make DatePicker on DateTimeField overrideable
    * [WICKET-2628] - SerializingObjectSizeOfStrategy should warn when
 unable to serialize the object
    * [WICKET-2637] - Lithuanian translation for the Application.properties
    * [WICKET-2642] - Russian translation of SignInPage/SignInPanel
    * [WICKET-2644] - Hungarian translation for wizard
    * [WICKET-2646] - Better error reporting from StatelessChecker
    * [WICKET-2649] - Make SignInPage stateless
    * [WICKET-2653] - Make GoAndClearFilter.defaultClearModel and
 GoFilter.defaultGoModel internationalizable
    * [WICKET-2656] - Ability to add CSS style to table body in DataTable
    * [WICKET-2664] - CheckBoxMultipleChoice should use isEnabledInHierarchy()
    * [WICKET-2673] - TabbedPanel not generic
    * [WICKET-2682] - Maven 3 produces various warnings

 ** Task
    * [WICKET-2670] - Remove deprecated API calls from wicket-extensions




Re: [vote] release wicket 1.4.6

2010-02-01 Thread Igor Vaynberg
yes it is a little late. the vote lasts 3 days so that people have
time to test the new release and submit their feedback. at this point,
if it is a bug in the release, you will have to wait for the next one.
open a jira with a testcase so we can fix it.

cheers

-igor

On Mon, Feb 1, 2010 at 10:39 AM, Ryan McKinley ryan...@gmail.com wrote:
 It may be a bit late for this...  and I don't know if I am doing
 somethign wrong...

 I just upgraded from 1.4.5 to 1.4.6 and now I get a bunch of errors
 that look like this:

 URL fragment has unmatched key/value pairs, responding with 404.
 Fragment: processing/server/process/id/1268AD02E544TFV

 In this case, the page is mounted:
    app.mountBookmarkablePage( processing/server/process,
 ServerProcessStatusPage.class );

 perhaps this is because it is an odd number?


 On Fri, Jan 29, 2010 at 11:20 AM, Igor Vaynberg igor.vaynb...@gmail.com 
 wrote:
 the vote has passed with:
 5 binding +1
 4 nonbinding +1

 cheers, and stand by for the official announcement

 -igor

 On Mon, Jan 25, 2010 at 11:42 PM, Igor Vaynberg igor.vaynb...@gmail.com 
 wrote:
 this vote is to release wicket  1.4.6

 this maintenance release brings over 40 bug fixes and improvements.

 branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.6/

 artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.6/
 (currently uploading...)

 changelog: 
 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=prioritypid=12310561fixfor=12314470
 (and below)

 vote ends Friday 12am gmt-8

 thank you.

 -igor



 Release Notes - Wicket - Version 1.4.6

 ** Sub-task
    * [WICKET-2678] -  isEnabled called in AjaxRequestTarget for
 Behaviors even if component is not Visible in hierarchy

 ** Bug
    * [WICKET-1825] - url-escaping is not undone for requestcodingstrategy
    * [WICKET-2312] - RequestUtils.toAbsolutePath() not output
 hostname and url-pattern in AJAX
    * [WICKET-2567] - Images and stylesheets leave open file handles
    * [WICKET-2616] - BaseWicketTester chooses a disabled component as
 the source of an AjaxFormSubmit event
    * [WICKET-2619] - wicket should handle Enums like other primitives
 when injecting them.
    * [WICKET-2620] - DataTable generates two thead wicket:id=topToolbars
    * [WICKET-2624] - MethodGetAndSet.setValue uses wrong source to
 determine which type to convert to when there's no setter
    * [WICKET-2629] - HttpsRequestCycleProcessor causes HttpSession to
 be created
    * [WICKET-2630] - MockHttpServletResponse doesn't delete cookies
    * [WICKET-2633] - AjaxEditableLabel fails to focus editor upon
 validation errors
    * [WICKET-2635] - Sucessfull login on SignInPanel causes HomePage
 to become stateful
    * [WICKET-2638] - Form.isMultipart() doesn't check
 FormComponent.isMultipart() on nested components
    * [WICKET-2639] - More pages missing xml prolog
    * [WICKET-2641] - EnumLabel misbehaves with anonymous enum
    * [WICKET-2645] - Resources aren't gziped by default
    * [WICKET-2647] - InspectorPage (from devutils) is stateful for no
 valid reason
    * [WICKET-2650] - Consistently create body for short tags.
    * [WICKET-2655] - WicketTester javadocs are referring in many
 places to a component's path but it's not documented anywhere
    * [WICKET-2666] - ConvererLocator.convertToString discards
 original cause of conversion failure
    * [WICKET-2667] - When multipart on form is set to true,
 setResponsePage() doesnt work
    * [WICKET-2668] - UploadProgressBar component can't be removed or
 replaced easily
    * [WICKET-2669] - DataTable mutiple bottom toolbars are misplaced
 because of bad html
    * [WICKET-2671] - Enclosure causes Nullpointer exception
    * [WICKET-2672] - FormComponent doesn't properly handle array model types
    * [WICKET-2675] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get
    * [WICKET-2679] - checkRendering() throws Exception if
 TransparentResolver is invisible
    * [WICKET-2685] - MixedParamsUrlCodingStrategy ,classcastexception
 from Long to String
    * [WICKET-2686] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get - 1.5
    * [WICKET-2692] - DropDownChoice value may be lost after ajax submit call

 ** Improvement
    * [WICKET-2591] - Allow subclasses of AuthenticatedWebSession to
 set signedIn field
    * [WICKET-2626] - Make DatePicker on DateTimeField overrideable
    * [WICKET-2628] - SerializingObjectSizeOfStrategy should warn when
 unable to serialize the object
    * [WICKET-2637] - Lithuanian translation for the Application.properties
    * [WICKET-2642] - Russian translation of SignInPage/SignInPanel
    * [WICKET-2644] - Hungarian translation for wizard
    * [WICKET-2646] - Better error reporting from StatelessChecker
    * [WICKET-2649] - Make SignInPage stateless
    * [WICKET-2653] - Make GoAndClearFilter.defaultClearModel and
 GoFilter.defaultGoModel internationalizable
    * [WICKET-2656] - 

Re: [vote] release wicket 1.4.6

2010-01-29 Thread Ernesto Reinaldo Barreiro
[x] Release Wicket 1.4.6

Ernesto


On Tue, Jan 26, 2010 at 8:42 AM, Igor Vaynberg igor.vaynb...@gmail.comwrote:

 this vote is to release wicket  1.4.6

 this maintenance release brings over 40 bug fixes and improvements.

 branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.6/

 artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.6/
 (currently uploading...)

 changelog:
 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=prioritypid=12310561fixfor=12314470
 (and below)

 vote ends Friday 12am gmt-8

 thank you.

 -igor



 Release Notes - Wicket - Version 1.4.6

 ** Sub-task
* [WICKET-2678] -  isEnabled called in AjaxRequestTarget for
 Behaviors even if component is not Visible in hierarchy

 ** Bug
* [WICKET-1825] - url-escaping is not undone for requestcodingstrategy
* [WICKET-2312] - RequestUtils.toAbsolutePath() not output
 hostname and url-pattern in AJAX
* [WICKET-2567] - Images and stylesheets leave open file handles
* [WICKET-2616] - BaseWicketTester chooses a disabled component as
 the source of an AjaxFormSubmit event
* [WICKET-2619] - wicket should handle Enums like other primitives
 when injecting them.
* [WICKET-2620] - DataTable generates two thead
 wicket:id=topToolbars
* [WICKET-2624] - MethodGetAndSet.setValue uses wrong source to
 determine which type to convert to when there's no setter
* [WICKET-2629] - HttpsRequestCycleProcessor causes HttpSession to
 be created
* [WICKET-2630] - MockHttpServletResponse doesn't delete cookies
* [WICKET-2633] - AjaxEditableLabel fails to focus editor upon
 validation errors
* [WICKET-2635] - Sucessfull login on SignInPanel causes HomePage
 to become stateful
* [WICKET-2638] - Form.isMultipart() doesn't check
 FormComponent.isMultipart() on nested components
* [WICKET-2639] - More pages missing xml prolog
* [WICKET-2641] - EnumLabel misbehaves with anonymous enum
* [WICKET-2645] - Resources aren't gziped by default
* [WICKET-2647] - InspectorPage (from devutils) is stateful for no
 valid reason
* [WICKET-2650] - Consistently create body for short tags.
* [WICKET-2655] - WicketTester javadocs are referring in many
 places to a component's path but it's not documented anywhere
* [WICKET-2666] - ConvererLocator.convertToString discards
 original cause of conversion failure
* [WICKET-2667] - When multipart on form is set to true,
 setResponsePage() doesnt work
* [WICKET-2668] - UploadProgressBar component can't be removed or
 replaced easily
* [WICKET-2669] - DataTable mutiple bottom toolbars are misplaced
 because of bad html
* [WICKET-2671] - Enclosure causes Nullpointer exception
* [WICKET-2672] - FormComponent doesn't properly handle array model
 types
* [WICKET-2675] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get
* [WICKET-2679] - checkRendering() throws Exception if
 TransparentResolver is invisible
* [WICKET-2685] - MixedParamsUrlCodingStrategy ,classcastexception
 from Long to String
* [WICKET-2686] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get - 1.5
* [WICKET-2692] - DropDownChoice value may be lost after ajax submit
 call

 ** Improvement
* [WICKET-2591] - Allow subclasses of AuthenticatedWebSession to
 set signedIn field
* [WICKET-2626] - Make DatePicker on DateTimeField overrideable
* [WICKET-2628] - SerializingObjectSizeOfStrategy should warn when
 unable to serialize the object
* [WICKET-2637] - Lithuanian translation for the Application.properties
* [WICKET-2642] - Russian translation of SignInPage/SignInPanel
* [WICKET-2644] - Hungarian translation for wizard
* [WICKET-2646] - Better error reporting from StatelessChecker
* [WICKET-2649] - Make SignInPage stateless
* [WICKET-2653] - Make GoAndClearFilter.defaultClearModel and
 GoFilter.defaultGoModel internationalizable
* [WICKET-2656] - Ability to add CSS style to table body in DataTable
* [WICKET-2664] - CheckBoxMultipleChoice should use
 isEnabledInHierarchy()
* [WICKET-2673] - TabbedPanel not generic
* [WICKET-2682] - Maven 3 produces various warnings

 ** Task
* [WICKET-2670] - Remove deprecated API calls from wicket-extensions



Re: [vote] release wicket 1.4.6

2010-01-29 Thread Johan Compagner
+1

On Tue, Jan 26, 2010 at 08:42, Igor Vaynberg igor.vaynb...@gmail.comwrote:

 this vote is to release wicket  1.4.6

 this maintenance release brings over 40 bug fixes and improvements.

 branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.6/

 artifacts: 
 http://people.apache.org/~ivaynberg/wicket-1.4.6/http://people.apache.org/%7Eivaynberg/wicket-1.4.6/
 (currently uploading...)

 changelog:
 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=prioritypid=12310561fixfor=12314470
 (and below)

 vote ends Friday 12am gmt-8

 thank you.

 -igor



 Release Notes - Wicket - Version 1.4.6

 ** Sub-task
* [WICKET-2678] -  isEnabled called in AjaxRequestTarget for
 Behaviors even if component is not Visible in hierarchy

 ** Bug
* [WICKET-1825] - url-escaping is not undone for requestcodingstrategy
* [WICKET-2312] - RequestUtils.toAbsolutePath() not output
 hostname and url-pattern in AJAX
* [WICKET-2567] - Images and stylesheets leave open file handles
* [WICKET-2616] - BaseWicketTester chooses a disabled component as
 the source of an AjaxFormSubmit event
* [WICKET-2619] - wicket should handle Enums like other primitives
 when injecting them.
* [WICKET-2620] - DataTable generates two thead
 wicket:id=topToolbars
* [WICKET-2624] - MethodGetAndSet.setValue uses wrong source to
 determine which type to convert to when there's no setter
* [WICKET-2629] - HttpsRequestCycleProcessor causes HttpSession to
 be created
* [WICKET-2630] - MockHttpServletResponse doesn't delete cookies
* [WICKET-2633] - AjaxEditableLabel fails to focus editor upon
 validation errors
* [WICKET-2635] - Sucessfull login on SignInPanel causes HomePage
 to become stateful
* [WICKET-2638] - Form.isMultipart() doesn't check
 FormComponent.isMultipart() on nested components
* [WICKET-2639] - More pages missing xml prolog
* [WICKET-2641] - EnumLabel misbehaves with anonymous enum
* [WICKET-2645] - Resources aren't gziped by default
* [WICKET-2647] - InspectorPage (from devutils) is stateful for no
 valid reason
* [WICKET-2650] - Consistently create body for short tags.
* [WICKET-2655] - WicketTester javadocs are referring in many
 places to a component's path but it's not documented anywhere
* [WICKET-2666] - ConvererLocator.convertToString discards
 original cause of conversion failure
* [WICKET-2667] - When multipart on form is set to true,
 setResponsePage() doesnt work
* [WICKET-2668] - UploadProgressBar component can't be removed or
 replaced easily
* [WICKET-2669] - DataTable mutiple bottom toolbars are misplaced
 because of bad html
* [WICKET-2671] - Enclosure causes Nullpointer exception
* [WICKET-2672] - FormComponent doesn't properly handle array model
 types
* [WICKET-2675] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get
* [WICKET-2679] - checkRendering() throws Exception if
 TransparentResolver is invisible
* [WICKET-2685] - MixedParamsUrlCodingStrategy ,classcastexception
 from Long to String
* [WICKET-2686] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get - 1.5
* [WICKET-2692] - DropDownChoice value may be lost after ajax submit
 call

 ** Improvement
* [WICKET-2591] - Allow subclasses of AuthenticatedWebSession to
 set signedIn field
* [WICKET-2626] - Make DatePicker on DateTimeField overrideable
* [WICKET-2628] - SerializingObjectSizeOfStrategy should warn when
 unable to serialize the object
* [WICKET-2637] - Lithuanian translation for the Application.properties
* [WICKET-2642] - Russian translation of SignInPage/SignInPanel
* [WICKET-2644] - Hungarian translation for wizard
* [WICKET-2646] - Better error reporting from StatelessChecker
* [WICKET-2649] - Make SignInPage stateless
* [WICKET-2653] - Make GoAndClearFilter.defaultClearModel and
 GoFilter.defaultGoModel internationalizable
* [WICKET-2656] - Ability to add CSS style to table body in DataTable
* [WICKET-2664] - CheckBoxMultipleChoice should use
 isEnabledInHierarchy()
* [WICKET-2673] - TabbedPanel not generic
* [WICKET-2682] - Maven 3 produces various warnings

 ** Task
* [WICKET-2670] - Remove deprecated API calls from wicket-extensions



Re: [vote] release wicket 1.4.6

2010-01-29 Thread Igor Vaynberg
+1

On Mon, Jan 25, 2010 at 11:42 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote:
 this vote is to release wicket  1.4.6

 this maintenance release brings over 40 bug fixes and improvements.

 branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.6/

 artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.6/
 (currently uploading...)

 changelog: 
 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=prioritypid=12310561fixfor=12314470
 (and below)

 vote ends Friday 12am gmt-8

 thank you.

 -igor



 Release Notes - Wicket - Version 1.4.6

 ** Sub-task
    * [WICKET-2678] -  isEnabled called in AjaxRequestTarget for
 Behaviors even if component is not Visible in hierarchy

 ** Bug
    * [WICKET-1825] - url-escaping is not undone for requestcodingstrategy
    * [WICKET-2312] - RequestUtils.toAbsolutePath() not output
 hostname and url-pattern in AJAX
    * [WICKET-2567] - Images and stylesheets leave open file handles
    * [WICKET-2616] - BaseWicketTester chooses a disabled component as
 the source of an AjaxFormSubmit event
    * [WICKET-2619] - wicket should handle Enums like other primitives
 when injecting them.
    * [WICKET-2620] - DataTable generates two thead wicket:id=topToolbars
    * [WICKET-2624] - MethodGetAndSet.setValue uses wrong source to
 determine which type to convert to when there's no setter
    * [WICKET-2629] - HttpsRequestCycleProcessor causes HttpSession to
 be created
    * [WICKET-2630] - MockHttpServletResponse doesn't delete cookies
    * [WICKET-2633] - AjaxEditableLabel fails to focus editor upon
 validation errors
    * [WICKET-2635] - Sucessfull login on SignInPanel causes HomePage
 to become stateful
    * [WICKET-2638] - Form.isMultipart() doesn't check
 FormComponent.isMultipart() on nested components
    * [WICKET-2639] - More pages missing xml prolog
    * [WICKET-2641] - EnumLabel misbehaves with anonymous enum
    * [WICKET-2645] - Resources aren't gziped by default
    * [WICKET-2647] - InspectorPage (from devutils) is stateful for no
 valid reason
    * [WICKET-2650] - Consistently create body for short tags.
    * [WICKET-2655] - WicketTester javadocs are referring in many
 places to a component's path but it's not documented anywhere
    * [WICKET-2666] - ConvererLocator.convertToString discards
 original cause of conversion failure
    * [WICKET-2667] - When multipart on form is set to true,
 setResponsePage() doesnt work
    * [WICKET-2668] - UploadProgressBar component can't be removed or
 replaced easily
    * [WICKET-2669] - DataTable mutiple bottom toolbars are misplaced
 because of bad html
    * [WICKET-2671] - Enclosure causes Nullpointer exception
    * [WICKET-2672] - FormComponent doesn't properly handle array model types
    * [WICKET-2675] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get
    * [WICKET-2679] - checkRendering() throws Exception if
 TransparentResolver is invisible
    * [WICKET-2685] - MixedParamsUrlCodingStrategy ,classcastexception
 from Long to String
    * [WICKET-2686] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get - 1.5
    * [WICKET-2692] - DropDownChoice value may be lost after ajax submit call

 ** Improvement
    * [WICKET-2591] - Allow subclasses of AuthenticatedWebSession to
 set signedIn field
    * [WICKET-2626] - Make DatePicker on DateTimeField overrideable
    * [WICKET-2628] - SerializingObjectSizeOfStrategy should warn when
 unable to serialize the object
    * [WICKET-2637] - Lithuanian translation for the Application.properties
    * [WICKET-2642] - Russian translation of SignInPage/SignInPanel
    * [WICKET-2644] - Hungarian translation for wizard
    * [WICKET-2646] - Better error reporting from StatelessChecker
    * [WICKET-2649] - Make SignInPage stateless
    * [WICKET-2653] - Make GoAndClearFilter.defaultClearModel and
 GoFilter.defaultGoModel internationalizable
    * [WICKET-2656] - Ability to add CSS style to table body in DataTable
    * [WICKET-2664] - CheckBoxMultipleChoice should use isEnabledInHierarchy()
    * [WICKET-2673] - TabbedPanel not generic
    * [WICKET-2682] - Maven 3 produces various warnings

 ** Task
    * [WICKET-2670] - Remove deprecated API calls from wicket-extensions



Re: [vote] release wicket 1.4.6

2010-01-29 Thread Igor Vaynberg
the vote has passed with:
5 binding +1
4 nonbinding +1

cheers, and stand by for the official announcement

-igor

On Mon, Jan 25, 2010 at 11:42 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote:
 this vote is to release wicket  1.4.6

 this maintenance release brings over 40 bug fixes and improvements.

 branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.6/

 artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.6/
 (currently uploading...)

 changelog: 
 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=prioritypid=12310561fixfor=12314470
 (and below)

 vote ends Friday 12am gmt-8

 thank you.

 -igor



 Release Notes - Wicket - Version 1.4.6

 ** Sub-task
    * [WICKET-2678] -  isEnabled called in AjaxRequestTarget for
 Behaviors even if component is not Visible in hierarchy

 ** Bug
    * [WICKET-1825] - url-escaping is not undone for requestcodingstrategy
    * [WICKET-2312] - RequestUtils.toAbsolutePath() not output
 hostname and url-pattern in AJAX
    * [WICKET-2567] - Images and stylesheets leave open file handles
    * [WICKET-2616] - BaseWicketTester chooses a disabled component as
 the source of an AjaxFormSubmit event
    * [WICKET-2619] - wicket should handle Enums like other primitives
 when injecting them.
    * [WICKET-2620] - DataTable generates two thead wicket:id=topToolbars
    * [WICKET-2624] - MethodGetAndSet.setValue uses wrong source to
 determine which type to convert to when there's no setter
    * [WICKET-2629] - HttpsRequestCycleProcessor causes HttpSession to
 be created
    * [WICKET-2630] - MockHttpServletResponse doesn't delete cookies
    * [WICKET-2633] - AjaxEditableLabel fails to focus editor upon
 validation errors
    * [WICKET-2635] - Sucessfull login on SignInPanel causes HomePage
 to become stateful
    * [WICKET-2638] - Form.isMultipart() doesn't check
 FormComponent.isMultipart() on nested components
    * [WICKET-2639] - More pages missing xml prolog
    * [WICKET-2641] - EnumLabel misbehaves with anonymous enum
    * [WICKET-2645] - Resources aren't gziped by default
    * [WICKET-2647] - InspectorPage (from devutils) is stateful for no
 valid reason
    * [WICKET-2650] - Consistently create body for short tags.
    * [WICKET-2655] - WicketTester javadocs are referring in many
 places to a component's path but it's not documented anywhere
    * [WICKET-2666] - ConvererLocator.convertToString discards
 original cause of conversion failure
    * [WICKET-2667] - When multipart on form is set to true,
 setResponsePage() doesnt work
    * [WICKET-2668] - UploadProgressBar component can't be removed or
 replaced easily
    * [WICKET-2669] - DataTable mutiple bottom toolbars are misplaced
 because of bad html
    * [WICKET-2671] - Enclosure causes Nullpointer exception
    * [WICKET-2672] - FormComponent doesn't properly handle array model types
    * [WICKET-2675] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get
    * [WICKET-2679] - checkRendering() throws Exception if
 TransparentResolver is invisible
    * [WICKET-2685] - MixedParamsUrlCodingStrategy ,classcastexception
 from Long to String
    * [WICKET-2686] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get - 1.5
    * [WICKET-2692] - DropDownChoice value may be lost after ajax submit call

 ** Improvement
    * [WICKET-2591] - Allow subclasses of AuthenticatedWebSession to
 set signedIn field
    * [WICKET-2626] - Make DatePicker on DateTimeField overrideable
    * [WICKET-2628] - SerializingObjectSizeOfStrategy should warn when
 unable to serialize the object
    * [WICKET-2637] - Lithuanian translation for the Application.properties
    * [WICKET-2642] - Russian translation of SignInPage/SignInPanel
    * [WICKET-2644] - Hungarian translation for wizard
    * [WICKET-2646] - Better error reporting from StatelessChecker
    * [WICKET-2649] - Make SignInPage stateless
    * [WICKET-2653] - Make GoAndClearFilter.defaultClearModel and
 GoFilter.defaultGoModel internationalizable
    * [WICKET-2656] - Ability to add CSS style to table body in DataTable
    * [WICKET-2664] - CheckBoxMultipleChoice should use isEnabledInHierarchy()
    * [WICKET-2673] - TabbedPanel not generic
    * [WICKET-2682] - Maven 3 produces various warnings

 ** Task
    * [WICKET-2670] - Remove deprecated API calls from wicket-extensions



Re: [vote] release wicket 1.4.6

2010-01-26 Thread Marat Radchenko
Hehe, 11 out of 44 issues were reported by me :)

2010/1/26 Igor Vaynberg igor.vaynb...@gmail.com:
 this vote is to release wicket  1.4.6

 this maintenance release brings over 40 bug fixes and improvements.

 branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.6/

 artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.6/
 (currently uploading...)

 changelog: 
 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=prioritypid=12310561fixfor=12314470
 (and below)

 vote ends Friday 12am gmt-8

 thank you.

 -igor



 Release Notes - Wicket - Version 1.4.6

 ** Sub-task
    * [WICKET-2678] -  isEnabled called in AjaxRequestTarget for
 Behaviors even if component is not Visible in hierarchy

 ** Bug
    * [WICKET-1825] - url-escaping is not undone for requestcodingstrategy
    * [WICKET-2312] - RequestUtils.toAbsolutePath() not output
 hostname and url-pattern in AJAX
    * [WICKET-2567] - Images and stylesheets leave open file handles
    * [WICKET-2616] - BaseWicketTester chooses a disabled component as
 the source of an AjaxFormSubmit event
    * [WICKET-2619] - wicket should handle Enums like other primitives
 when injecting them.
    * [WICKET-2620] - DataTable generates two thead wicket:id=topToolbars
    * [WICKET-2624] - MethodGetAndSet.setValue uses wrong source to
 determine which type to convert to when there's no setter
    * [WICKET-2629] - HttpsRequestCycleProcessor causes HttpSession to
 be created
    * [WICKET-2630] - MockHttpServletResponse doesn't delete cookies
    * [WICKET-2633] - AjaxEditableLabel fails to focus editor upon
 validation errors
    * [WICKET-2635] - Sucessfull login on SignInPanel causes HomePage
 to become stateful
    * [WICKET-2638] - Form.isMultipart() doesn't check
 FormComponent.isMultipart() on nested components
    * [WICKET-2639] - More pages missing xml prolog
    * [WICKET-2641] - EnumLabel misbehaves with anonymous enum
    * [WICKET-2645] - Resources aren't gziped by default
    * [WICKET-2647] - InspectorPage (from devutils) is stateful for no
 valid reason
    * [WICKET-2650] - Consistently create body for short tags.
    * [WICKET-2655] - WicketTester javadocs are referring in many
 places to a component's path but it's not documented anywhere
    * [WICKET-2666] - ConvererLocator.convertToString discards
 original cause of conversion failure
    * [WICKET-2667] - When multipart on form is set to true,
 setResponsePage() doesnt work
    * [WICKET-2668] - UploadProgressBar component can't be removed or
 replaced easily
    * [WICKET-2669] - DataTable mutiple bottom toolbars are misplaced
 because of bad html
    * [WICKET-2671] - Enclosure causes Nullpointer exception
    * [WICKET-2672] - FormComponent doesn't properly handle array model types
    * [WICKET-2675] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get
    * [WICKET-2679] - checkRendering() throws Exception if
 TransparentResolver is invisible
    * [WICKET-2685] - MixedParamsUrlCodingStrategy ,classcastexception
 from Long to String
    * [WICKET-2686] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get - 1.5
    * [WICKET-2692] - DropDownChoice value may be lost after ajax submit call

 ** Improvement
    * [WICKET-2591] - Allow subclasses of AuthenticatedWebSession to
 set signedIn field
    * [WICKET-2626] - Make DatePicker on DateTimeField overrideable
    * [WICKET-2628] - SerializingObjectSizeOfStrategy should warn when
 unable to serialize the object
    * [WICKET-2637] - Lithuanian translation for the Application.properties
    * [WICKET-2642] - Russian translation of SignInPage/SignInPanel
    * [WICKET-2644] - Hungarian translation for wizard
    * [WICKET-2646] - Better error reporting from StatelessChecker
    * [WICKET-2649] - Make SignInPage stateless
    * [WICKET-2653] - Make GoAndClearFilter.defaultClearModel and
 GoFilter.defaultGoModel internationalizable
    * [WICKET-2656] - Ability to add CSS style to table body in DataTable
    * [WICKET-2664] - CheckBoxMultipleChoice should use isEnabledInHierarchy()
    * [WICKET-2673] - TabbedPanel not generic
    * [WICKET-2682] - Maven 3 produces various warnings

 ** Task
    * [WICKET-2670] - Remove deprecated API calls from wicket-extensions



Re: [vote] release wicket 1.4.6

2010-01-26 Thread Peter Ertl
+1 for Marat :-)

+1 for wicket-1.4.6


Am 26.01.2010 um 10:04 schrieb Marat Radchenko:

 Hehe, 11 out of 44 issues were reported by me :)
 
 2010/1/26 Igor Vaynberg igor.vaynb...@gmail.com:
 this vote is to release wicket  1.4.6
 
 this maintenance release brings over 40 bug fixes and improvements.
 
 branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.6/
 
 artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.6/
 (currently uploading...)
 
 changelog: 
 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=prioritypid=12310561fixfor=12314470
 (and below)
 
 vote ends Friday 12am gmt-8
 
 thank you.
 
 -igor
 
 
 
 Release Notes - Wicket - Version 1.4.6
 
 ** Sub-task
* [WICKET-2678] -  isEnabled called in AjaxRequestTarget for
 Behaviors even if component is not Visible in hierarchy
 
 ** Bug
* [WICKET-1825] - url-escaping is not undone for requestcodingstrategy
* [WICKET-2312] - RequestUtils.toAbsolutePath() not output
 hostname and url-pattern in AJAX
* [WICKET-2567] - Images and stylesheets leave open file handles
* [WICKET-2616] - BaseWicketTester chooses a disabled component as
 the source of an AjaxFormSubmit event
* [WICKET-2619] - wicket should handle Enums like other primitives
 when injecting them.
* [WICKET-2620] - DataTable generates two thead wicket:id=topToolbars
* [WICKET-2624] - MethodGetAndSet.setValue uses wrong source to
 determine which type to convert to when there's no setter
* [WICKET-2629] - HttpsRequestCycleProcessor causes HttpSession to
 be created
* [WICKET-2630] - MockHttpServletResponse doesn't delete cookies
* [WICKET-2633] - AjaxEditableLabel fails to focus editor upon
 validation errors
* [WICKET-2635] - Sucessfull login on SignInPanel causes HomePage
 to become stateful
* [WICKET-2638] - Form.isMultipart() doesn't check
 FormComponent.isMultipart() on nested components
* [WICKET-2639] - More pages missing xml prolog
* [WICKET-2641] - EnumLabel misbehaves with anonymous enum
* [WICKET-2645] - Resources aren't gziped by default
* [WICKET-2647] - InspectorPage (from devutils) is stateful for no
 valid reason
* [WICKET-2650] - Consistently create body for short tags.
* [WICKET-2655] - WicketTester javadocs are referring in many
 places to a component's path but it's not documented anywhere
* [WICKET-2666] - ConvererLocator.convertToString discards
 original cause of conversion failure
* [WICKET-2667] - When multipart on form is set to true,
 setResponsePage() doesnt work
* [WICKET-2668] - UploadProgressBar component can't be removed or
 replaced easily
* [WICKET-2669] - DataTable mutiple bottom toolbars are misplaced
 because of bad html
* [WICKET-2671] - Enclosure causes Nullpointer exception
* [WICKET-2672] - FormComponent doesn't properly handle array model types
* [WICKET-2675] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get
* [WICKET-2679] - checkRendering() throws Exception if
 TransparentResolver is invisible
* [WICKET-2685] - MixedParamsUrlCodingStrategy ,classcastexception
 from Long to String
* [WICKET-2686] - CryptedUrlWebRequestCodingStrategy fails in form
 with method=get - 1.5
* [WICKET-2692] - DropDownChoice value may be lost after ajax submit call
 
 ** Improvement
* [WICKET-2591] - Allow subclasses of AuthenticatedWebSession to
 set signedIn field
* [WICKET-2626] - Make DatePicker on DateTimeField overrideable
* [WICKET-2628] - SerializingObjectSizeOfStrategy should warn when
 unable to serialize the object
* [WICKET-2637] - Lithuanian translation for the Application.properties
* [WICKET-2642] - Russian translation of SignInPage/SignInPanel
* [WICKET-2644] - Hungarian translation for wizard
* [WICKET-2646] - Better error reporting from StatelessChecker
* [WICKET-2649] - Make SignInPage stateless
* [WICKET-2653] - Make GoAndClearFilter.defaultClearModel and
 GoFilter.defaultGoModel internationalizable
* [WICKET-2656] - Ability to add CSS style to table body in DataTable
* [WICKET-2664] - CheckBoxMultipleChoice should use isEnabledInHierarchy()
* [WICKET-2673] - TabbedPanel not generic
* [WICKET-2682] - Maven 3 produces various warnings
 
 ** Task
* [WICKET-2670] - Remove deprecated API calls from wicket-extensions
 



Re: [vote] release wicket 1.4.6

2010-01-26 Thread Jeremy Thomerson
+1 - release

--
Jeremy Thomerson
http://www.wickettraining.com



On Tue, Jan 26, 2010 at 7:16 AM, Peter Ertl pe...@gmx.org wrote:

 +1 for Marat :-)

 +1 for wicket-1.4.6


 Am 26.01.2010 um 10:04 schrieb Marat Radchenko:

  Hehe, 11 out of 44 issues were reported by me :)
 
  2010/1/26 Igor Vaynberg igor.vaynb...@gmail.com:
  this vote is to release wicket  1.4.6
 
  this maintenance release brings over 40 bug fixes and improvements.
 
  branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.6/
 
  artifacts: 
  http://people.apache.org/~ivaynberg/wicket-1.4.6/http://people.apache.org/%7Eivaynberg/wicket-1.4.6/
  (currently uploading...)
 
  changelog:
 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=prioritypid=12310561fixfor=12314470
  (and below)
 
  vote ends Friday 12am gmt-8
 
  thank you.
 
  -igor
 
 
 
  Release Notes - Wicket - Version 1.4.6
 
  ** Sub-task
 * [WICKET-2678] -  isEnabled called in AjaxRequestTarget for
  Behaviors even if component is not Visible in hierarchy
 
  ** Bug
 * [WICKET-1825] - url-escaping is not undone for
 requestcodingstrategy
 * [WICKET-2312] - RequestUtils.toAbsolutePath() not output
  hostname and url-pattern in AJAX
 * [WICKET-2567] - Images and stylesheets leave open file handles
 * [WICKET-2616] - BaseWicketTester chooses a disabled component as
  the source of an AjaxFormSubmit event
 * [WICKET-2619] - wicket should handle Enums like other primitives
  when injecting them.
 * [WICKET-2620] - DataTable generates two thead
 wicket:id=topToolbars
 * [WICKET-2624] - MethodGetAndSet.setValue uses wrong source to
  determine which type to convert to when there's no setter
 * [WICKET-2629] - HttpsRequestCycleProcessor causes HttpSession to
  be created
 * [WICKET-2630] - MockHttpServletResponse doesn't delete cookies
 * [WICKET-2633] - AjaxEditableLabel fails to focus editor upon
  validation errors
 * [WICKET-2635] - Sucessfull login on SignInPanel causes HomePage
  to become stateful
 * [WICKET-2638] - Form.isMultipart() doesn't check
  FormComponent.isMultipart() on nested components
 * [WICKET-2639] - More pages missing xml prolog
 * [WICKET-2641] - EnumLabel misbehaves with anonymous enum
 * [WICKET-2645] - Resources aren't gziped by default
 * [WICKET-2647] - InspectorPage (from devutils) is stateful for no
  valid reason
 * [WICKET-2650] - Consistently create body for short tags.
 * [WICKET-2655] - WicketTester javadocs are referring in many
  places to a component's path but it's not documented anywhere
 * [WICKET-2666] - ConvererLocator.convertToString discards
  original cause of conversion failure
 * [WICKET-2667] - When multipart on form is set to true,
  setResponsePage() doesnt work
 * [WICKET-2668] - UploadProgressBar component can't be removed or
  replaced easily
 * [WICKET-2669] - DataTable mutiple bottom toolbars are misplaced
  because of bad html
 * [WICKET-2671] - Enclosure causes Nullpointer exception
 * [WICKET-2672] - FormComponent doesn't properly handle array model
 types
 * [WICKET-2675] - CryptedUrlWebRequestCodingStrategy fails in form
  with method=get
 * [WICKET-2679] - checkRendering() throws Exception if
  TransparentResolver is invisible
 * [WICKET-2685] - MixedParamsUrlCodingStrategy ,classcastexception
  from Long to String
 * [WICKET-2686] - CryptedUrlWebRequestCodingStrategy fails in form
  with method=get - 1.5
 * [WICKET-2692] - DropDownChoice value may be lost after ajax submit
 call
 
  ** Improvement
 * [WICKET-2591] - Allow subclasses of AuthenticatedWebSession to
  set signedIn field
 * [WICKET-2626] - Make DatePicker on DateTimeField overrideable
 * [WICKET-2628] - SerializingObjectSizeOfStrategy should warn when
  unable to serialize the object
 * [WICKET-2637] - Lithuanian translation for the
 Application.properties
 * [WICKET-2642] - Russian translation of SignInPage/SignInPanel
 * [WICKET-2644] - Hungarian translation for wizard
 * [WICKET-2646] - Better error reporting from StatelessChecker
 * [WICKET-2649] - Make SignInPage stateless
 * [WICKET-2653] - Make GoAndClearFilter.defaultClearModel and
  GoFilter.defaultGoModel internationalizable
 * [WICKET-2656] - Ability to add CSS style to table body in DataTable
 * [WICKET-2664] - CheckBoxMultipleChoice should use
 isEnabledInHierarchy()
 * [WICKET-2673] - TabbedPanel not generic
 * [WICKET-2682] - Maven 3 produces various warnings
 
  ** Task
 * [WICKET-2670] - Remove deprecated API calls from wicket-extensions
 




Re: [vote] release wicket 1.4.6

2010-01-26 Thread Juergen Donnerstag
+1 - release

Juergen


Re: [vote] release wicket 1.4.6

2010-01-26 Thread Martijn Dashorst
+1

On Tue, Jan 26, 2010 at 6:51 PM, Juergen Donnerstag
juergen.donners...@gmail.com wrote:
 +1 - release

 Juergen




-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4


Re: [vote] release wicket 1.4.6

2010-01-26 Thread Steve Swinsburg
+1, release.



On 27/01/2010, at 7:43 AM, Martijn Dashorst wrote:

 +1
 
 On Tue, Jan 26, 2010 at 6:51 PM, Juergen Donnerstag
 juergen.donners...@gmail.com wrote:
 +1 - release
 
 Juergen
 
 
 
 
 -- 
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.4 increases type safety for web applications
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4



[vote] release wicket 1.4.6

2010-01-25 Thread Igor Vaynberg
this vote is to release wicket  1.4.6

this maintenance release brings over 40 bug fixes and improvements.

branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.6/

artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.6/
(currently uploading...)

changelog: 
https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=prioritypid=12310561fixfor=12314470
(and below)

vote ends Friday 12am gmt-8

thank you.

-igor



Release Notes - Wicket - Version 1.4.6

** Sub-task
* [WICKET-2678] -  isEnabled called in AjaxRequestTarget for
Behaviors even if component is not Visible in hierarchy

** Bug
* [WICKET-1825] - url-escaping is not undone for requestcodingstrategy
* [WICKET-2312] - RequestUtils.toAbsolutePath() not output
hostname and url-pattern in AJAX
* [WICKET-2567] - Images and stylesheets leave open file handles
* [WICKET-2616] - BaseWicketTester chooses a disabled component as
the source of an AjaxFormSubmit event
* [WICKET-2619] - wicket should handle Enums like other primitives
when injecting them.
* [WICKET-2620] - DataTable generates two thead wicket:id=topToolbars
* [WICKET-2624] - MethodGetAndSet.setValue uses wrong source to
determine which type to convert to when there's no setter
* [WICKET-2629] - HttpsRequestCycleProcessor causes HttpSession to
be created
* [WICKET-2630] - MockHttpServletResponse doesn't delete cookies
* [WICKET-2633] - AjaxEditableLabel fails to focus editor upon
validation errors
* [WICKET-2635] - Sucessfull login on SignInPanel causes HomePage
to become stateful
* [WICKET-2638] - Form.isMultipart() doesn't check
FormComponent.isMultipart() on nested components
* [WICKET-2639] - More pages missing xml prolog
* [WICKET-2641] - EnumLabel misbehaves with anonymous enum
* [WICKET-2645] - Resources aren't gziped by default
* [WICKET-2647] - InspectorPage (from devutils) is stateful for no
valid reason
* [WICKET-2650] - Consistently create body for short tags.
* [WICKET-2655] - WicketTester javadocs are referring in many
places to a component's path but it's not documented anywhere
* [WICKET-2666] - ConvererLocator.convertToString discards
original cause of conversion failure
* [WICKET-2667] - When multipart on form is set to true,
setResponsePage() doesnt work
* [WICKET-2668] - UploadProgressBar component can't be removed or
replaced easily
* [WICKET-2669] - DataTable mutiple bottom toolbars are misplaced
because of bad html
* [WICKET-2671] - Enclosure causes Nullpointer exception
* [WICKET-2672] - FormComponent doesn't properly handle array model types
* [WICKET-2675] - CryptedUrlWebRequestCodingStrategy fails in form
with method=get
* [WICKET-2679] - checkRendering() throws Exception if
TransparentResolver is invisible
* [WICKET-2685] - MixedParamsUrlCodingStrategy ,classcastexception
from Long to String
* [WICKET-2686] - CryptedUrlWebRequestCodingStrategy fails in form
with method=get - 1.5
* [WICKET-2692] - DropDownChoice value may be lost after ajax submit call

** Improvement
* [WICKET-2591] - Allow subclasses of AuthenticatedWebSession to
set signedIn field
* [WICKET-2626] - Make DatePicker on DateTimeField overrideable
* [WICKET-2628] - SerializingObjectSizeOfStrategy should warn when
unable to serialize the object
* [WICKET-2637] - Lithuanian translation for the Application.properties
* [WICKET-2642] - Russian translation of SignInPage/SignInPanel
* [WICKET-2644] - Hungarian translation for wizard
* [WICKET-2646] - Better error reporting from StatelessChecker
* [WICKET-2649] - Make SignInPage stateless
* [WICKET-2653] - Make GoAndClearFilter.defaultClearModel and
GoFilter.defaultGoModel internationalizable
* [WICKET-2656] - Ability to add CSS style to table body in DataTable
* [WICKET-2664] - CheckBoxMultipleChoice should use isEnabledInHierarchy()
* [WICKET-2673] - TabbedPanel not generic
* [WICKET-2682] - Maven 3 produces various warnings

** Task
* [WICKET-2670] - Remove deprecated API calls from wicket-extensions