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/12/17 01:15:38 UTC

[vote] release wicket 1.4.5

this vote is to release wicket 1.4.5

this build fixes some critical problems with 1.4.4, namely WICKET-2613
and some modal-window related issues.

branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.5/
artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.5/
changelog: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&pid=12310561&fixfor=12314441
(and below)

vote ends Saturday 5pm gmt-8

thank you.

-igor


Release Notes - Wicket - Version 1.4.5


** Bug
    * [WICKET-2598] - Some components still escape non-ASCII symbols by default
    * [WICKET-2599] - Missing XML prolog in wicket-extensions panel htmls
    * [WICKET-2600] - Redirect to home page still does not work (regression)
    * [WICKET-2606] - Enclosure reports incorrect component id for
missing components inside the enclosure
    * [WICKET-2609] - EnumChoiceRenderer misbehaves with anonymous enum classes
    * [WICKET-2613] - Content-Length Issue with 1.4.4
    * [WICKET-2617] - ModalWindow can't be shown when it is rendered
with ajax request
    * [WICKET-2621] - Ajax buttons inside ModalWindows don't submit properly

** Improvement
    * [WICKET-1888] - FormComponents (and subclasses) should be able
to provide their own resource bundles
    * [WICKET-2247] - IndexedHybridUrlCodingStrategy constructor
should accept a redirectOnBookmarkableRequest boolan
    * [WICKET-2428] - AbstractSingleSelectChoice: custom resource key
for null option
    * [WICKET-2592] - Add support for arbitrary PageParameters values
in QueryStringUrlCodingStrategy
    * [WICKET-2597] - The PagingNavigator.newNavigation method does
not provide a markup id of the element to create an navigation for
    * [WICKET-2602] - Display upload progress bar only when a file is selected
    * [WICKET-2603] - javadoc update
    * [WICKET-2604] - Add another german Wicket book

Re: [vote] release wicket 1.4.5

Posted by Igor Vaynberg <ig...@gmail.com>.
the vote has passed with

4 +1 binding votes
9 +1 nonbinding votes

thank you for voting, stay tuned for the official announcement some
time tomorrow.

-igor

On Wed, Dec 16, 2009 at 4:15 PM, Igor Vaynberg <ig...@gmail.com> wrote:
> this vote is to release wicket 1.4.5
>
> this build fixes some critical problems with 1.4.4, namely WICKET-2613
> and some modal-window related issues.
>
> branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.5/
> artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.5/
> changelog: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&pid=12310561&fixfor=12314441
> (and below)
>
> vote ends Saturday 5pm gmt-8
>
> thank you.
>
> -igor
>
>
> Release Notes - Wicket - Version 1.4.5
>
>
> ** Bug
>    * [WICKET-2598] - Some components still escape non-ASCII symbols by default
>    * [WICKET-2599] - Missing XML prolog in wicket-extensions panel htmls
>    * [WICKET-2600] - Redirect to home page still does not work (regression)
>    * [WICKET-2606] - Enclosure reports incorrect component id for
> missing components inside the enclosure
>    * [WICKET-2609] - EnumChoiceRenderer misbehaves with anonymous enum classes
>    * [WICKET-2613] - Content-Length Issue with 1.4.4
>    * [WICKET-2617] - ModalWindow can't be shown when it is rendered
> with ajax request
>    * [WICKET-2621] - Ajax buttons inside ModalWindows don't submit properly
>
> ** Improvement
>    * [WICKET-1888] - FormComponents (and subclasses) should be able
> to provide their own resource bundles
>    * [WICKET-2247] - IndexedHybridUrlCodingStrategy constructor
> should accept a redirectOnBookmarkableRequest boolan
>    * [WICKET-2428] - AbstractSingleSelectChoice: custom resource key
> for null option
>    * [WICKET-2592] - Add support for arbitrary PageParameters values
> in QueryStringUrlCodingStrategy
>    * [WICKET-2597] - The PagingNavigator.newNavigation method does
> not provide a markup id of the element to create an navigation for
>    * [WICKET-2602] - Display upload progress bar only when a file is selected
>    * [WICKET-2603] - javadoc update
>    * [WICKET-2604] - Add another german Wicket book
>

RE: [vote] release wicket 1.4.5

Posted by Stefan Lindner <li...@visionet.de>.
+1

Stefan

Re: [vote] release wicket 1.4.5

