[vote] release 1.4.2 attempt 2

View: New views
10 Messages — Rating Filter:   Alert me  

[vote] release 1.4.2 attempt 2

by igor.vaynberg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Second attempt at releasing 1.4.2, now with bothersome WICKET-2451removed

Be sure to test with your projects and let us know of any problems

svn: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.2
dist: http://people.apache.org/~ivaynberg/wicket-1.4.2/dist
maven: http://people.apache.org/~ivaynberg/wicket-1.4.2/m2-repo
changelog: see below

Your vote please (vote will close Friday Oct 2nd):

[ ] Yes release
[ ] No, don't release it and here is why...

-igor


Release Notes - Wicket - Version 1.4.2


** Bug
   * [WICKET-2393] - Passwords should not be trimmed
   * [WICKET-2430] - Malformed \uxxxx encoding in
MultipleUploadField_sl.properties
   * [WICKET-2433] - Ajax support for multipart forms broken in a nested form
   * [WICKET-2434] - RequestCycle urlFor ignores existing parameters
when appending provided params
   * [WICKET-2436] - invalid DataTable markup breaks table layout
   * [WICKET-2438] - AjaxEventBehavior not working on feedback
message components
   * [WICKET-2453] - Form.findForm(Component c) bug. When form is
part of Border and form component like TextField is inside another
Border , component cannot resolve its form.
   * [WICKET-2456] - DateTextField cannot work with default converter
(or javadoc wrong)
   * [WICKET-2457] - Flash/ExternalInterface does not work in IE if
movie is fetched via Wicket/Ajax
   * [WICKET-2458] - JavascriptUtils.escapeQuotes() misses escaping
double quotes
   * [WICKET-2461] - AjaxPagingNavigationIncrementLink does not work
without AjaxPagingNavigator component
   * [WICKET-2463] - Ajax miltipart form submitting ignores
setDefaultFormProcessing(false)
   * [WICKET-2466] - javadoc the CryptedUrlWebRequestCodingStrategy
needs to be update/corrected to reflect the usage of session-id for
encryption and hence URLs which were bookmarkable before will NOT
remain bookmarkable.
   * [WICKET-2475] - NPE after application hot redeployment
   * [WICKET-2477] - AjaxEditableChoiceLabel does not detach choices model
   * [WICKET-2478] - TabbedPanel rendering bug
   * [WICKET-2485] - IComponentResolvers are not supported inside
wicket:enclosure
   * [WICKET-2488] - QuickFix proposal
WicketTesterHelper.assertEquals(final Collection<?> expects, final
Collection<?> actuals) should compare list sizes

** Improvement
   * [WICKET-626] - profile Wicket for 1.4.0
   * [WICKET-2435] - TabbedPanel extract factory method for tabs-container
   * [WICKET-2439] - Improve MixedParamUrlCodingStrategy, introduce Hybrid
   * [WICKET-2444] - Internal Spring beans should be ignored
   * [WICKET-2445] - FormInput.java needs the validators updated.
   * [WICKET-2449] - Fix javadoc biggest mistakes - mainly @Deprecated tags
   * [WICKET-2451] - Add ability to load UTF-8 encoded properties not
in XML format.
   * [WICKET-2454] - IE8: be more verbose if ajax refresh fails
   * [WICKET-2469] - Allow using a different FileItemFactory by
extracting a method in MultipartServletWebRequest class
   * [WICKET-2492] - Application_pt_BR.properties path

** New Feature
   * [WICKET-2395] - add MixedParamHybridUrlCodingStrategy
   * [WICKET-2483] - Access to WizardModel.conditions

** Wish
   * [WICKET-2120] - widen visibiliy of GuiceProxyTargetLocator  and
findBindingAnnotation
   * [WICKET-2462] - Would it possible add chinese resource label for
WizardButton eg. CancelButton, NextButton and PreviousButton etc.
   * [WICKET-2489] - need to know if a component has been added to
the AjaxRequestTarget

Re: [vote] release 1.4.2 attempt 2

by Jan Kriesten-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


hi Igor,

> [x] Yes release
> [ ] No, don't release it and here is why...

Best regards, --- Jan.



RE: [vote] release 1.4.2 attempt 2

by Stefan Lindner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Igor,

> [x] Yes release
> [ ] No, don't release it and here is why...

Stefan



Re: [vote] release 1.4.2 attempt 2

by Juergen Donnerstag :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[x] Yes release

Juergen

Re: [vote] release 1.4.2 attempt 2

