You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martijn Dashorst <ma...@gmail.com> on 2013/03/22 16:40:06 UTC

[VOTE] Release Apache Wicket 6.7.0

This is a vote to release Apache Wicket 6.7.0

Please download the source distributions found in our staging area
linked below.

I have included the signatures for both the source archives. This vote
lasts for 72 hours minimum.

[ ] Yes, release Apache Wicket 6.7.0
[ ] No, don't release Apache Wicket 6.7.0, because ...

Distributions, changelog, keys and signatures can be found at:

    https://dist.apache.org/repos/dist/dev/wicket/6.7.0

Staging repository:

    https://repository.apache.org/content/repositories/orgapachewicket-014/

The binaries are available in the above link, as are a staging
repository for Maven. Typically the vote is on the source, but should
you find a problem with one of the binaries, please let me know, I can
re-roll them some way or the other.

Here are the signatures for the source release artifacts:

GPG Signature for apache-wicket-6.7.0.tar.gz.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (Darwin)

iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UXw+wCeP+da6MQS+3X5qwDviAbrSylh
AnQAnRyuPvMuKP8nqsSISB0MV57/xm22
=ueds
-----END PGP SIGNATURE-----

GPG Signature for apache-wicket-6.7.0.zip.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (Darwin)

iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UU1YQCeMVnFr2D5yEXF28BbXQNhNz32
7lwAoMRtMMTKkfCVXnon564pkij5pQxA
=tWH6
-----END PGP SIGNATURE-----

Release Notes - Wicket - Version 6.7.0

** Bug

    * [WICKET-4803] - UrlDecoder should log a message when invalid
input is provided
    * [WICKET-4871] - wicket-atmosphere version mismatch with wicket-example-jar
    * [WICKET-4903] - relativeUrl's begins with ./
    * [WICKET-4907] - UrlResourceReference generates broken relative URLs
    * [WICKET-4942] - Double slash '//' in starting url makes
Url.parse output a relative Url
    * [WICKET-4989] - WicketTester should send copies of its cookies
    * [WICKET-4995] - Using CryptoMapper causes page to render twice
    * [WICKET-5039] - Manual invocation of FunctionsExecutor#notify() is broken
    * [WICKET-5041] - DefaultCssAutoCompleteTextField should have
Constructor (String id)
    * [WICKET-5044] - Atmosphere + DateLabel
    * [WICKET-5045] - Upgrade Atmosphere to 1.0.10
    * [WICKET-5047] - Wicket Ajax: Inline script header contribution issue
    * [WICKET-5048] - Inline enclosures don't work with different namespace
    * [WICKET-5049] - Wicket Session may be null in
SessionBindingListener after deserialization
    * [WICKET-5052] - @SpringBean fails to invoke methods on bean with
non-public methods
    * [WICKET-5053] - "random" parameters is now "_" with jQuery Ajax
    * [WICKET-5054] - Possible bug in
org.apache.wicket.util.lang.Packages when building path with repeating
names
    * [WICKET-5055] - AutoComplete still triggers redundant events to
registered change listener
    * [WICKET-5061] - EnclosureHandler ignores wicket:xyz elements as children
    * [WICKET-5067] - SelectOptions fails to render text on openClose tag
    * [WICKET-5072] - Cookies#isEqual(Cookie, Cookie) may fail with
NullPointerException
    * [WICKET-5073] - UrlRenderer#removeCommonPrefixes() fails when
contextPath+filterPrefix has more segments than the argument
    * [WICKET-5075] - When modal window is closed page scrolls to top
    * [WICKET-5076] - form#onSubmit() is called on just replaced nested forms
    * [WICKET-5078] - RestartResponseException broken with page
instance and bookmarkable page
    * [WICKET-5080] - FilterToolbar.html contains javascript that is
used elsewhere
    * [WICKET-5082] - Ajax update renders parent/child JS in different
order than initial Page render
    * [WICKET-5085] - InlineEnclosure are piling up on each render
    * [WICKET-5093] - The event listener in Wicket.Ajax.ajax() should
not return the value of attrs.ad (allowDefault)
    * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true)
prevents access to *all* non-mounted bookmarkable pages
    * [WICKET-5098] - PackageResourceBlockedException under Windows
for *.js files in web app's own packages, not in jars
    * [WICKET-5102] - wicket-bean-validation: Bean validation
PropertyValidator only works with direct field access
    * [WICKET-5103] - Wicket session id not up to date when container
changes session id

** Improvement

    * [WICKET-4115] - SignInPanel should not always redirect to the
Home page when the user is signed-in automaticaly with the remember-me
feature.
    * [WICKET-5005] - Add Utility to allow conversion from Panel (or
Component) to html String
    * [WICKET-5038] - Add equals() and hashcode() implementation to
INamedParameters.NamedPair
    * [WICKET-5046] - NumberTextField should use appropriate validator
    * [WICKET-5050] - AutoComplete should not request suggestions if
input is no longer active element
    * [WICKET-5057] - FilteringHeaderResponse requires a usage of
FilteringHeaderResponse.IHeaderResponseFilter for no reason when
FilteredHeaderItem is used
    * [WICKET-5062] - Update the list of HTML void elements with the
latest HTML5 ones
    * [WICKET-5065] - Improve UrlRenderer to be able to render urls
without scheme and/or host
    * [WICKET-5066] - Allow PackageResource to decide itself whether
it could be accepted or not
    * [WICKET-5074] - Improvement for MockHttpServletRequest and
FormTester to support 'multiple' input type of fileUpload
    * [WICKET-5079] - Allow WebApplication-specific Spring configuration
    * [WICKET-5088] - The Bootstrap class does not provide a handle
for the CSSResourceReferences.
    * [WICKET-5089] - Make MultiFileUploadField's ResourceReference JS
public to be able to include in Application's getResourceBundles.
    * [WICKET-5090] - Add path syntax to MarkupContainer#get( String )
    * [WICKET-5091] - Extract the short names of the ajax attributes
as a constants
    * [WICKET-5095] - Upgrade Wicket Native WebSocket to Jetty 9.0.0
    * [WICKET-5096] - Add setStep method to NumberTextField
    * [WICKET-5105] - JavaDoc of IHeaderContributor is outdated
    * [WICKET-5111] - Upgrade bootstrap to 2.3.1

** Task

    * [WICKET-5097] - Deprecate BaseWicketTester#startComponent(Component)

** Test

    * [WICKET-5042] - Cleanup FilteringHeaderResponseTest to make it
more readable

Re: [VOTE] Release Apache Wicket 6.7.0

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