Posted by Juergen Donnerstag <ju...@gmail.com>.
+1

Juergen

Re: [vote] release wicket 1.4.5

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
+1

On Thu, Dec 17, 2009 at 1:15 AM, Igor Vaynberg <ig...@gmail.com>wrote:

> this vote is to release wicket 1.4.5
>
> this build fixes some critical problems with 1.4.4, namely WICKET-2613
> and some modal-window related issues.
>
> branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.5/
> artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.5/
> changelog:
> https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&pid=12310561&fixfor=12314441
> (and below)
>
> vote ends Saturday 5pm gmt-8
>
> thank you.
>
> -igor
>
>
> Release Notes - Wicket - Version 1.4.5
>
>
> ** Bug
>    * [WICKET-2598] - Some components still escape non-ASCII symbols by
> default
>    * [WICKET-2599] - Missing XML prolog in wicket-extensions panel htmls
>    * [WICKET-2600] - Redirect to home page still does not work (regression)
>    * [WICKET-2606] - Enclosure reports incorrect component id for
> missing components inside the enclosure
>    * [WICKET-2609] - EnumChoiceRenderer misbehaves with anonymous enum
> classes
>    * [WICKET-2613] - Content-Length Issue with 1.4.4
>    * [WICKET-2617] - ModalWindow can't be shown when it is rendered
> with ajax request
>    * [WICKET-2621] - Ajax buttons inside ModalWindows don't submit properly
>
> ** Improvement
>    * [WICKET-1888] - FormComponents (and subclasses) should be able
> to provide their own resource bundles
>    * [WICKET-2247] - IndexedHybridUrlCodingStrategy constructor
> should accept a redirectOnBookmarkableRequest boolan
>    * [WICKET-2428] - AbstractSingleSelectChoice: custom resource key
> for null option
>    * [WICKET-2592] - Add support for arbitrary PageParameters values
> in QueryStringUrlCodingStrategy
>    * [WICKET-2597] - The PagingNavigator.newNavigation method does
> not provide a markup id of the element to create an navigation for
>    * [WICKET-2602] - Display upload progress bar only when a file is
> selected
>    * [WICKET-2603] - javadoc update
>    * [WICKET-2604] - Add another german Wicket book
>

Re: [vote] release wicket 1.4.5

Posted by Igor Vaynberg <ig...@gmail.com>.
+1 release

-igor

On Wed, Dec 16, 2009 at 4:15 PM, Igor Vaynberg <ig...@gmail.com> wrote:
> this vote is to release wicket 1.4.5
>
> this build fixes some critical problems with 1.4.4, namely WICKET-2613
> and some modal-window related issues.
>
> branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.5/
> artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.5/
> changelog: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&pid=12310561&fixfor=12314441
> (and below)
>
> vote ends Saturday 5pm gmt-8
>
> thank you.
>
> -igor
>
>
> Release Notes - Wicket - Version 1.4.5
>
>
> ** Bug
>    * [WICKET-2598] - Some components still escape non-ASCII symbols by default
>    * [WICKET-2599] - Missing XML prolog in wicket-extensions panel htmls
>    * [WICKET-2600] - Redirect to home page still does not work (regression)
>    * [WICKET-2606] - Enclosure reports incorrect component id for
> missing components inside the enclosure
>    * [WICKET-2609] - EnumChoiceRenderer misbehaves with anonymous enum classes
>    * [WICKET-2613] - Content-Length Issue with 1.4.4
>    * [WICKET-2617] - ModalWindow can't be shown when it is rendered
> with ajax request
>    * [WICKET-2621] - Ajax buttons inside ModalWindows don't submit properly
>
> ** Improvement
>    * [WICKET-1888] - FormComponents (and subclasses) should be able
> to provide their own resource bundles
>    * [WICKET-2247] - IndexedHybridUrlCodingStrategy constructor
> should accept a redirectOnBookmarkableRequest boolan
>    * [WICKET-2428] - AbstractSingleSelectChoice: custom resource key
> for null option
>    * [WICKET-2592] - Add support for arbitrary PageParameters values
> in QueryStringUrlCodingStrategy
>    * [WICKET-2597] - The PagingNavigator.newNavigation method does
> not provide a markup id of the element to create an navigation for
>    * [WICKET-2602] - Display upload progress bar only when a file is selected
>    * [WICKET-2603] - javadoc update
>    * [WICKET-2604] - Add another german Wicket book
>