by Sam Stainsby-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 29 Sep 2009 11:46:27 -0700, Igor Vaynberg wrote:

(non-binding)
[X] Yes release
[ ] No, don't release it and here is why...


Re: [vote] release 1.4.2 attempt 2

by martin-g :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

El mié, 30-09-2009 a las 07:25 +0000, Sam Stainsby escribió:
> On Tue, 29 Sep 2009 11:46:27 -0700, Igor Vaynberg wrote:
>
> (non-binding)
> [X] Yes release
> [ ] No, don't release it and here is why...


(non-binding)
[X] Yes release
[ ] No, don't release it and here is why...



Re: [vote] release 1.4.2 attempt 2

by reiern70 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

(non-binding)

[x ] Yes release

On Tue, Sep 29, 2009 at 8:46 PM, Igor Vaynberg <igor.vaynberg@...>wrote:

> Second attempt at releasing 1.4.2, now with bothersome WICKET-2451removed
>
> Be sure to test with your projects and let us know of any problems
>
> svn: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.2
> dist: http://people.apache.org/~ivaynberg/wicket-1.4.2/dist
> maven: http://people.apache.org/~ivaynberg/wicket-1.4.2/m2-repo
> changelog: see below
>
> Your vote please (vote will close Friday Oct 2nd):
>
>
> [ ] No, don't release it and here is why...
>
> -igor
>
>
> Release Notes - Wicket - Version 1.4.2
>
>
> ** Bug
>   * [WICKET-2393] - Passwords should not be trimmed
>   * [WICKET-2430] - Malformed \uxxxx encoding in
> MultipleUploadField_sl.properties
>   * [WICKET-2433] - Ajax support for multipart forms broken in a nested
> form
>   * [WICKET-2434] - RequestCycle urlFor ignores existing parameters
> when appending provided params
>   * [WICKET-2436] - invalid DataTable markup breaks table layout
>   * [WICKET-2438] - AjaxEventBehavior not working on feedback
> message components
>   * [WICKET-2453] - Form.findForm(Component c) bug. When form is
> part of Border and form component like TextField is inside another
> Border , component cannot resolve its form.
>   * [WICKET-2456] - DateTextField cannot work with default converter
> (or javadoc wrong)
>   * [WICKET-2457] - Flash/ExternalInterface does not work in IE if
> movie is fetched via Wicket/Ajax
>   * [WICKET-2458] - JavascriptUtils.escapeQuotes() misses escaping
> double quotes
>   * [WICKET-2461] - AjaxPagingNavigationIncrementLink does not work
> without AjaxPagingNavigator component
>   * [WICKET-2463] - Ajax miltipart form submitting ignores
> setDefaultFormProcessing(false)
>   * [WICKET-2466] - javadoc the CryptedUrlWebRequestCodingStrategy
> needs to be update/corrected to reflect the usage of session-id for
> encryption and hence URLs which were bookmarkable before will NOT
> remain bookmarkable.
>   * [WICKET-2475] - NPE after application hot redeployment
>   * [WICKET-2477] - AjaxEditableChoiceLabel does not detach choices model
>   * [WICKET-2478] - TabbedPanel rendering bug
>   * [WICKET-2485] - IComponentResolvers are not supported inside
> wicket:enclosure
>   * [WICKET-2488] - QuickFix proposal
> WicketTesterHelper.assertEquals(final Collection<?> expects, final
> Collection<?> actuals) should compare list sizes
>
> ** Improvement
>   * [WICKET-626] - profile Wicket for 1.4.0
>   * [WICKET-2435] - TabbedPanel extract factory method for tabs-container
>   * [WICKET-2439] - Improve MixedParamUrlCodingStrategy, introduce Hybrid
>   * [WICKET-2444] - Internal Spring beans should be ignored
>   * [WICKET-2445] - FormInput.java needs the validators updated.
>   * [WICKET-2449] - Fix javadoc biggest mistakes - mainly @Deprecated tags
>   * [WICKET-2451] - Add ability to load UTF-8 encoded properties not
> in XML format.
>   * [WICKET-2454] - IE8: be more verbose if ajax refresh fails
>   * [WICKET-2469] - Allow using a different FileItemFactory by
> extracting a method in MultipartServletWebRequest class
>   * [WICKET-2492] - Application_pt_BR.properties path
>
> ** New Feature
>   * [WICKET-2395] - add MixedParamHybridUrlCodingStrategy
>   * [WICKET-2483] - Access to WizardModel.conditions
>
> ** Wish
>   * [WICKET-2120] - widen visibiliy of GuiceProxyTargetLocator  and
> findBindingAnnotation
>   * [WICKET-2462] - Would it possible add chinese resource label for
> WizardButton eg. CancelButton, NextButton and PreviousButton etc.
>   * [WICKET-2489] - need to know if a component has been added to
> the AjaxRequestTarget
>