On Fri, Mar 22, 2013 at 5:08 PM, Igor Vaynberg <ig...@gmail.com> wrote:
> +1 to release
>
> -igor
>
> On Fri, Mar 22, 2013 at 8:40 AM, Martijn Dashorst
> <ma...@gmail.com> wrote:
>> This is a vote to release Apache Wicket 6.7.0
>>
>> Please download the source distributions found in our staging area
>> linked below.
>>
>> I have included the signatures for both the source archives. This vote
>> lasts for 72 hours minimum.
>>
>> [ ] Yes, release Apache Wicket 6.7.0
>> [ ] No, don't release Apache Wicket 6.7.0, because ...
>>
>> Distributions, changelog, keys and signatures can be found at:
>>
>>     https://dist.apache.org/repos/dist/dev/wicket/6.7.0
>>
>> Staging repository:
>>
>>     https://repository.apache.org/content/repositories/orgapachewicket-014/
>>
>> The binaries are available in the above link, as are a staging
>> repository for Maven. Typically the vote is on the source, but should
>> you find a problem with one of the binaries, please let me know, I can
>> re-roll them some way or the other.
>>
>> Here are the signatures for the source release artifacts:
>>
>> GPG Signature for apache-wicket-6.7.0.tar.gz.asc
>>
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.13 (Darwin)
>>
>> iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UXw+wCeP+da6MQS+3X5qwDviAbrSylh
>> AnQAnRyuPvMuKP8nqsSISB0MV57/xm22
>> =ueds
>> -----END PGP SIGNATURE-----
>>
>> GPG Signature for apache-wicket-6.7.0.zip.asc
>>
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.13 (Darwin)
>>
>> iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UU1YQCeMVnFr2D5yEXF28BbXQNhNz32
>> 7lwAoMRtMMTKkfCVXnon564pkij5pQxA
>> =tWH6
>> -----END PGP SIGNATURE-----
>>
>> Release Notes - Wicket - Version 6.7.0
>>
>> ** Bug
>>
>>     * [WICKET-4803] - UrlDecoder should log a message when invalid
>> input is provided
>>     * [WICKET-4871] - wicket-atmosphere version mismatch with wicket-example-jar
>>     * [WICKET-4903] - relativeUrl's begins with ./
>>     * [WICKET-4907] - UrlResourceReference generates broken relative URLs
>>     * [WICKET-4942] - Double slash '//' in starting url makes
>> Url.parse output a relative Url
>>     * [WICKET-4989] - WicketTester should send copies of its cookies
>>     * [WICKET-4995] - Using CryptoMapper causes page to render twice
>>     * [WICKET-5039] - Manual invocation of FunctionsExecutor#notify() is broken
>>     * [WICKET-5041] - DefaultCssAutoCompleteTextField should have
>> Constructor (String id)
>>     * [WICKET-5044] - Atmosphere + DateLabel
>>     * [WICKET-5045] - Upgrade Atmosphere to 1.0.10
>>     * [WICKET-5047] - Wicket Ajax: Inline script header contribution issue
>>     * [WICKET-5048] - Inline enclosures don't work with different namespace
>>     * [WICKET-5049] - Wicket Session may be null in
>> SessionBindingListener after deserialization
>>     * [WICKET-5052] - @SpringBean fails to invoke methods on bean with
>> non-public methods
>>     * [WICKET-5053] - "random" parameters is now "_" with jQuery Ajax
>>     * [WICKET-5054] - Possible bug in
>> org.apache.wicket.util.lang.Packages when building path with repeating
>> names
>>     * [WICKET-5055] - AutoComplete still triggers redundant events to
>> registered change listener
>>     * [WICKET-5061] - EnclosureHandler ignores wicket:xyz elements as children
>>     * [WICKET-5067] - SelectOptions fails to render text on openClose tag
>>     * [WICKET-5072] - Cookies#isEqual(Cookie, Cookie) may fail with
>> NullPointerException
>>     * [WICKET-5073] - UrlRenderer#removeCommonPrefixes() fails when
>> contextPath+filterPrefix has more segments than the argument
>>     * [WICKET-5075] - When modal window is closed page scrolls to top
>>     * [WICKET-5076] - form#onSubmit() is called on just replaced nested forms
>>     * [WICKET-5078] - RestartResponseException broken with page
>> instance and bookmarkable page
>>     * [WICKET-5080] - FilterToolbar.html contains javascript that is
>> used elsewhere
>>     * [WICKET-5082] - Ajax update renders parent/child JS in different
>> order than initial Page render
>>     * [WICKET-5085] - InlineEnclosure are piling up on each render
>>     * [WICKET-5093] - The event listener in Wicket.Ajax.ajax() should
>> not return the value of attrs.ad (allowDefault)
>>     * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true)
>> prevents access to *all* non-mounted bookmarkable pages
>>     * [WICKET-5098] - PackageResourceBlockedException under Windows
>> for *.js files in web app's own packages, not in jars
>>     * [WICKET-5102] - wicket-bean-validation: Bean validation
>> PropertyValidator only works with direct field access
>>     * [WICKET-5103] - Wicket session id not up to date when container
>> changes session id
>>
>> ** Improvement
>>
>>     * [WICKET-4115] - SignInPanel should not always redirect to the
>> Home page when the user is signed-in automaticaly with the remember-me
>> feature.
>>     * [WICKET-5005] - Add Utility to allow conversion from Panel (or
>> Component) to html String
>>     * [WICKET-5038] - Add equals() and hashcode() implementation to
>> INamedParameters.NamedPair
>>     * [WICKET-5046] - NumberTextField should use appropriate validator
>>     * [WICKET-5050] - AutoComplete should not request suggestions if
>> input is no longer active element
>>     * [WICKET-5057] - FilteringHeaderResponse requires a usage of
>> FilteringHeaderResponse.IHeaderResponseFilter for no reason when
>> FilteredHeaderItem is used
>>     * [WICKET-5062] - Update the list of HTML void elements with the
>> latest HTML5 ones
>>     * [WICKET-5065] - Improve UrlRenderer to be able to render urls
>> without scheme and/or host
>>     * [WICKET-5066] - Allow PackageResource to decide itself whether
>> it could be accepted or not
>>     * [WICKET-5074] - Improvement for MockHttpServletRequest and
>> FormTester to support 'multiple' input type of fileUpload
>>     * [WICKET-5079] - Allow WebApplication-specific Spring configuration
>>     * [WICKET-5088] - The Bootstrap class does not provide a handle
>> for the CSSResourceReferences.
>>     * [WICKET-5089] - Make MultiFileUploadField's ResourceReference JS
>> public to be able to include in Application's getResourceBundles.
>>     * [WICKET-5090] - Add path syntax to MarkupContainer#get( String )
>>     * [WICKET-5091] - Extract the short names of the ajax attributes
>> as a constants
>>     * [WICKET-5095] - Upgrade Wicket Native WebSocket to Jetty 9.0.0
>>     * [WICKET-5096] - Add setStep method to NumberTextField
>>     * [WICKET-5105] - JavaDoc of IHeaderContributor is outdated
>>     * [WICKET-5111] - Upgrade bootstrap to 2.3.1
>>
>> ** Task
>>
>>     * [WICKET-5097] - Deprecate BaseWicketTester#startComponent(Component)
>>
>> ** Test
>>
>>     * [WICKET-5042] - Cleanup FilteringHeaderResponseTest to make it
>> more readable



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

Re: [VOTE] Release Apache Wicket 6.7.0

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

-igor