Re: [vote] release wicket 1.4.5

Posted by Adriano dos Santos Fernandes <ad...@gmail.com>.
Igor Vaynberg wrote:
> this vote is to release wicket 1.4.5
> 
> this build fixes some critical problems with 1.4.4, namely WICKET-2613
> and some modal-window related issues.
> 
> branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.5/
> artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.5/
> changelog: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&pid=12310561&fixfor=12314441
> (and below)
> 
> vote ends Saturday 5pm gmt-8
> 
> thank you.
> 
[X] Yes, release

-- 
Adriano dos Santos Fernandes
http://asfernandes.blogspot.com
http://www.firebirdsql.org


Re: [vote] release wicket 1.4.5

Posted by Steve Swinsburg <st...@gmail.com>.
+1

On 17/12/2009, at 11:15 AM, Igor Vaynberg wrote:

> this vote is to release wicket 1.4.5
> 
> this build fixes some critical problems with 1.4.4, namely WICKET-2613
> and some modal-window related issues.
> 
> branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.5/
> artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.5/
> changelog: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&pid=12310561&fixfor=12314441
> (and below)
> 
> vote ends Saturday 5pm gmt-8
> 
> thank you.
> 
> -igor
> 
> 
> Release Notes - Wicket - Version 1.4.5
> 
> 
> ** Bug
>    * [WICKET-2598] - Some components still escape non-ASCII symbols by default
>    * [WICKET-2599] - Missing XML prolog in wicket-extensions panel htmls
>    * [WICKET-2600] - Redirect to home page still does not work (regression)
>    * [WICKET-2606] - Enclosure reports incorrect component id for
> missing components inside the enclosure
>    * [WICKET-2609] - EnumChoiceRenderer misbehaves with anonymous enum classes
>    * [WICKET-2613] - Content-Length Issue with 1.4.4
>    * [WICKET-2617] - ModalWindow can't be shown when it is rendered
> with ajax request
>    * [WICKET-2621] - Ajax buttons inside ModalWindows don't submit properly
> 
> ** Improvement
>    * [WICKET-1888] - FormComponents (and subclasses) should be able
> to provide their own resource bundles
>    * [WICKET-2247] - IndexedHybridUrlCodingStrategy constructor
> should accept a redirectOnBookmarkableRequest boolan
>    * [WICKET-2428] - AbstractSingleSelectChoice: custom resource key
> for null option
>    * [WICKET-2592] - Add support for arbitrary PageParameters values
> in QueryStringUrlCodingStrategy
>    * [WICKET-2597] - The PagingNavigator.newNavigation method does
> not provide a markup id of the element to create an navigation for
>    * [WICKET-2602] - Display upload progress bar only when a file is selected
>    * [WICKET-2603] - javadoc update
>    * [WICKET-2604] - Add another german Wicket book


Re: [vote] release wicket 1.4.5

Posted by Johan Compagner <jc...@gmail.com>.
we had this discussion before about the size call
and thats just by design
you can ache the result and remove it in detach

On 19/12/2009, bht@actrix.gen.nz <bh...@actrix.gen.nz> wrote:
> What about
> https://issues.apache.org/jira/browse/WICKET-2532 ?
>
> I guess it will probably have to wait, but is there anything wrong
> with it otherwise?
>
> Best regards,
>
> Bernard
>
>
> On Thu, 17 Dec 2009 15:43:33 -0800, you wrote:
>
>>thats what happens when people assign fix versions instead of letting
>>devs do it, the issues get lost. it will have to wait for 1.4.6
>>
>>-igor
>>
>>On Thu, Dec 17, 2009 at 3:36 PM, adw <aw...@op.pl> wrote:
>>>
>>> What about https://issues.apache.org/jira/browse/WICKET-2620 ?
>>> It is incorrectly assigned to 1.4.4 but still open, the issues related to
>>> DataTable, thead persist over several versions...
>
>

Re: [vote] release wicket 1.4.5

Posted by bh...@actrix.gen.nz.
What about
https://issues.apache.org/jira/browse/WICKET-2532 ?

I guess it will probably have to wait, but is there anything wrong
with it otherwise?

Best regards,

Bernard


On Thu, 17 Dec 2009 15:43:33 -0800, you wrote:

>thats what happens when people assign fix versions instead of letting
>devs do it, the issues get lost. it will have to wait for 1.4.6
>
>-igor
>
>On Thu, Dec 17, 2009 at 3:36 PM, adw <aw...@op.pl> wrote:
>>
>> What about https://issues.apache.org/jira/browse/WICKET-2620 ?
>> It is incorrectly assigned to 1.4.4 but still open, the issues related to
>> DataTable, thead persist over several versions...


Re: [vote] release wicket 1.4.5

Posted by Igor Vaynberg <ig...@gmail.com>.
thats what happens when people assign fix versions instead of letting
devs do it, the issues get lost. it will have to wait for 1.4.6

-igor

On Thu, Dec 17, 2009 at 3:36 PM, adw <aw...@op.pl> wrote:
>
> What about https://issues.apache.org/jira/browse/WICKET-2620 ?
> It is incorrectly assigned to 1.4.4 but still open, the issues related to
> DataTable, thead persist over several versions...
>
> Best regards,
> Adam
>
> --
> View this message in context: http://old.nabble.com/-vote--release-wicket-1.4.5-tp26821003p26836875.html
> Sent from the Wicket - Dev mailing list archive at Nabble.com.
>
>

Re: [vote] release wicket 1.4.5

Posted by adw <aw...@op.pl>.
What about https://issues.apache.org/jira/browse/WICKET-2620 ?
It is incorrectly assigned to 1.4.4 but still open, the issues related to
DataTable, thead persist over several versions...

Best regards,
Adam

-- 
View this message in context: http://old.nabble.com/-vote--release-wicket-1.4.5-tp26821003p26836875.html
Sent from the Wicket - Dev mailing list archive at Nabble.com.


Re: [vote] release wicket 1.4.5

Posted by "NHSoft.YHW" <nh...@gmail.com>.
[X] Yes, release 

[WICKET-2613] - Content-Length Issue with 1.4.4
[WICKET-2617] - ModalWindow can't be shown when it is rendered with ajax
request


igor.vaynberg wrote:
> 
> this vote is to release wicket 1.4.5
> 
> this build fixes some critical problems with 1.4.4, namely WICKET-2613
> and some modal-window related issues.
> 
> branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.5/
> artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.5/
> changelog:
> https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&pid=12310561&fixfor=12314441
> (and below)
> 
> vote ends Saturday 5pm gmt-8
> 
> thank you.
> 
> -igor
> 
> 
> Release Notes - Wicket - Version 1.4.5
> 
> 
> ** Bug
>     * [WICKET-2598] - Some components still escape non-ASCII symbols by
> default
>     * [WICKET-2599] - Missing XML prolog in wicket-extensions panel htmls
>     * [WICKET-2600] - Redirect to home page still does not work
> (regression)
>     * [WICKET-2606] - Enclosure reports incorrect component id for
> missing components inside the enclosure
>     * [WICKET-2609] - EnumChoiceRenderer misbehaves with anonymous enum
> classes
>     * [WICKET-2613] - Content-Length Issue with 1.4.4
>     * [WICKET-2617] - ModalWindow can't be shown when it is rendered
> with ajax request
>     * [WICKET-2621] - Ajax buttons inside ModalWindows don't submit
> properly
> 
> ** Improvement
>     * [WICKET-1888] - FormComponents (and subclasses) should be able
> to provide their own resource bundles
>     * [WICKET-2247] - IndexedHybridUrlCodingStrategy constructor
> should accept a redirectOnBookmarkableRequest boolan
>     * [WICKET-2428] - AbstractSingleSelectChoice: custom resource key
> for null option
>     * [WICKET-2592] - Add support for arbitrary PageParameters values
> in QueryStringUrlCodingStrategy
>     * [WICKET-2597] - The PagingNavigator.newNavigation method does
> not provide a markup id of the element to create an navigation for
>     * [WICKET-2602] - Display upload progress bar only when a file is
> selected
>     * [WICKET-2603] - javadoc update
>     * [WICKET-2604] - Add another german Wicket book
> 
> 

-- 
View this message in context: http://old.nabble.com/-vote--release-wicket-1.4.5-tp26821003p26823147.html
Sent from the Wicket - Dev mailing list archive at Nabble.com.


Re: [vote] release wicket 1.4.5

Posted by Daniel Lipski <da...@gmail.com>.
+1. 