Re: [vote] release 1.4.2 attempt 2

by Johan Compagner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1 release

On Tue, Sep 29, 2009 at 20:46, Igor Vaynberg <igor.vaynberg@...>wrote:

> Second attempt at releasing 1.4.2, now with bothersome WICKET-2451removed
>
> Be sure to test with your projects and let us know of any problems
>
> svn: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.2
> dist: http://people.apache.org/~ivaynberg/wicket-1.4.2/dist<http://people.apache.org/%7Eivaynberg/wicket-1.4.2/dist>
> maven: http://people.apache.org/~ivaynberg/wicket-1.4.2/m2-repo<http://people.apache.org/%7Eivaynberg/wicket-1.4.2/m2-repo>
> changelog: see below
>
> Your vote please (vote will close Friday Oct 2nd):
>
> [ ] Yes release
> [ ] No, don't release it and here is why...
>
> -igor
>
>
> Release Notes - Wicket - Version 1.4.2
>
>
> ** Bug
>   * [WICKET-2393] - Passwords should not be trimmed
>   * [WICKET-2430] - Malformed \uxxxx encoding in
> MultipleUploadField_sl.properties
>   * [WICKET-2433] - Ajax support for multipart forms broken in a nested
> form
>   * [WICKET-2434] - RequestCycle urlFor ignores existing parameters
> when appending provided params
>   * [WICKET-2436] - invalid DataTable markup breaks table layout
>   * [WICKET-2438] - AjaxEventBehavior not working on feedback
> message components
>   * [WICKET-2453] - Form.findForm(Component c) bug. When form is
> part of Border and form component like TextField is inside another
> Border , component cannot resolve its form.
>   * [WICKET-2456] - DateTextField cannot work with default converter
> (or javadoc wrong)
>   * [WICKET-2457] - Flash/ExternalInterface does not work in IE if
> movie is fetched via Wicket/Ajax
>   * [WICKET-2458] - JavascriptUtils.escapeQuotes() misses escaping
> double quotes
>   * [WICKET-2461] - AjaxPagingNavigationIncrementLink does not work
> without AjaxPagingNavigator component
>   * [WICKET-2463] - Ajax miltipart form submitting ignores
> setDefaultFormProcessing(false)
>   * [WICKET-2466] - javadoc the CryptedUrlWebRequestCodingStrategy
> needs to be update/corrected to reflect the usage of session-id for
> encryption and hence URLs which were bookmarkable before will NOT
> remain bookmarkable.
>   * [WICKET-2475] - NPE after application hot redeployment
>   * [WICKET-2477] - AjaxEditableChoiceLabel does not detach choices model
>   * [WICKET-2478] - TabbedPanel rendering bug
>   * [WICKET-2485] - IComponentResolvers are not supported inside
> wicket:enclosure
>   * [WICKET-2488] - QuickFix proposal
> WicketTesterHelper.assertEquals(final Collection<?> expects, final
> Collection<?> actuals) should compare list sizes
>
> ** Improvement
>   * [WICKET-626] - profile Wicket for 1.4.0
>   * [WICKET-2435] - TabbedPanel extract factory method for tabs-container
>   * [WICKET-2439] - Improve MixedParamUrlCodingStrategy, introduce Hybrid
>   * [WICKET-2444] - Internal Spring beans should be ignored
>   * [WICKET-2445] - FormInput.java needs the validators updated.
>   * [WICKET-2449] - Fix javadoc biggest mistakes - mainly @Deprecated tags
>   * [WICKET-2451] - Add ability to load UTF-8 encoded properties not
> in XML format.
>   * [WICKET-2454] - IE8: be more verbose if ajax refresh fails
>   * [WICKET-2469] - Allow using a different FileItemFactory by
> extracting a method in MultipartServletWebRequest class
>   * [WICKET-2492] - Application_pt_BR.properties path
>
> ** New Feature
>   * [WICKET-2395] - add MixedParamHybridUrlCodingStrategy
>   * [WICKET-2483] - Access to WizardModel.conditions
>
> ** Wish
>   * [WICKET-2120] - widen visibiliy of GuiceProxyTargetLocator  and
> findBindingAnnotation
>   * [WICKET-2462] - Would it possible add chinese resource label for
> WizardButton eg. CancelButton, NextButton and PreviousButton etc.
>   * [WICKET-2489] - need to know if a component has been added to
> the AjaxRequestTarget
>