On Fri, Mar 22, 2013 at 8:40 AM, Martijn Dashorst
<ma...@gmail.com> wrote:
> This is a vote to release Apache Wicket 6.7.0
>
> Please download the source distributions found in our staging area
> linked below.
>
> I have included the signatures for both the source archives. This vote
> lasts for 72 hours minimum.
>
> [ ] Yes, release Apache Wicket 6.7.0
> [ ] No, don't release Apache Wicket 6.7.0, because ...
>
> Distributions, changelog, keys and signatures can be found at:
>
>     https://dist.apache.org/repos/dist/dev/wicket/6.7.0
>
> Staging repository:
>
>     https://repository.apache.org/content/repositories/orgapachewicket-014/
>
> The binaries are available in the above link, as are a staging
> repository for Maven. Typically the vote is on the source, but should
> you find a problem with one of the binaries, please let me know, I can
> re-roll them some way or the other.
>
> Here are the signatures for the source release artifacts:
>
> GPG Signature for apache-wicket-6.7.0.tar.gz.asc
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.13 (Darwin)
>
> iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UXw+wCeP+da6MQS+3X5qwDviAbrSylh
> AnQAnRyuPvMuKP8nqsSISB0MV57/xm22
> =ueds
> -----END PGP SIGNATURE-----
>
> GPG Signature for apache-wicket-6.7.0.zip.asc
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.13 (Darwin)
>
> iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UU1YQCeMVnFr2D5yEXF28BbXQNhNz32
> 7lwAoMRtMMTKkfCVXnon564pkij5pQxA
> =tWH6
> -----END PGP SIGNATURE-----
>
> Release Notes - Wicket - Version 6.7.0
>
> ** Bug
>
>     * [WICKET-4803] - UrlDecoder should log a message when invalid
> input is provided
>     * [WICKET-4871] - wicket-atmosphere version mismatch with wicket-example-jar
>     * [WICKET-4903] - relativeUrl's begins with ./
>     * [WICKET-4907] - UrlResourceReference generates broken relative URLs
>     * [WICKET-4942] - Double slash '//' in starting url makes
> Url.parse output a relative Url
>     * [WICKET-4989] - WicketTester should send copies of its cookies
>     * [WICKET-4995] - Using CryptoMapper causes page to render twice
>     * [WICKET-5039] - Manual invocation of FunctionsExecutor#notify() is broken
>     * [WICKET-5041] - DefaultCssAutoCompleteTextField should have
> Constructor (String id)
>     * [WICKET-5044] - Atmosphere + DateLabel
>     * [WICKET-5045] - Upgrade Atmosphere to 1.0.10
>     * [WICKET-5047] - Wicket Ajax: Inline script header contribution issue
>     * [WICKET-5048] - Inline enclosures don't work with different namespace
>     * [WICKET-5049] - Wicket Session may be null in
> SessionBindingListener after deserialization
>     * [WICKET-5052] - @SpringBean fails to invoke methods on bean with
> non-public methods
>     * [WICKET-5053] - "random" parameters is now "_" with jQuery Ajax
>     * [WICKET-5054] - Possible bug in
> org.apache.wicket.util.lang.Packages when building path with repeating
> names
>     * [WICKET-5055] - AutoComplete still triggers redundant events to
> registered change listener
>     * [WICKET-5061] - EnclosureHandler ignores wicket:xyz elements as children
>     * [WICKET-5067] - SelectOptions fails to render text on openClose tag
>     * [WICKET-5072] - Cookies#isEqual(Cookie, Cookie) may fail with
> NullPointerException
>     * [WICKET-5073] - UrlRenderer#removeCommonPrefixes() fails when
> contextPath+filterPrefix has more segments than the argument
>     * [WICKET-5075] - When modal window is closed page scrolls to top
>     * [WICKET-5076] - form#onSubmit() is called on just replaced nested forms
>     * [WICKET-5078] - RestartResponseException broken with page
> instance and bookmarkable page
>     * [WICKET-5080] - FilterToolbar.html contains javascript that is
> used elsewhere
>     * [WICKET-5082] - Ajax update renders parent/child JS in different
> order than initial Page render
>     * [WICKET-5085] - InlineEnclosure are piling up on each render
>     * [WICKET-5093] - The event listener in Wicket.Ajax.ajax() should
> not return the value of attrs.ad (allowDefault)
>     * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true)
> prevents access to *all* non-mounted bookmarkable pages
>     * [WICKET-5098] - PackageResourceBlockedException under Windows
> for *.js files in web app's own packages, not in jars
>     * [WICKET-5102] - wicket-bean-validation: Bean validation
> PropertyValidator only works with direct field access
>     * [WICKET-5103] - Wicket session id not up to date when container
> changes session id
>
> ** Improvement
>
>     * [WICKET-4115] - SignInPanel should not always redirect to the
> Home page when the user is signed-in automaticaly with the remember-me
> feature.
>     * [WICKET-5005] - Add Utility to allow conversion from Panel (or
> Component) to html String
>     * [WICKET-5038] - Add equals() and hashcode() implementation to
> INamedParameters.NamedPair
>     * [WICKET-5046] - NumberTextField should use appropriate validator
>     * [WICKET-5050] - AutoComplete should not request suggestions if
> input is no longer active element
>     * [WICKET-5057] - FilteringHeaderResponse requires a usage of
> FilteringHeaderResponse.IHeaderResponseFilter for no reason when
> FilteredHeaderItem is used
>     * [WICKET-5062] - Update the list of HTML void elements with the
> latest HTML5 ones
>     * [WICKET-5065] - Improve UrlRenderer to be able to render urls
> without scheme and/or host
>     * [WICKET-5066] - Allow PackageResource to decide itself whether
> it could be accepted or not
>     * [WICKET-5074] - Improvement for MockHttpServletRequest and
> FormTester to support 'multiple' input type of fileUpload
>     * [WICKET-5079] - Allow WebApplication-specific Spring configuration
>     * [WICKET-5088] - The Bootstrap class does not provide a handle
> for the CSSResourceReferences.
>     * [WICKET-5089] - Make MultiFileUploadField's ResourceReference JS
> public to be able to include in Application's getResourceBundles.
>     * [WICKET-5090] - Add path syntax to MarkupContainer#get( String )
>     * [WICKET-5091] - Extract the short names of the ajax attributes
> as a constants
>     * [WICKET-5095] - Upgrade Wicket Native WebSocket to Jetty 9.0.0
>     * [WICKET-5096] - Add setStep method to NumberTextField
>     * [WICKET-5105] - JavaDoc of IHeaderContributor is outdated
>     * [WICKET-5111] - Upgrade bootstrap to 2.3.1
>
> ** Task
>
>     * [WICKET-5097] - Deprecate BaseWicketTester#startComponent(Component)
>
> ** Test
>
>     * [WICKET-5042] - Cleanup FilteringHeaderResponseTest to make it
> more readable

Re: [VOTE] Release Apache Wicket 6.7.0

Posted by Sebastien <se...@gmail.com>.
[x] Yes, release Apache Wicket 6.7.0 - (non binding)

On Fri, Mar 22, 2013 at 4:40 PM, Martijn Dashorst <
martijn.dashorst@gmail.com> wrote:

> This is a vote to release Apache Wicket 6.7.0
>
> Please download the source distributions found in our staging area
> linked below.
>
> I have included the signatures for both the source archives. This vote
> lasts for 72 hours minimum.
>
> [ ] Yes, release Apache Wicket 6.7.0
> [ ] No, don't release Apache Wicket 6.7.0, because ...
>
> Distributions, changelog, keys and signatures can be found at:
>
>     https://dist.apache.org/repos/dist/dev/wicket/6.7.0
>
> Staging repository:
>
>
> https://repository.apache.org/content/repositories/orgapachewicket-014/
>
> The binaries are available in the above link, as are a staging
> repository for Maven. Typically the vote is on the source, but should
> you find a problem with one of the binaries, please let me know, I can
> re-roll them some way or the other.
>
> Here are the signatures for the source release artifacts:
>
> GPG Signature for apache-wicket-6.7.0.tar.gz.asc
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.13 (Darwin)
>
> iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UXw+wCeP+da6MQS+3X5qwDviAbrSylh
> AnQAnRyuPvMuKP8nqsSISB0MV57/xm22
> =ueds
> -----END PGP SIGNATURE-----
>
> GPG Signature for apache-wicket-6.7.0.zip.asc
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.13 (Darwin)
>
> iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UU1YQCeMVnFr2D5yEXF28BbXQNhNz32
> 7lwAoMRtMMTKkfCVXnon564pkij5pQxA
> =tWH6
> -----END PGP SIGNATURE-----
>
> Release Notes - Wicket - Version 6.7.0
>
> ** Bug
>
>     * [WICKET-4803] - UrlDecoder should log a message when invalid
> input is provided
>     * [WICKET-4871] - wicket-atmosphere version mismatch with
> wicket-example-jar
>     * [WICKET-4903] - relativeUrl's begins with ./
>     * [WICKET-4907] - UrlResourceReference generates broken relative URLs
>     * [WICKET-4942] - Double slash '//' in starting url makes
> Url.parse output a relative Url
>     * [WICKET-4989] - WicketTester should send copies of its cookies
>     * [WICKET-4995] - Using CryptoMapper causes page to render twice
>     * [WICKET-5039] - Manual invocation of FunctionsExecutor#notify() is
> broken
>     * [WICKET-5041] - DefaultCssAutoCompleteTextField should have
> Constructor (String id)
>     * [WICKET-5044] - Atmosphere + DateLabel
>     * [WICKET-5045] - Upgrade Atmosphere to 1.0.10
>     * [WICKET-5047] - Wicket Ajax: Inline script header contribution issue
>     * [WICKET-5048] - Inline enclosures don't work with different namespace
>     * [WICKET-5049] - Wicket Session may be null in
> SessionBindingListener after deserialization
>     * [WICKET-5052] - @SpringBean fails to invoke methods on bean with
> non-public methods
>     * [WICKET-5053] - "random" parameters is now "_" with jQuery Ajax
>     * [WICKET-5054] - Possible bug in
> org.apache.wicket.util.lang.Packages when building path with repeating
> names
>     * [WICKET-5055] - AutoComplete still triggers redundant events to
> registered change listener
>     * [WICKET-5061] - EnclosureHandler ignores wicket:xyz elements as
> children
>     * [WICKET-5067] - SelectOptions fails to render text on openClose tag
>     * [WICKET-5072] - Cookies#isEqual(Cookie, Cookie) may fail with
> NullPointerException
>     * [WICKET-5073] - UrlRenderer#removeCommonPrefixes() fails when
> contextPath+filterPrefix has more segments than the argument
>     * [WICKET-5075] - When modal window is closed page scrolls to top
>     * [WICKET-5076] - form#onSubmit() is called on just replaced nested
> forms
>     * [WICKET-5078] - RestartResponseException broken with page
> instance and bookmarkable page
>     * [WICKET-5080] - FilterToolbar.html contains javascript that is
> used elsewhere
>     * [WICKET-5082] - Ajax update renders parent/child JS in different
> order than initial Page render
>     * [WICKET-5085] - InlineEnclosure are piling up on each render
>     * [WICKET-5093] - The event listener in Wicket.Ajax.ajax() should
> not return the value of attrs.ad (allowDefault)
>     * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true)
> prevents access to *all* non-mounted bookmarkable pages
>     * [WICKET-5098] - PackageResourceBlockedException under Windows
> for *.js files in web app's own packages, not in jars
>     * [WICKET-5102] - wicket-bean-validation: Bean validation
> PropertyValidator only works with direct field access
>     * [WICKET-5103] - Wicket session id not up to date when container
> changes session id
>
> ** Improvement
>
>     * [WICKET-4115] - SignInPanel should not always redirect to the
> Home page when the user is signed-in automaticaly with the remember-me
> feature.
>     * [WICKET-5005] - Add Utility to allow conversion from Panel (or
> Component) to html String
>     * [WICKET-5038] - Add equals() and hashcode() implementation to
> INamedParameters.NamedPair
>     * [WICKET-5046] - NumberTextField should use appropriate validator
>     * [WICKET-5050] - AutoComplete should not request suggestions if
> input is no longer active element
>     * [WICKET-5057] - FilteringHeaderResponse requires a usage of
> FilteringHeaderResponse.IHeaderResponseFilter for no reason when
> FilteredHeaderItem is used
>     * [WICKET-5062] - Update the list of HTML void elements with the
> latest HTML5 ones
>     * [WICKET-5065] - Improve UrlRenderer to be able to render urls
> without scheme and/or host
>     * [WICKET-5066] - Allow PackageResource to decide itself whether
> it could be accepted or not
>     * [WICKET-5074] - Improvement for MockHttpServletRequest and
> FormTester to support 'multiple' input type of fileUpload
>     * [WICKET-5079] - Allow WebApplication-specific Spring configuration
>     * [WICKET-5088] - The Bootstrap class does not provide a handle
> for the CSSResourceReferences.
>     * [WICKET-5089] - Make MultiFileUploadField's ResourceReference JS
> public to be able to include in Application's getResourceBundles.
>     * [WICKET-5090] - Add path syntax to MarkupContainer#get( String )
>     * [WICKET-5091] - Extract the short names of the ajax attributes
> as a constants
>     * [WICKET-5095] - Upgrade Wicket Native WebSocket to Jetty 9.0.0
>     * [WICKET-5096] - Add setStep method to NumberTextField
>     * [WICKET-5105] - JavaDoc of IHeaderContributor is outdated
>     * [WICKET-5111] - Upgrade bootstrap to 2.3.1
>
> ** Task
>
>     * [WICKET-5097] - Deprecate BaseWicketTester#startComponent(Component)
>
> ** Test
>
>     * [WICKET-5042] - Cleanup FilteringHeaderResponseTest to make it
> more readable
>