WICKET-2613 for XMas ;)


igor.vaynberg wrote:
> 
> this vote is to release wicket 1.4.5
> 
> this build fixes some critical problems with 1.4.4, namely WICKET-2613
> and some modal-window related issues.
> 
> branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.5/
> artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.5/
> changelog:
> https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&pid=12310561&fixfor=12314441
> (and below)
> 
> vote ends Saturday 5pm gmt-8
> 
> thank you.
> 
> -igor
> 
> 
> Release Notes - Wicket - Version 1.4.5
> 
> 
> ** Bug
>     * [WICKET-2598] - Some components still escape non-ASCII symbols by
> default
>     * [WICKET-2599] - Missing XML prolog in wicket-extensions panel htmls
>     * [WICKET-2600] - Redirect to home page still does not work
> (regression)
>     * [WICKET-2606] - Enclosure reports incorrect component id for
> missing components inside the enclosure
>     * [WICKET-2609] - EnumChoiceRenderer misbehaves with anonymous enum
> classes
>     * [WICKET-2613] - Content-Length Issue with 1.4.4
>     * [WICKET-2617] - ModalWindow can't be shown when it is rendered
> with ajax request
>     * [WICKET-2621] - Ajax buttons inside ModalWindows don't submit
> properly
> 
> ** Improvement
>     * [WICKET-1888] - FormComponents (and subclasses) should be able
> to provide their own resource bundles
>     * [WICKET-2247] - IndexedHybridUrlCodingStrategy constructor
> should accept a redirectOnBookmarkableRequest boolan
>     * [WICKET-2428] - AbstractSingleSelectChoice: custom resource key
> for null option
>     * [WICKET-2592] - Add support for arbitrary PageParameters values
> in QueryStringUrlCodingStrategy
>     * [WICKET-2597] - The PagingNavigator.newNavigation method does
> not provide a markup id of the element to create an navigation for
>     * [WICKET-2602] - Display upload progress bar only when a file is
> selected
>     * [WICKET-2603] - javadoc update
>     * [WICKET-2604] - Add another german Wicket book
> 
> 

-- 
View this message in context: http://old.nabble.com/-vote--release-wicket-1.4.5-tp26821003p26840556.html
Sent from the Wicket - Dev mailing list archive at Nabble.com.


Re: [vote] release wicket 1.4.5

Posted by Johan Compagner <jc...@gmail.com>.
+1
----- Original message -----
> this vote is to release wicket 1.4.5
>
> this build fixes some critical problems with 1.4.4, namely WICKET-2613
> and some modal-window related issues.
>
> branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.5/
> artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.5/
> changelog:
> https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&pid=12310561&fixfor=12314441
> (and below)
>
> vote ends Saturday 5pm gmt-8
>
> thank you.
>
> -igor
>
>
> Release Notes - Wicket - Version 1.4.5
>
>
> ** Bug
>        * [WICKET-2598] - Some components still escape non-ASCII symbols by default
>        * [WICKET-2599] - Missing XML prolog in wicket-extensions panel htmls
>        * [WICKET-2600] - Redirect to home page still does not work (regression)
>        * [WICKET-2606] - Enclosure reports incorrect component id for
> missing components inside the enclosure
>        * [WICKET-2609] - EnumChoiceRenderer misbehaves with anonymous enum classes
>        * [WICKET-2613] - Content-Length Issue with 1.4.4
>        * [WICKET-2617] - ModalWindow can't be shown when it is rendered
> with ajax request
>        * [WICKET-2621] - Ajax buttons inside ModalWindows don't submit properly
>
> ** Improvement
>        * [WICKET-1888] - FormComponents (and subclasses) should be able
> to provide their own resource bundles
>        * [WICKET-2247] - IndexedHybridUrlCodingStrategy constructor
> should accept a redirectOnBookmarkableRequest boolan
>        * [WICKET-2428] - AbstractSingleSelectChoice: custom resource key
> for null option
>        * [WICKET-2592] - Add support for arbitrary PageParameters values
> in QueryStringUrlCodingStrategy
>        * [WICKET-2597] - The PagingNavigator.newNavigation method does
> not provide a markup id of the element to create an navigation for
>        * [WICKET-2602] - Display upload progress bar only when a file is selected
>        * [WICKET-2603] - javadoc update
>        * [WICKET-2604] - Add another german Wicket book