Re: [vote] release 1.4.2 attempt 2

by igor.vaynberg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 [x] Yes release

-igor

On Tue, Sep 29, 2009 at 11:46 AM, Igor Vaynberg <igor.vaynberg@...> wrote:

> Second attempt at releasing 1.4.2, now with bothersome WICKET-2451removed
>
> Be sure to test with your projects and let us know of any problems
>
> svn: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.2
> dist: http://people.apache.org/~ivaynberg/wicket-1.4.2/dist
> maven: http://people.apache.org/~ivaynberg/wicket-1.4.2/m2-repo
> changelog: see below
>
> Your vote please (vote will close Friday Oct 2nd):
>
> [ ] Yes release
> [ ] No, don't release it and here is why...
>
> -igor
>
>
> Release Notes - Wicket - Version 1.4.2
>
>
> ** Bug
>   * [WICKET-2393] - Passwords should not be trimmed
>   * [WICKET-2430] - Malformed \uxxxx encoding in
> MultipleUploadField_sl.properties
>   * [WICKET-2433] - Ajax support for multipart forms broken in a nested form
>   * [WICKET-2434] - RequestCycle urlFor ignores existing parameters
> when appending provided params
>   * [WICKET-2436] - invalid DataTable markup breaks table layout
>   * [WICKET-2438] - AjaxEventBehavior not working on feedback
> message components
>   * [WICKET-2453] - Form.findForm(Component c) bug. When form is
> part of Border and form component like TextField is inside another
> Border , component cannot resolve its form.
>   * [WICKET-2456] - DateTextField cannot work with default converter
> (or javadoc wrong)
>   * [WICKET-2457] - Flash/ExternalInterface does not work in IE if
> movie is fetched via Wicket/Ajax
>   * [WICKET-2458] - JavascriptUtils.escapeQuotes() misses escaping
> double quotes
>   * [WICKET-2461] - AjaxPagingNavigationIncrementLink does not work
> without AjaxPagingNavigator component
>   * [WICKET-2463] - Ajax miltipart form submitting ignores
> setDefaultFormProcessing(false)
>   * [WICKET-2466] - javadoc the CryptedUrlWebRequestCodingStrategy
> needs to be update/corrected to reflect the usage of session-id for
> encryption and hence URLs which were bookmarkable before will NOT
> remain bookmarkable.
>   * [WICKET-2475] - NPE after application hot redeployment
>   * [WICKET-2477] - AjaxEditableChoiceLabel does not detach choices model
>   * [WICKET-2478] - TabbedPanel rendering bug
>   * [WICKET-2485] - IComponentResolvers are not supported inside
> wicket:enclosure
>   * [WICKET-2488] - QuickFix proposal
> WicketTesterHelper.assertEquals(final Collection<?> expects, final
> Collection<?> actuals) should compare list sizes
>
> ** Improvement
>   * [WICKET-626] - profile Wicket for 1.4.0
>   * [WICKET-2435] - TabbedPanel extract factory method for tabs-container
>   * [WICKET-2439] - Improve MixedParamUrlCodingStrategy, introduce Hybrid
>   * [WICKET-2444] - Internal Spring beans should be ignored
>   * [WICKET-2445] - FormInput.java needs the validators updated.
>   * [WICKET-2449] - Fix javadoc biggest mistakes - mainly @Deprecated tags
>   * [WICKET-2451] - Add ability to load UTF-8 encoded properties not
> in XML format.
>   * [WICKET-2454] - IE8: be more verbose if ajax refresh fails
>   * [WICKET-2469] - Allow using a different FileItemFactory by
> extracting a method in MultipartServletWebRequest class
>   * [WICKET-2492] - Application_pt_BR.properties path
>
> ** New Feature
>   * [WICKET-2395] - add MixedParamHybridUrlCodingStrategy
>   * [WICKET-2483] - Access to WizardModel.conditions
>
> ** Wish
>   * [WICKET-2120] - widen visibiliy of GuiceProxyTargetLocator  and
> findBindingAnnotation
>   * [WICKET-2462] - Would it possible add chinese resource label for
> WizardButton eg. CancelButton, NextButton and PreviousButton etc.
>   * [WICKET-2489] - need to know if a component has been added to
> the AjaxRequestTarget
>