Re: [VOTE] Release Apache Wicket 6.7.0

Posted by Martijn Dashorst <ma...@gmail.com>.
Today is a hectic work day, so I'll start the build tonight (European time)

Martijn


On Mon, Apr 8, 2013 at 8:17 PM, Igor Vaynberg <ig...@gmail.com>wrote:

> friday is fine by me
>
> -igor
>
> On Mon, Apr 8, 2013 at 4:05 AM, Cedric Gatay <ce...@gatay.fr> wrote:
> > +1 for the 6.7.0 release on Friday.
> >
> > __
> > Cedric Gatay (@Cedric_Gatay <http://twitter.com/Cedric_Gatay>)
> > http://code-troopers.com | http://www.bloggure.info |
> http://cedric.gatay.fr
> >
> >
> > On Mon, Apr 8, 2013 at 11:43 AM, Andrea Del Bene <an.delbene@gmail.com
> >wrote:
> >
> >> +1 for keeping the schedule and release it on Friday.
> >>
> >>  as this release instance has failed, and a couple of weeks have gone by
> >>> due
> >>> to flu and catching up on work related projects, shall I craft a 6.7.0
> >>> release now or shall I wait until friday and continue our release
> schedule
> >>> (but release 6.7 instead of the scheduled 6.8?)
> >>>
> >>> My preference is wait until friday and maintaining the schedule.
> >>>
> >>> I don't have any objection of new stuff entering this particular
> release—
> >>> I
> >>> think 6.7.0 was just delayed a month due to unforeseen circumstances.
> >>>
> >>> Martijn
> >>>
> >>>
> >>> On Thu, Mar 28, 2013 at 6:23 PM, Martijn Dashorst <
> >>> martijn.dashorst@gmail.com> wrote:
> >>>
> >>>  On Thu, Mar 28, 2013 at 6:21 PM, Martijn Dashorst
> >>>> <ma...@gmail.com> wrote:
> >>>>
> >>>>> Well the vote didn't pass (didn't reach the required 3 +1
> >>>>> votes/majority), so there's no reason (yet) for a 6.7.1. Need to
> >>>>> re-roll 6.7.0 and restart the vote.
> >>>>>
> >>>> Also, I'm on a short holiday and don't know if I have the time to roll
> >>>> another release (6.7.0 or 6.7.1) until tuesday. My guess is there's no
> >>>> actual rush to get it out, other than striving to maintain the
> >>>> schedule.
> >>>>
> >>>> Martijn
> >>>>
> >>>>
> >>>
> >>>
> >>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

Re: [VOTE] Release Apache Wicket 6.7.0

Posted by Igor Vaynberg <ig...@gmail.com>.
friday is fine by me

-igor

On Mon, Apr 8, 2013 at 4:05 AM, Cedric Gatay <ce...@gatay.fr> wrote:
> +1 for the 6.7.0 release on Friday.
>
> __
> Cedric Gatay (@Cedric_Gatay <http://twitter.com/Cedric_Gatay>)
> http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr
>
>
> On Mon, Apr 8, 2013 at 11:43 AM, Andrea Del Bene <an...@gmail.com>wrote:
>
>> +1 for keeping the schedule and release it on Friday.
>>
>>  as this release instance has failed, and a couple of weeks have gone by
>>> due
>>> to flu and catching up on work related projects, shall I craft a 6.7.0
>>> release now or shall I wait until friday and continue our release schedule
>>> (but release 6.7 instead of the scheduled 6.8?)
>>>
>>> My preference is wait until friday and maintaining the schedule.
>>>
>>> I don't have any objection of new stuff entering this particular release—
>>> I
>>> think 6.7.0 was just delayed a month due to unforeseen circumstances.
>>>
>>> Martijn
>>>
>>>
>>> On Thu, Mar 28, 2013 at 6:23 PM, Martijn Dashorst <
>>> martijn.dashorst@gmail.com> wrote:
>>>
>>>  On Thu, Mar 28, 2013 at 6:21 PM, Martijn Dashorst
>>>> <ma...@gmail.com> wrote:
>>>>
>>>>> Well the vote didn't pass (didn't reach the required 3 +1
>>>>> votes/majority), so there's no reason (yet) for a 6.7.1. Need to
>>>>> re-roll 6.7.0 and restart the vote.
>>>>>
>>>> Also, I'm on a short holiday and don't know if I have the time to roll
>>>> another release (6.7.0 or 6.7.1) until tuesday. My guess is there's no
>>>> actual rush to get it out, other than striving to maintain the
>>>> schedule.
>>>>
>>>> Martijn
>>>>
>>>>
>>>
>>>
>>

Re: [VOTE] Release Apache Wicket 6.7.0

Posted by Cedric Gatay <ce...@gatay.fr>.
+1 for the 6.7.0 release on Friday.

__
Cedric Gatay (@Cedric_Gatay <http://twitter.com/Cedric_Gatay>)
http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr


On Mon, Apr 8, 2013 at 11:43 AM, Andrea Del Bene <an...@gmail.com>wrote:

> +1 for keeping the schedule and release it on Friday.
>
>  as this release instance has failed, and a couple of weeks have gone by
>> due
>> to flu and catching up on work related projects, shall I craft a 6.7.0
>> release now or shall I wait until friday and continue our release schedule
>> (but release 6.7 instead of the scheduled 6.8?)
>>
>> My preference is wait until friday and maintaining the schedule.
>>
>> I don't have any objection of new stuff entering this particular release—
>> I
>> think 6.7.0 was just delayed a month due to unforeseen circumstances.
>>
>> Martijn
>>
>>
>> On Thu, Mar 28, 2013 at 6:23 PM, Martijn Dashorst <
>> martijn.dashorst@gmail.com> wrote:
>>
>>  On Thu, Mar 28, 2013 at 6:21 PM, Martijn Dashorst
>>> <ma...@gmail.com> wrote:
>>>
>>>> Well the vote didn't pass (didn't reach the required 3 +1
>>>> votes/majority), so there's no reason (yet) for a 6.7.1. Need to
>>>> re-roll 6.7.0 and restart the vote.
>>>>
>>> Also, I'm on a short holiday and don't know if I have the time to roll
>>> another release (6.7.0 or 6.7.1) until tuesday. My guess is there's no
>>> actual rush to get it out, other than striving to maintain the
>>> schedule.
>>>
>>> Martijn
>>>
>>>
>>
>>
>

