You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Igor Vaynberg <ig...@gmail.com> on 2009/10/10 08:27:47 UTC

Wicket 1.4.2 Released!

The Apache Wicket project is proud to announce the second maintenance
release of Apache Wicket 1.4.

Download Apache Wicket 1.4
-------------------------------------------

You can download the release here:
http://www.apache.org/dyn/closer.cgi/wicket/1.4.2

Or use this in your Maven pom's to upgrade to the new version:

<dependency>
  <groupId>org.apache.wicket</groupId>
  <artifactId>wicket</artifactId>
  <version>1.4.2</version>
</dependency>

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-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

We thank you for your patience and support.

The Wicket Team

SV: Wicket 1.4.2 Released!

Posted by Wilhelmsen Tor Iver <To...@arrive.no>.
> Why there are no SVN tags anymore ?
> svn ls http://svn.apache.org/repos/asf/wicket/tags/  does not have tags
> for
> 1.4.1 and 1.4.2

Wicket's not fond of such conventions it seems :) - use http://svn.apache.org/repos/asf/wicket/releases/ instead.

- Tor Iver


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket 1.4.2 Released!

Posted by martin-g <mc...@e-card.bg>.
Congratulations !

Why there are no SVN tags anymore ?
svn ls http://svn.apache.org/repos/asf/wicket/tags/  does not have tags for
1.4.1 and 1.4.2


igor.vaynberg wrote:
> 
> The Apache Wicket project is proud to announce the second maintenance
> release of Apache Wicket 1.4.
> 
> Download Apache Wicket 1.4
> -------------------------------------------
> 
> You can download the release here:
> http://www.apache.org/dyn/closer.cgi/wicket/1.4.2
> 
> Or use this in your Maven pom's to upgrade to the new version:
> 
> <dependency>
>   <groupId>org.apache.wicket</groupId>
>   <artifactId>wicket</artifactId>
>   <version>1.4.2</version>
> </dependency>
> 
> 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-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
> 
> We thank you for your patience and support.
> 
> The Wicket Team
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Wicket-1.4.2-Released%21-tp25831449p25855241.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket 1.4.2 Released!

Posted by "Haulyn R. Jason" <sa...@gmail.com>.
Congratulations, I will upgrade next week.

On Sat, Oct 10, 2009 at 8:05 PM, Giovanni <pi...@yahoo.com> wrote:

> Wow!!!
>
> I will upgrade my project for a major italian bank on coming monday.
>
> Thanks a lot for all your efforts in developing this great web framework!
>
> Best regards,
> giovanni
>
>  ------------------------------------------------
> Resources are limited, Imagination is unlimited.
>
>
>
>
>
>
> ________________________________
> From: Igor Vaynberg <ig...@gmail.com>
> To: users@wicket.apache.org; dev@wicket.apache.org;
> announce@wicket.apache.org
> Sent: Sat, October 10, 2009 8:27:47 AM
> Subject: Wicket 1.4.2 Released!
>
> The Apache Wicket project is proud to announce the second maintenance
> release of Apache Wicket 1.4.
>
> Download Apache Wicket 1.4
> -------------------------------------------
>
> You can download the release here:
> http://www.apache.org/dyn/closer.cgi/wicket/1.4.2
>
> Or use this in your Maven pom's to upgrade to the new version:
>
> <dependency>
>  <groupId>org.apache.wicket</groupId>
>  <artifactId>wicket</artifactId>
>  <version>1.4.2</version>
> </dependency>
>
> 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-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
>
> We thank you for your patience and support.
>
> The Wicket Team
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>
>
>



-- 
Many thanks!

Haulyn Microproduction

You can access me with the following ways:
Location: Shandong Jinan Shumagang 6H-8, 250000
Mobile: +086-15864011231
email: saharabear@gmail.com, hmp.haulyn@foxmail.com
website: http://haulynjason.net
gtalk: saharabear@gmail.com
skype: saharabear
QQ: 378606292
persional Twitter: http://twitter.com/saharabear
persional Linkedin: http://www.linkedin.com/in/haulyn
Haulyn Microproduction Twitter: http://twitter.com/haulynmp


Haulyn Jason

Re: Wicket 1.4.2 Released!

Posted by Giovanni <pi...@yahoo.com>.
Wow!!!

I will upgrade my project for a major italian bank on coming monday.

Thanks a lot for all your efforts in developing this great web framework!

Best regards,
giovanni

 ------------------------------------------------
Resources are limited, Imagination is unlimited.






________________________________
From: Igor Vaynberg <ig...@gmail.com>
To: users@wicket.apache.org; dev@wicket.apache.org; announce@wicket.apache.org
Sent: Sat, October 10, 2009 8:27:47 AM
Subject: Wicket 1.4.2 Released!

The Apache Wicket project is proud to announce the second maintenance
release of Apache Wicket 1.4.

Download Apache Wicket 1.4
-------------------------------------------

You can download the release here:
http://www.apache.org/dyn/closer.cgi/wicket/1.4.2

Or use this in your Maven pom's to upgrade to the new version:

<dependency>
  <groupId>org.apache.wicket</groupId>
  <artifactId>wicket</artifactId>
  <version>1.4.2</version>
</dependency>

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-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

We thank you for your patience and support.

The Wicket Team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


      

Re: Wicket 1.4.2 Released!

Posted by Luca Provenzani <eu...@gmail.com>.
Thank You very much,
I'll update our project early.

Luca


2009/10/10 Igor Vaynberg <ig...@gmail.com>

> The Apache Wicket project is proud to announce the second maintenance
> release of Apache Wicket 1.4.
>
> Download Apache Wicket 1.4
> -------------------------------------------
>
> You can download the release here:
> http://www.apache.org/dyn/closer.cgi/wicket/1.4.2
>
> Or use this in your Maven pom's to upgrade to the new version:
>
> <dependency>
>  <groupId>org.apache.wicket</groupId>
>  <artifactId>wicket</artifactId>
>  <version>1.4.2</version>
> </dependency>
>
> 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-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
>
> We thank you for your patience and support.
>
> The Wicket Team
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Wicket 1.4.2 Released!

Posted by Anton Veretennikov <an...@gmail.com>.
Congratulations! This is a great news for all wicket lovers!

-- Tony

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org