Re: [vote] release 1.4.2 attempt 2

by igor.vaynberg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

thanks for voting, the vote has closed with:

3 +1 binding and 5 +1 non-binding.

the vote has passed, i will get to work on releasing the new version.

-igor


On Tue, Sep 29, 2009 at 11:46 AM, Igor Vaynberg <igor.vaynberg@...> wrote:

> Second attempt at releasing 1.4.2, now with bothersome WICKET-2451removed
>
> Be sure to test with your projects and let us know of any problems
>
> svn: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.2
> dist: http://people.apache.org/~ivaynberg/wicket-1.4.2/dist
> maven: http://people.apache.org/~ivaynberg/wicket-1.4.2/m2-repo
> changelog: see below
>
> Your vote please (vote will close Friday Oct 2nd):
>
> [ ] Yes release
> [ ] No, don't release it and here is why...
>
> -igor
>
>
> Release Notes - Wicket - Version 1.4.2
>
>
> ** Bug
>   * [WICKET-2393] - Passwords should not be trimmed
>   * [WICKET-2430] - Malformed \uxxxx encoding in
> MultipleUploadField_sl.properties
>   * [WICKET-2433] - Ajax support for multipart forms broken in a nested form
>   * [WICKET-2434] - RequestCycle urlFor ignores existing parameters
> when appending provided params
>   * [WICKET-2436] - invalid DataTable markup breaks table layout
>   * [WICKET-2438] - AjaxEventBehavior not working on feedback
> message components
>   * [WICKET-2453] - Form.findForm(Component c) bug. When form is
> part of Border and form component like TextField is inside another
> Border , component cannot resolve its form.
>   * [WICKET-2456] - DateTextField cannot work with default converter
> (or javadoc wrong)
>   * [WICKET-2457] - Flash/ExternalInterface does not work in IE if
> movie is fetched via Wicket/Ajax
>   * [WICKET-2458] - JavascriptUtils.escapeQuotes() misses escaping
> double quotes
>   * [WICKET-2461] - AjaxPagingNavigationIncrementLink does not work
> without AjaxPagingNavigator component
>   * [WICKET-2463] - Ajax miltipart form submitting ignores
> setDefaultFormProcessing(false)
>   * [WICKET-2466] - javadoc the CryptedUrlWebRequestCodingStrategy
> needs to be update/corrected to reflect the usage of session-id for
> encryption and hence URLs which were bookmarkable before will NOT
> remain bookmarkable.
>   * [WICKET-2475] - NPE after application hot redeployment
>   * [WICKET-2477] - AjaxEditableChoiceLabel does not detach choices model
>   * [WICKET-2478] - TabbedPanel rendering bug
>   * [WICKET-2485] - IComponentResolvers are not supported inside
> wicket:enclosure
>   * [WICKET-2488] - QuickFix proposal
> WicketTesterHelper.assertEquals(final Collection<?> expects, final
> Collection<?> actuals) should compare list sizes
>
> ** Improvement
>   * [WICKET-626] - profile Wicket for 1.4.0
>   * [WICKET-2435] - TabbedPanel extract factory method for tabs-container
>   * [WICKET-2439] - Improve MixedParamUrlCodingStrategy, introduce Hybrid
>   * [WICKET-2444] - Internal Spring beans should be ignored
>   * [WICKET-2445] - FormInput.java needs the validators updated.
>   * [WICKET-2449] - Fix javadoc biggest mistakes - mainly @Deprecated tags
>   * [WICKET-2451] - Add ability to load UTF-8 encoded properties not
> in XML format.
>   * [WICKET-2454] - IE8: be more verbose if ajax refresh fails
>   * [WICKET-2469] - Allow using a different FileItemFactory by
> extracting a method in MultipartServletWebRequest class
>   * [WICKET-2492] - Application_pt_BR.properties path
>
> ** New Feature
>   * [WICKET-2395] - add MixedParamHybridUrlCodingStrategy
>   * [WICKET-2483] - Access to WizardModel.conditions
>
> ** Wish
>   * [WICKET-2120] - widen visibiliy of GuiceProxyTargetLocator  and
> findBindingAnnotation
>   * [WICKET-2462] - Would it possible add chinese resource label for
> WizardButton eg. CancelButton, NextButton and PreviousButton etc.
>   * [WICKET-2489] - need to know if a component has been added to
> the AjaxRequestTarget
>