Re: [VOTE] Release Apache Wicket 6.7.0

Posted by Andrea Del Bene <an...@gmail.com>.
+1 for keeping the schedule and release it on Friday.
> as this release instance has failed, and a couple of weeks have gone by due
> to flu and catching up on work related projects, shall I craft a 6.7.0
> release now or shall I wait until friday and continue our release schedule
> (but release 6.7 instead of the scheduled 6.8?)
>
> My preference is wait until friday and maintaining the schedule.
>
> I don't have any objection of new stuff entering this particular release— I
> think 6.7.0 was just delayed a month due to unforeseen circumstances.
>
> Martijn
>
>
> On Thu, Mar 28, 2013 at 6:23 PM, Martijn Dashorst <
> martijn.dashorst@gmail.com> wrote:
>
>> On Thu, Mar 28, 2013 at 6:21 PM, Martijn Dashorst
>> <ma...@gmail.com> wrote:
>>> Well the vote didn't pass (didn't reach the required 3 +1
>>> votes/majority), so there's no reason (yet) for a 6.7.1. Need to
>>> re-roll 6.7.0 and restart the vote.
>> Also, I'm on a short holiday and don't know if I have the time to roll
>> another release (6.7.0 or 6.7.1) until tuesday. My guess is there's no
>> actual rush to get it out, other than striving to maintain the
>> schedule.
>>
>> Martijn
>>
>
>


Re: [VOTE] Release Apache Wicket 6.7.0

Posted by Martijn Dashorst <ma...@gmail.com>.
as this release instance has failed, and a couple of weeks have gone by due
to flu and catching up on work related projects, shall I craft a 6.7.0
release now or shall I wait until friday and continue our release schedule
(but release 6.7 instead of the scheduled 6.8?)

My preference is wait until friday and maintaining the schedule.

I don't have any objection of new stuff entering this particular release— I
think 6.7.0 was just delayed a month due to unforeseen circumstances.

Martijn


On Thu, Mar 28, 2013 at 6:23 PM, Martijn Dashorst <
martijn.dashorst@gmail.com> wrote:

> On Thu, Mar 28, 2013 at 6:21 PM, Martijn Dashorst
> <ma...@gmail.com> wrote:
> > Well the vote didn't pass (didn't reach the required 3 +1
> > votes/majority), so there's no reason (yet) for a 6.7.1. Need to
> > re-roll 6.7.0 and restart the vote.
>
> Also, I'm on a short holiday and don't know if I have the time to roll
> another release (6.7.0 or 6.7.1) until tuesday. My guess is there's no
> actual rush to get it out, other than striving to maintain the
> schedule.
>
> Martijn
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

Re: [VOTE] Release Apache Wicket 6.7.0

Posted by Martijn Dashorst <ma...@gmail.com>.
On Thu, Mar 28, 2013 at 6:21 PM, Martijn Dashorst
<ma...@gmail.com> wrote:
> Well the vote didn't pass (didn't reach the required 3 +1
> votes/majority), so there's no reason (yet) for a 6.7.1. Need to
> re-roll 6.7.0 and restart the vote.

Also, I'm on a short holiday and don't know if I have the time to roll
another release (6.7.0 or 6.7.1) until tuesday. My guess is there's no
actual rush to get it out, other than striving to maintain the
schedule.

Martijn

Re: [VOTE] Release Apache Wicket 6.7.0

Posted by Martijn Dashorst <ma...@gmail.com>.
On Thu, Mar 28, 2013 at 3:25 PM, Martin Grigorov <mg...@apache.org> wrote:
> Martijn,
>
> Do you have plans for 6.7.1 ?

Well the vote didn't pass (didn't reach the required 3 +1
votes/majority), so there's no reason (yet) for a 6.7.1. Need to
re-roll 6.7.0 and restart the vote.

Martijn

Re: [VOTE] Release Apache Wicket 6.7.0

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

Do you have plans for 6.7.1 ?




On Mon, Mar 25, 2013 at 11:37 AM, Sven Meier <sv...@meiers.net> wrote:

> -1 No, don't release because WICKET-5098 breaks wicket-examples on Windows:
>
> Caused by: org.apache.wicket.request.**resource.PackageResource$**
> PackageResourceBlockedExceptio**n: Access denied to (static) package
> resource org/apache/wicket/devutils/**debugbar/wicket-debugbar.css. See
> IPackageResourceGuard
>         at org.apache.wicket.request.**resource.PackageResource.**
> internalGetResourceStream(**PackageResource.java:460)
>
> I'll post details to WICKET-5098.
>
> Sven
>
>
> On 03/22/2013 04:40 PM, Martijn Dashorst wrote:
>
>> This is a vote to release Apache Wicket 6.7.0
>>
>> Please download the source distributions found in our staging area
>> linked below.
>>
>> I have included the signatures for both the source archives. This vote
>> lasts for 72 hours minimum.
>>
>> [ ] Yes, release Apache Wicket 6.7.0
>> [ ] No, don't release Apache Wicket 6.7.0, because ...
>>
>> Distributions, changelog, keys and signatures can be found at:
>>
>>      https://dist.apache.org/repos/**dist/dev/wicket/6.7.0<https://dist.apache.org/repos/dist/dev/wicket/6.7.0>
>>
>> Staging repository:
>>
>>      https://repository.apache.org/**content/repositories/**
>> orgapachewicket-014/<https://repository.apache.org/content/repositories/orgapachewicket-014/>
>>
>> The binaries are available in the above link, as are a staging
>> repository for Maven. Typically the vote is on the source, but should
>> you find a problem with one of the binaries, please let me know, I can
>> re-roll them some way or the other.
>>
>> Here are the signatures for the source release artifacts:
>>
>> GPG Signature for apache-wicket-6.7.0.tar.gz.asc
>>
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.13 (Darwin)
>>
>> iEYEABECAAYFAlFMVFUACgkQJBX8W/**xy/UXw+wCeP+da6MQS+**3X5qwDviAbrSylh
>> AnQAnRyuPvMuKP8nqsSISB0MV57/**xm22
>> =ueds
>> -----END PGP SIGNATURE-----
>>
>> GPG Signature for apache-wicket-6.7.0.zip.asc
>>
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.13 (Darwin)
>>
>> iEYEABECAAYFAlFMVFUACgkQJBX8W/**xy/**UU1YQCeMVnFr2D5yEXF28BbXQNhNz3**2
>> 7lwAoMRtMMTKkfCVXnon564pkij5pQ**xA
>> =tWH6
>> -----END PGP SIGNATURE-----
>>
>> Release Notes - Wicket - Version 6.7.0
>>
>> ** Bug
>>
>>      * [WICKET-4803] - UrlDecoder should log a message when invalid
>> input is provided
>>      * [WICKET-4871] - wicket-atmosphere version mismatch with
>> wicket-example-jar
>>      * [WICKET-4903] - relativeUrl's begins with ./
>>      * [WICKET-4907] - UrlResourceReference generates broken relative URLs
>>      * [WICKET-4942] - Double slash '//' in starting url makes
>> Url.parse output a relative Url
>>      * [WICKET-4989] - WicketTester should send copies of its cookies
>>      * [WICKET-4995] - Using CryptoMapper causes page to render twice
>>      * [WICKET-5039] - Manual invocation of FunctionsExecutor#notify() is
>> broken
>>      * [WICKET-5041] - DefaultCssAutoCompleteTextFiel**d should have
>> Constructor (String id)
>>      * [WICKET-5044] - Atmosphere + DateLabel
>>      * [WICKET-5045] - Upgrade Atmosphere to 1.0.10
>>      * [WICKET-5047] - Wicket Ajax: Inline script header contribution
>> issue
>>      * [WICKET-5048] - Inline enclosures don't work with different
>> namespace
>>      * [WICKET-5049] - Wicket Session may be null in
>> SessionBindingListener after deserialization
>>      * [WICKET-5052] - @SpringBean fails to invoke methods on bean with
>> non-public methods
>>      * [WICKET-5053] - "random" parameters is now "_" with jQuery Ajax
>>      * [WICKET-5054] - Possible bug in
>> org.apache.wicket.util.lang.**Packages when building path with repeating
>> names
>>      * [WICKET-5055] - AutoComplete still triggers redundant events to
>> registered change listener
>>      * [WICKET-5061] - EnclosureHandler ignores wicket:xyz elements as
>> children
>>      * [WICKET-5067] - SelectOptions fails to render text on openClose tag
>>      * [WICKET-5072] - Cookies#isEqual(Cookie, Cookie) may fail with
>> NullPointerException
>>      * [WICKET-5073] - UrlRenderer#**removeCommonPrefixes() fails when
>> contextPath+filterPrefix has more segments than the argument
>>      * [WICKET-5075] - When modal window is closed page scrolls to top
>>      * [WICKET-5076] - form#onSubmit() is called on just replaced nested
>> forms
>>      * [WICKET-5078] - RestartResponseException broken with page
>> instance and bookmarkable page
>>      * [WICKET-5080] - FilterToolbar.html contains javascript that is
>> used elsewhere
>>      * [WICKET-5082] - Ajax update renders parent/child JS in different
>> order than initial Page render
>>      * [WICKET-5085] - InlineEnclosure are piling up on each render
>>      * [WICKET-5093] - The event listener in Wicket.Ajax.ajax() should
>> not return the value of attrs.ad (allowDefault)
>>      * [WICKET-5094] - ISecuritySettings#**getEnforceMounts(true)
>> prevents access to *all* non-mounted bookmarkable pages
>>      * [WICKET-5098] - PackageResourceBlockedExceptio**n under Windows
>> for *.js files in web app's own packages, not in jars
>>      * [WICKET-5102] - wicket-bean-validation: Bean validation
>> PropertyValidator only works with direct field access
>>      * [WICKET-5103] - Wicket session id not up to date when container
>> changes session id
>>
>> ** Improvement
>>
>>      * [WICKET-4115] - SignInPanel should not always redirect to the
>> Home page when the user is signed-in automaticaly with the remember-me
>> feature.
>>      * [WICKET-5005] - Add Utility to allow conversion from Panel (or
>> Component) to html String
>>      * [WICKET-5038] - Add equals() and hashcode() implementation to
>> INamedParameters.NamedPair
>>      * [WICKET-5046] - NumberTextField should use appropriate validator
>>      * [WICKET-5050] - AutoComplete should not request suggestions if
>> input is no longer active element
>>      * [WICKET-5057] - FilteringHeaderResponse requires a usage of
>> FilteringHeaderResponse.**IHeaderResponseFilter for no reason when
>> FilteredHeaderItem is used
>>      * [WICKET-5062] - Update the list of HTML void elements with the
>> latest HTML5 ones
>>      * [WICKET-5065] - Improve UrlRenderer to be able to render urls
>> without scheme and/or host
>>      * [WICKET-5066] - Allow PackageResource to decide itself whether
>> it could be accepted or not
>>      * [WICKET-5074] - Improvement for MockHttpServletRequest and
>> FormTester to support 'multiple' input type of fileUpload
>>      * [WICKET-5079] - Allow WebApplication-specific Spring configuration
>>      * [WICKET-5088] - The Bootstrap class does not provide a handle
>> for the CSSResourceReferences.
>>      * [WICKET-5089] - Make MultiFileUploadField's ResourceReference JS
>> public to be able to include in Application's getResourceBundles.
>>      * [WICKET-5090] - Add path syntax to MarkupContainer#get( String )
>>      * [WICKET-5091] - Extract the short names of the ajax attributes
>> as a constants
>>      * [WICKET-5095] - Upgrade Wicket Native WebSocket to Jetty 9.0.0
>>      * [WICKET-5096] - Add setStep method to NumberTextField
>>      * [WICKET-5105] - JavaDoc of IHeaderContributor is outdated
>>      * [WICKET-5111] - Upgrade bootstrap to 2.3.1
>>
>> ** Task
>>
>>      * [WICKET-5097] - Deprecate BaseWicketTester#**
>> startComponent(Component)
>>
>> ** Test
>>
>>      * [WICKET-5042] - Cleanup FilteringHeaderResponseTest to make it
>> more readable
>>
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: [VOTE] Release Apache Wicket 6.7.0

Posted by Sven Meier <sv...@meiers.net>.
-1 No, don't release because WICKET-5098 breaks wicket-examples on Windows:

Caused by: org.apache.wicket.request.resource.PackageResource$PackageResourceBlockedException: Access denied to (static) package resource org/apache/wicket/devutils/debugbar/wicket-debugbar.css. See IPackageResourceGuard
         at org.apache.wicket.request.resource.PackageResource.internalGetResourceStream(PackageResource.java:460)

I'll post details to WICKET-5098.

Sven

On 03/22/2013 04:40 PM, Martijn Dashorst wrote:
> This is a vote to release Apache Wicket 6.7.0
>
> Please download the source distributions found in our staging area
> linked below.
>
> I have included the signatures for both the source archives. This vote
> lasts for 72 hours minimum.
>
> [ ] Yes, release Apache Wicket 6.7.0
> [ ] No, don't release Apache Wicket 6.7.0, because ...
>
> Distributions, changelog, keys and signatures can be found at:
>
>      https://dist.apache.org/repos/dist/dev/wicket/6.7.0
>
> Staging repository:
>
>      https://repository.apache.org/content/repositories/orgapachewicket-014/
>
> The binaries are available in the above link, as are a staging
> repository for Maven. Typically the vote is on the source, but should
> you find a problem with one of the binaries, please let me know, I can
> re-roll them some way or the other.
>
> Here are the signatures for the source release artifacts:
>
> GPG Signature for apache-wicket-6.7.0.tar.gz.asc
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.13 (Darwin)
>
> iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UXw+wCeP+da6MQS+3X5qwDviAbrSylh
> AnQAnRyuPvMuKP8nqsSISB0MV57/xm22
> =ueds
> -----END PGP SIGNATURE-----
>
> GPG Signature for apache-wicket-6.7.0.zip.asc
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.13 (Darwin)
>
> iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UU1YQCeMVnFr2D5yEXF28BbXQNhNz32
> 7lwAoMRtMMTKkfCVXnon564pkij5pQxA
> =tWH6
> -----END PGP SIGNATURE-----
>
> Release Notes - Wicket - Version 6.7.0
>
> ** Bug
>
>      * [WICKET-4803] - UrlDecoder should log a message when invalid
> input is provided
>      * [WICKET-4871] - wicket-atmosphere version mismatch with wicket-example-jar
>      * [WICKET-4903] - relativeUrl's begins with ./
>      * [WICKET-4907] - UrlResourceReference generates broken relative URLs
>      * [WICKET-4942] - Double slash '//' in starting url makes
> Url.parse output a relative Url
>      * [WICKET-4989] - WicketTester should send copies of its cookies
>      * [WICKET-4995] - Using CryptoMapper causes page to render twice
>      * [WICKET-5039] - Manual invocation of FunctionsExecutor#notify() is broken
>      * [WICKET-5041] - DefaultCssAutoCompleteTextField should have
> Constructor (String id)
>      * [WICKET-5044] - Atmosphere + DateLabel
>      * [WICKET-5045] - Upgrade Atmosphere to 1.0.10
>      * [WICKET-5047] - Wicket Ajax: Inline script header contribution issue
>      * [WICKET-5048] - Inline enclosures don't work with different namespace
>      * [WICKET-5049] - Wicket Session may be null in
> SessionBindingListener after deserialization
>      * [WICKET-5052] - @SpringBean fails to invoke methods on bean with
> non-public methods
>      * [WICKET-5053] - "random" parameters is now "_" with jQuery Ajax
>      * [WICKET-5054] - Possible bug in
> org.apache.wicket.util.lang.Packages when building path with repeating
> names
>      * [WICKET-5055] - AutoComplete still triggers redundant events to
> registered change listener
>      * [WICKET-5061] - EnclosureHandler ignores wicket:xyz elements as children
>      * [WICKET-5067] - SelectOptions fails to render text on openClose tag
>      * [WICKET-5072] - Cookies#isEqual(Cookie, Cookie) may fail with
> NullPointerException
>      * [WICKET-5073] - UrlRenderer#removeCommonPrefixes() fails when
> contextPath+filterPrefix has more segments than the argument
>      * [WICKET-5075] - When modal window is closed page scrolls to top
>      * [WICKET-5076] - form#onSubmit() is called on just replaced nested forms
>      * [WICKET-5078] - RestartResponseException broken with page
> instance and bookmarkable page
>      * [WICKET-5080] - FilterToolbar.html contains javascript that is
> used elsewhere
>      * [WICKET-5082] - Ajax update renders parent/child JS in different
> order than initial Page render
>      * [WICKET-5085] - InlineEnclosure are piling up on each render
>      * [WICKET-5093] - The event listener in Wicket.Ajax.ajax() should
> not return the value of attrs.ad (allowDefault)
>      * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true)
> prevents access to *all* non-mounted bookmarkable pages
>      * [WICKET-5098] - PackageResourceBlockedException under Windows
> for *.js files in web app's own packages, not in jars
>      * [WICKET-5102] - wicket-bean-validation: Bean validation
> PropertyValidator only works with direct field access
>      * [WICKET-5103] - Wicket session id not up to date when container
> changes session id
>
> ** Improvement
>
>      * [WICKET-4115] - SignInPanel should not always redirect to the
> Home page when the user is signed-in automaticaly with the remember-me
> feature.
>      * [WICKET-5005] - Add Utility to allow conversion from Panel (or
> Component) to html String
>      * [WICKET-5038] - Add equals() and hashcode() implementation to
> INamedParameters.NamedPair
>      * [WICKET-5046] - NumberTextField should use appropriate validator
>      * [WICKET-5050] - AutoComplete should not request suggestions if
> input is no longer active element
>      * [WICKET-5057] - FilteringHeaderResponse requires a usage of
> FilteringHeaderResponse.IHeaderResponseFilter for no reason when
> FilteredHeaderItem is used
>      * [WICKET-5062] - Update the list of HTML void elements with the
> latest HTML5 ones
>      * [WICKET-5065] - Improve UrlRenderer to be able to render urls
> without scheme and/or host
>      * [WICKET-5066] - Allow PackageResource to decide itself whether
> it could be accepted or not
>      * [WICKET-5074] - Improvement for MockHttpServletRequest and
> FormTester to support 'multiple' input type of fileUpload
>      * [WICKET-5079] - Allow WebApplication-specific Spring configuration
>      * [WICKET-5088] - The Bootstrap class does not provide a handle
> for the CSSResourceReferences.
>      * [WICKET-5089] - Make MultiFileUploadField's ResourceReference JS
> public to be able to include in Application's getResourceBundles.
>      * [WICKET-5090] - Add path syntax to MarkupContainer#get( String )
>      * [WICKET-5091] - Extract the short names of the ajax attributes
> as a constants
>      * [WICKET-5095] - Upgrade Wicket Native WebSocket to Jetty 9.0.0
>      * [WICKET-5096] - Add setStep method to NumberTextField
>      * [WICKET-5105] - JavaDoc of IHeaderContributor is outdated
>      * [WICKET-5111] - Upgrade bootstrap to 2.3.1
>
> ** Task
>
>      * [WICKET-5097] - Deprecate BaseWicketTester#startComponent(Component)
>
> ** Test
>
>      * [WICKET-5042] - Cleanup FilteringHeaderResponseTest to make it
> more readable


Re: [VOTE] Release Apache Wicket 6.7.0

Posted by Nick Pratt <nb...@gmail.com>.
+1

On Sun, Mar 24, 2013 at 8:02 AM, Michael Haitz <mi...@1und1.de>wrote:

> > [X] Yes, release Apache Wicket 6.7.0
>
>
> Am 22.03.2013 um 16:41 schrieb "Martijn Dashorst" <
> martijn.dashorst@gmail.com>:
>
> > This is a vote to release Apache Wicket 6.7.0
> >
> > Please download the source distributions found in our staging area
> > linked below.
> >
> > I have included the signatures for both the source archives. This vote
> > lasts for 72 hours minimum.
> >
> > [ ] Yes, release Apache Wicket 6.7.0
> > [ ] No, don't release Apache Wicket 6.7.0, because ...
> >
> > Distributions, changelog, keys and signatures can be found at:
> >
> >    https://dist.apache.org/repos/dist/dev/wicket/6.7.0
> >
> > Staging repository:
> >
> >
> https://repository.apache.org/content/repositories/orgapachewicket-014/
> >
> > The binaries are available in the above link, as are a staging
> > repository for Maven. Typically the vote is on the source, but should
> > you find a problem with one of the binaries, please let me know, I can
> > re-roll them some way or the other.
> >
> > Here are the signatures for the source release artifacts:
> >
> > GPG Signature for apache-wicket-6.7.0.tar.gz.asc
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.13 (Darwin)
> >
> > iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UXw+wCeP+da6MQS+3X5qwDviAbrSylh
> > AnQAnRyuPvMuKP8nqsSISB0MV57/xm22
> > =ueds
> > -----END PGP SIGNATURE-----
> >
> > GPG Signature for apache-wicket-6.7.0.zip.asc
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.13 (Darwin)
> >
> > iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UU1YQCeMVnFr2D5yEXF28BbXQNhNz32
> > 7lwAoMRtMMTKkfCVXnon564pkij5pQxA
> > =tWH6
> > -----END PGP SIGNATURE-----
> >
> > Release Notes - Wicket - Version 6.7.0
> >
> > ** Bug
> >
> >    * [WICKET-4803] - UrlDecoder should log a message when invalid
> > input is provided
> >    * [WICKET-4871] - wicket-atmosphere version mismatch with
> wicket-example-jar
> >    * [WICKET-4903] - relativeUrl's begins with ./
> >    * [WICKET-4907] - UrlResourceReference generates broken relative URLs
> >    * [WICKET-4942] - Double slash '//' in starting url makes
> > Url.parse output a relative Url
> >    * [WICKET-4989] - WicketTester should send copies of its cookies
> >    * [WICKET-4995] - Using CryptoMapper causes page to render twice
> >    * [WICKET-5039] - Manual invocation of FunctionsExecutor#notify() is
> broken
> >    * [WICKET-5041] - DefaultCssAutoCompleteTextField should have
> > Constructor (String id)
> >    * [WICKET-5044] - Atmosphere + DateLabel
> >    * [WICKET-5045] - Upgrade Atmosphere to 1.0.10
> >    * [WICKET-5047] - Wicket Ajax: Inline script header contribution issue
> >    * [WICKET-5048] - Inline enclosures don't work with different
> namespace
> >    * [WICKET-5049] - Wicket Session may be null in
> > SessionBindingListener after deserialization
> >    * [WICKET-5052] - @SpringBean fails to invoke methods on bean with
> > non-public methods
> >    * [WICKET-5053] - "random" parameters is now "_" with jQuery Ajax
> >    * [WICKET-5054] - Possible bug in
> > org.apache.wicket.util.lang.Packages when building path with repeating
> > names
> >    * [WICKET-5055] - AutoComplete still triggers redundant events to
> > registered change listener
> >    * [WICKET-5061] - EnclosureHandler ignores wicket:xyz elements as
> children
> >    * [WICKET-5067] - SelectOptions fails to render text on openClose tag
> >    * [WICKET-5072] - Cookies#isEqual(Cookie, Cookie) may fail with
> > NullPointerException
> >    * [WICKET-5073] - UrlRenderer#removeCommonPrefixes() fails when
> > contextPath+filterPrefix has more segments than the argument
> >    * [WICKET-5075] - When modal window is closed page scrolls to top
> >    * [WICKET-5076] - form#onSubmit() is called on just replaced nested
> forms
> >    * [WICKET-5078] - RestartResponseException broken with page
> > instance and bookmarkable page
> >    * [WICKET-5080] - FilterToolbar.html contains javascript that is
> > used elsewhere
> >    * [WICKET-5082] - Ajax update renders parent/child JS in different
> > order than initial Page render
> >    * [WICKET-5085] - InlineEnclosure are piling up on each render
> >    * [WICKET-5093] - The event listener in Wicket.Ajax.ajax() should
> > not return the value of attrs.ad (allowDefault)
> >    * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true)
> > prevents access to *all* non-mounted bookmarkable pages
> >    * [WICKET-5098] - PackageResourceBlockedException under Windows
> > for *.js files in web app's own packages, not in jars
> >    * [WICKET-5102] - wicket-bean-validation: Bean validation
> > PropertyValidator only works with direct field access
> >    * [WICKET-5103] - Wicket session id not up to date when container
> > changes session id
> >
> > ** Improvement
> >
> >    * [WICKET-4115] - SignInPanel should not always redirect to the
> > Home page when the user is signed-in automaticaly with the remember-me
> > feature.
> >    * [WICKET-5005] - Add Utility to allow conversion from Panel (or
> > Component) to html String
> >    * [WICKET-5038] - Add equals() and hashcode() implementation to
> > INamedParameters.NamedPair
> >    * [WICKET-5046] - NumberTextField should use appropriate validator
> >    * [WICKET-5050] - AutoComplete should not request suggestions if
> > input is no longer active element
> >    * [WICKET-5057] - FilteringHeaderResponse requires a usage of
> > FilteringHeaderResponse.IHeaderResponseFilter for no reason when
> > FilteredHeaderItem is used
> >    * [WICKET-5062] - Update the list of HTML void elements with the
> > latest HTML5 ones
> >    * [WICKET-5065] - Improve UrlRenderer to be able to render urls
> > without scheme and/or host
> >    * [WICKET-5066] - Allow PackageResource to decide itself whether
> > it could be accepted or not
> >    * [WICKET-5074] - Improvement for MockHttpServletRequest and
> > FormTester to support 'multiple' input type of fileUpload
> >    * [WICKET-5079] - Allow WebApplication-specific Spring configuration
> >    * [WICKET-5088] - The Bootstrap class does not provide a handle
> > for the CSSResourceReferences.
> >    * [WICKET-5089] - Make MultiFileUploadField's ResourceReference JS
> > public to be able to include in Application's getResourceBundles.
> >    * [WICKET-5090] - Add path syntax to MarkupContainer#get( String )
> >    * [WICKET-5091] - Extract the short names of the ajax attributes
> > as a constants
> >    * [WICKET-5095] - Upgrade Wicket Native WebSocket to Jetty 9.0.0
> >    * [WICKET-5096] - Add setStep method to NumberTextField
> >    * [WICKET-5105] - JavaDoc of IHeaderContributor is outdated
> >    * [WICKET-5111] - Upgrade bootstrap to 2.3.1
> >
> > ** Task
> >
> >    * [WICKET-5097] - Deprecate BaseWicketTester#startComponent(Component)
> >
> > ** Test
> >
> >    * [WICKET-5042] - Cleanup FilteringHeaderResponseTest to make it
> > more readable
>

Re: [VOTE] Release Apache Wicket 6.7.0

Posted by Michael Haitz <mi...@1und1.de>.
> [X] Yes, release Apache Wicket 6.7.0


Am 22.03.2013 um 16:41 schrieb "Martijn Dashorst" <ma...@gmail.com>:

> This is a vote to release Apache Wicket 6.7.0
> 
> Please download the source distributions found in our staging area
> linked below.
> 
> I have included the signatures for both the source archives. This vote
> lasts for 72 hours minimum.
> 
> [ ] Yes, release Apache Wicket 6.7.0
> [ ] No, don't release Apache Wicket 6.7.0, because ...
> 
> Distributions, changelog, keys and signatures can be found at:
> 
>    https://dist.apache.org/repos/dist/dev/wicket/6.7.0
> 
> Staging repository:
> 
>    https://repository.apache.org/content/repositories/orgapachewicket-014/
> 
> The binaries are available in the above link, as are a staging
> repository for Maven. Typically the vote is on the source, but should
> you find a problem with one of the binaries, please let me know, I can
> re-roll them some way or the other.
> 
> Here are the signatures for the source release artifacts:
> 
> GPG Signature for apache-wicket-6.7.0.tar.gz.asc
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.13 (Darwin)
> 
> iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UXw+wCeP+da6MQS+3X5qwDviAbrSylh
> AnQAnRyuPvMuKP8nqsSISB0MV57/xm22
> =ueds
> -----END PGP SIGNATURE-----
> 
> GPG Signature for apache-wicket-6.7.0.zip.asc
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.13 (Darwin)
> 
> iEYEABECAAYFAlFMVFUACgkQJBX8W/xy/UU1YQCeMVnFr2D5yEXF28BbXQNhNz32
> 7lwAoMRtMMTKkfCVXnon564pkij5pQxA
> =tWH6
> -----END PGP SIGNATURE-----
> 
> Release Notes - Wicket - Version 6.7.0
> 
> ** Bug
> 
>    * [WICKET-4803] - UrlDecoder should log a message when invalid
> input is provided
>    * [WICKET-4871] - wicket-atmosphere version mismatch with wicket-example-jar
>    * [WICKET-4903] - relativeUrl's begins with ./
>    * [WICKET-4907] - UrlResourceReference generates broken relative URLs
>    * [WICKET-4942] - Double slash '//' in starting url makes
> Url.parse output a relative Url
>    * [WICKET-4989] - WicketTester should send copies of its cookies
>    * [WICKET-4995] - Using CryptoMapper causes page to render twice
>    * [WICKET-5039] - Manual invocation of FunctionsExecutor#notify() is broken
>    * [WICKET-5041] - DefaultCssAutoCompleteTextField should have
> Constructor (String id)
>    * [WICKET-5044] - Atmosphere + DateLabel
>    * [WICKET-5045] - Upgrade Atmosphere to 1.0.10
>    * [WICKET-5047] - Wicket Ajax: Inline script header contribution issue
>    * [WICKET-5048] - Inline enclosures don't work with different namespace
>    * [WICKET-5049] - Wicket Session may be null in
> SessionBindingListener after deserialization
>    * [WICKET-5052] - @SpringBean fails to invoke methods on bean with
> non-public methods
>    * [WICKET-5053] - "random" parameters is now "_" with jQuery Ajax
>    * [WICKET-5054] - Possible bug in
> org.apache.wicket.util.lang.Packages when building path with repeating
> names
>    * [WICKET-5055] - AutoComplete still triggers redundant events to
> registered change listener
>    * [WICKET-5061] - EnclosureHandler ignores wicket:xyz elements as children
>    * [WICKET-5067] - SelectOptions fails to render text on openClose tag
>    * [WICKET-5072] - Cookies#isEqual(Cookie, Cookie) may fail with
> NullPointerException
>    * [WICKET-5073] - UrlRenderer#removeCommonPrefixes() fails when
> contextPath+filterPrefix has more segments than the argument
>    * [WICKET-5075] - When modal window is closed page scrolls to top
>    * [WICKET-5076] - form#onSubmit() is called on just replaced nested forms
>    * [WICKET-5078] - RestartResponseException broken with page
> instance and bookmarkable page
>    * [WICKET-5080] - FilterToolbar.html contains javascript that is
> used elsewhere
>    * [WICKET-5082] - Ajax update renders parent/child JS in different
> order than initial Page render
>    * [WICKET-5085] - InlineEnclosure are piling up on each render
>    * [WICKET-5093] - The event listener in Wicket.Ajax.ajax() should
> not return the value of attrs.ad (allowDefault)
>    * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true)
> prevents access to *all* non-mounted bookmarkable pages
>    * [WICKET-5098] - PackageResourceBlockedException under Windows
> for *.js files in web app's own packages, not in jars
>    * [WICKET-5102] - wicket-bean-validation: Bean validation
> PropertyValidator only works with direct field access
>    * [WICKET-5103] - Wicket session id not up to date when container
> changes session id
> 
> ** Improvement
> 
>    * [WICKET-4115] - SignInPanel should not always redirect to the
> Home page when the user is signed-in automaticaly with the remember-me
> feature.
>    * [WICKET-5005] - Add Utility to allow conversion from Panel (or
> Component) to html String
>    * [WICKET-5038] - Add equals() and hashcode() implementation to
> INamedParameters.NamedPair
>    * [WICKET-5046] - NumberTextField should use appropriate validator
>    * [WICKET-5050] - AutoComplete should not request suggestions if
> input is no longer active element
>    * [WICKET-5057] - FilteringHeaderResponse requires a usage of
> FilteringHeaderResponse.IHeaderResponseFilter for no reason when
> FilteredHeaderItem is used
>    * [WICKET-5062] - Update the list of HTML void elements with the
> latest HTML5 ones
>    * [WICKET-5065] - Improve UrlRenderer to be able to render urls
> without scheme and/or host
>    * [WICKET-5066] - Allow PackageResource to decide itself whether
> it could be accepted or not
>    * [WICKET-5074] - Improvement for MockHttpServletRequest and
> FormTester to support 'multiple' input type of fileUpload
>    * [WICKET-5079] - Allow WebApplication-specific Spring configuration
>    * [WICKET-5088] - The Bootstrap class does not provide a handle
> for the CSSResourceReferences.
>    * [WICKET-5089] - Make MultiFileUploadField's ResourceReference JS
> public to be able to include in Application's getResourceBundles.
>    * [WICKET-5090] - Add path syntax to MarkupContainer#get( String )
>    * [WICKET-5091] - Extract the short names of the ajax attributes
> as a constants
>    * [WICKET-5095] - Upgrade Wicket Native WebSocket to Jetty 9.0.0
>    * [WICKET-5096] - Add setStep method to NumberTextField
>    * [WICKET-5105] - JavaDoc of IHeaderContributor is outdated
>    * [WICKET-5111] - Upgrade bootstrap to 2.3.1
> 
> ** Task
> 
>    * [WICKET-5097] - Deprecate BaseWicketTester#startComponent(Component)
> 
> ** Test
> 
>    * [WICKET-5042] - Cleanup FilteringHeaderResponseTest to make it
> more readable