Re: [vote] release wicket 1.4.5

Posted by Douglas Ferguson <do...@douglasferguson.us>.
+1

On Dec 16, 2009, at 6:15 PM, Igor Vaynberg wrote:

> this vote is to release wicket 1.4.5
>
> this build fixes some critical problems with 1.4.4, namely WICKET-2613
> and some modal-window related issues.
>
> branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.5/
> artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.5/
> changelog: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&pid=12310561&fixfor=12314441
> (and below)
>
> vote ends Saturday 5pm gmt-8
>
> thank you.
>
> -igor
>
>
> Release Notes - Wicket - Version 1.4.5
>
>
> ** Bug
>    * [WICKET-2598] - Some components still escape non-ASCII symbols by default
>    * [WICKET-2599] - Missing XML prolog in wicket-extensions panel htmls
>    * [WICKET-2600] - Redirect to home page still does not work (regression)
>    * [WICKET-2606] - Enclosure reports incorrect component id for
> missing components inside the enclosure
>    * [WICKET-2609] - EnumChoiceRenderer misbehaves with anonymous enum classes
>    * [WICKET-2613] - Content-Length Issue with 1.4.4
>    * [WICKET-2617] - ModalWindow can't be shown when it is rendered
> with ajax request
>    * [WICKET-2621] - Ajax buttons inside ModalWindows don't submit properly
>
> ** Improvement
>    * [WICKET-1888] - FormComponents (and subclasses) should be able
> to provide their own resource bundles
>    * [WICKET-2247] - IndexedHybridUrlCodingStrategy constructor
> should accept a redirectOnBookmarkableRequest boolan
>    * [WICKET-2428] - AbstractSingleSelectChoice: custom resource key
> for null option
>    * [WICKET-2592] - Add support for arbitrary PageParameters values
> in QueryStringUrlCodingStrategy
>    * [WICKET-2597] - The PagingNavigator.newNavigation method does
> not provide a markup id of the element to create an navigation for
>    * [WICKET-2602] - Display upload progress bar only when a file is selected
>    * [WICKET-2603] - javadoc update
>    * [WICKET-2604] - Add another german Wicket book


Re: [vote] release wicket 1.4.5

Posted by Martijn Dashorst <ma...@gmail.com>.
+1

On Thu, Dec 17, 2009 at 1:15 AM, Igor Vaynberg <ig...@gmail.com> wrote:
> this vote is to release wicket 1.4.5
>
> this build fixes some critical problems with 1.4.4, namely WICKET-2613
> and some modal-window related issues.
>
> branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.5/
> artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.5/
> changelog: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&pid=12310561&fixfor=12314441
> (and below)
>
> vote ends Saturday 5pm gmt-8
>
> thank you.
>
> -igor
>
>
> Release Notes - Wicket - Version 1.4.5
>
>
> ** Bug
>    * [WICKET-2598] - Some components still escape non-ASCII symbols by default
>    * [WICKET-2599] - Missing XML prolog in wicket-extensions panel htmls
>    * [WICKET-2600] - Redirect to home page still does not work (regression)
>    * [WICKET-2606] - Enclosure reports incorrect component id for
> missing components inside the enclosure
>    * [WICKET-2609] - EnumChoiceRenderer misbehaves with anonymous enum classes
>    * [WICKET-2613] - Content-Length Issue with 1.4.4
>    * [WICKET-2617] - ModalWindow can't be shown when it is rendered
> with ajax request
>    * [WICKET-2621] - Ajax buttons inside ModalWindows don't submit properly
>
> ** Improvement
>    * [WICKET-1888] - FormComponents (and subclasses) should be able
> to provide their own resource bundles
>    * [WICKET-2247] - IndexedHybridUrlCodingStrategy constructor
> should accept a redirectOnBookmarkableRequest boolan
>    * [WICKET-2428] - AbstractSingleSelectChoice: custom resource key
> for null option
>    * [WICKET-2592] - Add support for arbitrary PageParameters values
> in QueryStringUrlCodingStrategy
>    * [WICKET-2597] - The PagingNavigator.newNavigation method does
> not provide a markup id of the element to create an navigation for
>    * [WICKET-2602] - Display upload progress bar only when a file is selected
>    * [WICKET-2603] - javadoc update
>    * [WICKET-2604] - Add another german Wicket book
>



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