You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Andrea Del Bene <an...@gmail.com> on 2017/05/14 13:43:09 UTC

[VOTE] Release Apache Wicket 8.0.0-M6

This is a vote to release Apache Wicket 8.0.0-M6

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 8.0.0-M6
[ ] No, don't release Apache Wicket 8.0.0-M6, because ...

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

     https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M6

Staging repository:

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

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.

Staging git repository data:

     Repository:  git@github.com:bitstorm/wicket.git
     Branch:      build/wicket-8.0.0-M6
     Release tag: rel/wicket-8.0.0-M6


========================================================================

     The signatures for the source release artefacts:


Signature for apache-wicket-8.0.0-M6.zip:

     -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVHVwQAI9s33bQnf2renrK88l16qHG
3Krvu79Ks5mXzJZmdf6O9jlfgZ+dFsNtPetkteVX+6ngne23r9g1TBd4qB80KEhD
qlwbn777TKWhy+CCy++9Nd0qV3Pi6FZv03xzWzo3JaGdzFqne9K4U/af6VIfc69V
6CI0AIXnt9s66yNvOyD4N6b3gXo/BRZLnrzVCQIPI8pVvM816kqYg9R/vXXKkBja
y0A/rXaWHCoB9uYBcW1RCeq0RxonaMfOP2lPNZifymk7+VgcjUUYv/ktWXX93SLQ
fTQ1FkLF+whxzbPBYdFo3qxleaguWeBQDbDCmSfjAlb+yuFi9tGYQ1aCy2CYB5u4
gFb1O5Dc+Ko6U+143DNnMEW9YrXalvzlmamZhQfxLuWbTX0/fOUjSGLrTCWhbfPK
JMK9Gal290gsGKOeyBSwf8RD7RCeLCDrtKJ6Jej/DrIGbShVjXHjVTTSzWrzfyWr
jcPqGLTTD7/t8GRsQ/n8gAZeNwww1JGWKeJ89mgTtKFqSvMpAAw7V81KV2J6I5PP
vgrJlY8b0oAlCxunD4Af0529bYnXGH8SbD311Hn6OQ5q4JmsTc/0YL1XmeE99QBe
y0u8XRNNIbNDtC204pxtcuZBfxBVLgANLQxy85gMO/A7e7sOmO1zJojiQpBMaTVD
VjUAN2HX4B/1G+k2QFrm
=kM6A
-----END PGP SIGNATURE-----

Signature for apache-wicket-8.0.0-M6.tar.gz:

     -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVLE4P+wVfGgM02TSAIGsRhtCJla9y
5fb0KtOW6D1mRuuuVK8JbWncqpn5B2yuQGnkttE3OV8YUsR1HDwHBgCrx0z5Dcbh
+uhNwW+IJTIUrApVVXFN4+X1rZFDQ9dwnJTNjm0kdfzCLPcRriEHzQbg8CUC6JuB
6kndnr5RnyOGZInqs6ilB4fobUzIxR6s8ck4PoXSiFh+NE+jcllYfHv+3/3aVR2p
ZwC2R3gTFZAWeQB3IXQUSwnLeL4RPi2WCke1EcKBXnYM3TU41JHy1UuY2gSSpAXL
DO3VgZZLibEn4rqNp9URYellrYG5TEmhtylS6C7zgY8AmhbTGrW/PYPvLV3WOOXw
xdhBoaVjZg7ovov4bQQ74GW4w9GgxF9Xzwh/60bSngMyI4sGpm2bLrGh2YunA2OM
sguJMMa4fAMCvyrcejqMOfkF7z0W+9BK53/CPzBNLiLyIKaKrAkeU6PClfZyowDm
tHIOmbeTvXjDogOOweWonBZEfUHjhAOP+f7PeCpzCDkCcG0Fe7yaamNB0xtguAC/
enme13t9rz/7pBdUxyWRtgzdbRFfl1KYgrGS6FRbw2wfOCJf+qIKfsaJIWLQOxei
nWyRNUVXKwvIeu1ad4pujXh7ldNTkDsrtUSkrFCUV4TLya3SGrFLurKefuMidPze
4F5Gjn0iDossLMbNHY8U
=kX7X
-----END PGP SIGNATURE-----

========================================================================

     CHANGELOG for 8.0.0-M6:

** Bug

     * [WICKET-6177] - Introduce AsynchronousPageStore
     * [WICKET-6339] - Wrong implementation of MarkupFragment.iterator()
     * [WICKET-6353] - Proxy deserialization fails due to classloading 
issues
     * [WICKET-6356] - Clustering failover not working on Tomcat
     * [WICKET-6360] - WebSocket fails when url-based jsessionid is used
     * [WICKET-6361] - MarkupContainer#queue doesn't work in table column
     * [WICKET-6362] - HeaderItems with different PageParameters are 
treated as identical
     * [WICKET-6365] - Links on "Contribute to the User Guide" are broken

** Improvement

     * [WICKET-6347] - IChoiceRenderer implements IDetachable
     * [WICKET-6348] - New FormComponentUpdatingBehavior to replace 
wantOnSelectionChangedNotifications()
     * [WICKET-6351] - Form.anyFormComponentError performance degradation
     * [WICKET-6354] - Add JavaScriptResourceReference for JQuery 3.x
     * [WICKET-6355] - Pass the request attributes to 
FileSystemResource#createResourceResponse()
     * [WICKET-6364] - The autogenerated input field when a form has a 
default button should not gain the focus when navigating with tab

** New Feature

     * [WICKET-6286] - Would be good to have AjaxDownload available out 
of the box

** Task

     * [WICKET-4201] - IPageProvider and its implementations need to be 
improved
     * [WICKET-6322] - Remove lambda factories
     * [WICKET-6363] - Do not use jetty-all but specific dependencies

Re: [VOTE] Release Apache Wicket 8.0.0-M6

Posted by Tobias Soloschenko <to...@googlemail.com>.
+1 

kind regards

Tobias

> Am 15.05.2017 um 21:35 schrieb Andrea Del Bene <an...@gmail.com>:
> 
> +1 to release. Tested with guide examples.
> 
> 
>> On 15/05/2017 18:58, Sebastien wrote:
>>  [x] Yes, release Apache Wicket 8.0.0-M6
>> 
>> Tested against wicket-jquery-ui, especially openjson-1.0.6 stuffs... Well
>> done team! :)
>> 
> 

Re: [VOTE] Release Apache Wicket 8.0.0-M6

Posted by Andrea Del Bene <an...@gmail.com>.
+1 to release. Tested with guide examples.


On 15/05/2017 18:58, Sebastien wrote:
>   [x] Yes, release Apache Wicket 8.0.0-M6
>
> Tested against wicket-jquery-ui, especially openjson-1.0.6 stuffs... Well
> done team! :)
>


Re: [VOTE] Release Apache Wicket 8.0.0-M6

Posted by Sebastien <se...@gmail.com>.
 [x] Yes, release Apache Wicket 8.0.0-M6

Tested against wicket-jquery-ui, especially openjson-1.0.6 stuffs... Well
done team! :)

Re: [VOTE] Release Apache Wicket 8.0.0-M6

Posted by Tobias Soloschenko <to...@googlemail.com>.
+1

kind regards

Tobias

> Am 16.05.2017 um 05:37 schrieb Maxim Solodovnik <so...@gmail.com>:
> 
> +1 to release
> 
> Tested:
> - sums, signature
> - build from sources
> - Main app (Apache OpenMeetings)
> 
> 
>> On Tue, May 16, 2017 at 7:05 AM, Martin Grigorov <mg...@apache.org> wrote:
>> +1 to release
>> 
>> Tested:
>> - local build
>> - Wicket JQuery Selectors
>> - Wicket Webjars
>> - Wicket Bootstrap
>> - my main app at daily job
>> 
>> On Sun, May 14, 2017 at 3:43 PM, Andrea Del Bene <an...@gmail.com>
>> wrote:
>> 
>>> This is a vote to release Apache Wicket 8.0.0-M6
>>> 
>>> 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 8.0.0-M6
>>> [ ] No, don't release Apache Wicket 8.0.0-M6, because ...
>>> 
>>> Distributions, changelog, keys and signatures can be found at:
>>> 
>>>    https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M6
>>> 
>>> Staging repository:
>>> 
>>>    https://repository.apache.org/content/repositories/orgapache
>>> wicket-1092
>>> 
>>> 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.
>>> 
>>> Staging git repository data:
>>> 
>>>    Repository:  git@github.com:bitstorm/wicket.git
>>>    Branch:      build/wicket-8.0.0-M6
>>>    Release tag: rel/wicket-8.0.0-M6
>>> 
>>> 
>>> ========================================================================
>>> 
>>>    The signatures for the source release artefacts:
>>> 
>>> 
>>> Signature for apache-wicket-8.0.0-M6.zip:
>>> 
>>>    -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1
>>> 
>>> iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVHVwQAI9s33bQnf2renrK88l16qHG
>>> 3Krvu79Ks5mXzJZmdf6O9jlfgZ+dFsNtPetkteVX+6ngne23r9g1TBd4qB80KEhD
>>> qlwbn777TKWhy+CCy++9Nd0qV3Pi6FZv03xzWzo3JaGdzFqne9K4U/af6VIfc69V
>>> 6CI0AIXnt9s66yNvOyD4N6b3gXo/BRZLnrzVCQIPI8pVvM816kqYg9R/vXXKkBja
>>> y0A/rXaWHCoB9uYBcW1RCeq0RxonaMfOP2lPNZifymk7+VgcjUUYv/ktWXX93SLQ
>>> fTQ1FkLF+whxzbPBYdFo3qxleaguWeBQDbDCmSfjAlb+yuFi9tGYQ1aCy2CYB5u4
>>> gFb1O5Dc+Ko6U+143DNnMEW9YrXalvzlmamZhQfxLuWbTX0/fOUjSGLrTCWhbfPK
>>> JMK9Gal290gsGKOeyBSwf8RD7RCeLCDrtKJ6Jej/DrIGbShVjXHjVTTSzWrzfyWr
>>> jcPqGLTTD7/t8GRsQ/n8gAZeNwww1JGWKeJ89mgTtKFqSvMpAAw7V81KV2J6I5PP
>>> vgrJlY8b0oAlCxunD4Af0529bYnXGH8SbD311Hn6OQ5q4JmsTc/0YL1XmeE99QBe
>>> y0u8XRNNIbNDtC204pxtcuZBfxBVLgANLQxy85gMO/A7e7sOmO1zJojiQpBMaTVD
>>> VjUAN2HX4B/1G+k2QFrm
>>> =kM6A
>>> -----END PGP SIGNATURE-----
>>> 
>>> Signature for apache-wicket-8.0.0-M6.tar.gz:
>>> 
>>>    -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1
>>> 
>>> iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVLE4P+wVfGgM02TSAIGsRhtCJla9y
>>> 5fb0KtOW6D1mRuuuVK8JbWncqpn5B2yuQGnkttE3OV8YUsR1HDwHBgCrx0z5Dcbh
>>> +uhNwW+IJTIUrApVVXFN4+X1rZFDQ9dwnJTNjm0kdfzCLPcRriEHzQbg8CUC6JuB
>>> 6kndnr5RnyOGZInqs6ilB4fobUzIxR6s8ck4PoXSiFh+NE+jcllYfHv+3/3aVR2p
>>> ZwC2R3gTFZAWeQB3IXQUSwnLeL4RPi2WCke1EcKBXnYM3TU41JHy1UuY2gSSpAXL
>>> DO3VgZZLibEn4rqNp9URYellrYG5TEmhtylS6C7zgY8AmhbTGrW/PYPvLV3WOOXw
>>> xdhBoaVjZg7ovov4bQQ74GW4w9GgxF9Xzwh/60bSngMyI4sGpm2bLrGh2YunA2OM
>>> sguJMMa4fAMCvyrcejqMOfkF7z0W+9BK53/CPzBNLiLyIKaKrAkeU6PClfZyowDm
>>> tHIOmbeTvXjDogOOweWonBZEfUHjhAOP+f7PeCpzCDkCcG0Fe7yaamNB0xtguAC/
>>> enme13t9rz/7pBdUxyWRtgzdbRFfl1KYgrGS6FRbw2wfOCJf+qIKfsaJIWLQOxei
>>> nWyRNUVXKwvIeu1ad4pujXh7ldNTkDsrtUSkrFCUV4TLya3SGrFLurKefuMidPze
>>> 4F5Gjn0iDossLMbNHY8U
>>> =kX7X
>>> -----END PGP SIGNATURE-----
>>> 
>>> ========================================================================
>>> 
>>>    CHANGELOG for 8.0.0-M6:
>>> 
>>> ** Bug
>>> 
>>>    * [WICKET-6177] - Introduce AsynchronousPageStore
>>>    * [WICKET-6339] - Wrong implementation of MarkupFragment.iterator()
>>>    * [WICKET-6353] - Proxy deserialization fails due to classloading
>>> issues
>>>    * [WICKET-6356] - Clustering failover not working on Tomcat
>>>    * [WICKET-6360] - WebSocket fails when url-based jsessionid is used
>>>    * [WICKET-6361] - MarkupContainer#queue doesn't work in table column
>>>    * [WICKET-6362] - HeaderItems with different PageParameters are
>>> treated as identical
>>>    * [WICKET-6365] - Links on "Contribute to the User Guide" are broken
>>> 
>>> ** Improvement
>>> 
>>>    * [WICKET-6347] - IChoiceRenderer implements IDetachable
>>>    * [WICKET-6348] - New FormComponentUpdatingBehavior to replace
>>> wantOnSelectionChangedNotifications()
>>>    * [WICKET-6351] - Form.anyFormComponentError performance degradation
>>>    * [WICKET-6354] - Add JavaScriptResourceReference for JQuery 3.x
>>>    * [WICKET-6355] - Pass the request attributes to
>>> FileSystemResource#createResourceResponse()
>>>    * [WICKET-6364] - The autogenerated input field when a form has a
>>> default button should not gain the focus when navigating with tab
>>> 
>>> ** New Feature
>>> 
>>>    * [WICKET-6286] - Would be good to have AjaxDownload available out of
>>> the box
>>> 
>>> ** Task
>>> 
>>>    * [WICKET-4201] - IPageProvider and its implementations need to be
>>> improved
>>>    * [WICKET-6322] - Remove lambda factories
>>>    * [WICKET-6363] - Do not use jetty-all but specific dependencies
>>> 
> 
> 
> 
> -- 
> WBR
> Maxim aka solomax

Re: [VOTE] Release Apache Wicket 8.0.0-M6

Posted by Andrea Del Bene <an...@gmail.com>.
This vote passes with 5 positive votes.

Thank you all!


On 17/05/2017 19:20, Tobias Soloschenko wrote:
> Wooops sorry I already voted.
>
> Please for the next time start a different mail chain it is very confusing. :-)
>
> kind regards
>
> Tobias
>
>> Am 16.05.2017 um 05:37 schrieb Maxim Solodovnik <so...@gmail.com>:
>>
>> +1 to release
>>
>> Tested:
>> - sums, signature
>> - build from sources
>> - Main app (Apache OpenMeetings)
>>
>>
>>> On Tue, May 16, 2017 at 7:05 AM, Martin Grigorov <mg...@apache.org> wrote:
>>> +1 to release
>>>
>>> Tested:
>>> - local build
>>> - Wicket JQuery Selectors
>>> - Wicket Webjars
>>> - Wicket Bootstrap
>>> - my main app at daily job
>>>
>>> On Sun, May 14, 2017 at 3:43 PM, Andrea Del Bene <an...@gmail.com>
>>> wrote:
>>>
>>>> This is a vote to release Apache Wicket 8.0.0-M6
>>>>
>>>> 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 8.0.0-M6
>>>> [ ] No, don't release Apache Wicket 8.0.0-M6, because ...
>>>>
>>>> Distributions, changelog, keys and signatures can be found at:
>>>>
>>>>     https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M6
>>>>
>>>> Staging repository:
>>>>
>>>>     https://repository.apache.org/content/repositories/orgapache
>>>> wicket-1092
>>>>
>>>> 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.
>>>>
>>>> Staging git repository data:
>>>>
>>>>     Repository:  git@github.com:bitstorm/wicket.git
>>>>     Branch:      build/wicket-8.0.0-M6
>>>>     Release tag: rel/wicket-8.0.0-M6
>>>>
>>>>
>>>> ========================================================================
>>>>
>>>>     The signatures for the source release artefacts:
>>>>
>>>>
>>>> Signature for apache-wicket-8.0.0-M6.zip:
>>>>
>>>>     -----BEGIN PGP SIGNATURE-----
>>>> Version: GnuPG v1
>>>>
>>>> iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVHVwQAI9s33bQnf2renrK88l16qHG
>>>> 3Krvu79Ks5mXzJZmdf6O9jlfgZ+dFsNtPetkteVX+6ngne23r9g1TBd4qB80KEhD
>>>> qlwbn777TKWhy+CCy++9Nd0qV3Pi6FZv03xzWzo3JaGdzFqne9K4U/af6VIfc69V
>>>> 6CI0AIXnt9s66yNvOyD4N6b3gXo/BRZLnrzVCQIPI8pVvM816kqYg9R/vXXKkBja
>>>> y0A/rXaWHCoB9uYBcW1RCeq0RxonaMfOP2lPNZifymk7+VgcjUUYv/ktWXX93SLQ
>>>> fTQ1FkLF+whxzbPBYdFo3qxleaguWeBQDbDCmSfjAlb+yuFi9tGYQ1aCy2CYB5u4
>>>> gFb1O5Dc+Ko6U+143DNnMEW9YrXalvzlmamZhQfxLuWbTX0/fOUjSGLrTCWhbfPK
>>>> JMK9Gal290gsGKOeyBSwf8RD7RCeLCDrtKJ6Jej/DrIGbShVjXHjVTTSzWrzfyWr
>>>> jcPqGLTTD7/t8GRsQ/n8gAZeNwww1JGWKeJ89mgTtKFqSvMpAAw7V81KV2J6I5PP
>>>> vgrJlY8b0oAlCxunD4Af0529bYnXGH8SbD311Hn6OQ5q4JmsTc/0YL1XmeE99QBe
>>>> y0u8XRNNIbNDtC204pxtcuZBfxBVLgANLQxy85gMO/A7e7sOmO1zJojiQpBMaTVD
>>>> VjUAN2HX4B/1G+k2QFrm
>>>> =kM6A
>>>> -----END PGP SIGNATURE-----
>>>>
>>>> Signature for apache-wicket-8.0.0-M6.tar.gz:
>>>>
>>>>     -----BEGIN PGP SIGNATURE-----
>>>> Version: GnuPG v1
>>>>
>>>> iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVLE4P+wVfGgM02TSAIGsRhtCJla9y
>>>> 5fb0KtOW6D1mRuuuVK8JbWncqpn5B2yuQGnkttE3OV8YUsR1HDwHBgCrx0z5Dcbh
>>>> +uhNwW+IJTIUrApVVXFN4+X1rZFDQ9dwnJTNjm0kdfzCLPcRriEHzQbg8CUC6JuB
>>>> 6kndnr5RnyOGZInqs6ilB4fobUzIxR6s8ck4PoXSiFh+NE+jcllYfHv+3/3aVR2p
>>>> ZwC2R3gTFZAWeQB3IXQUSwnLeL4RPi2WCke1EcKBXnYM3TU41JHy1UuY2gSSpAXL
>>>> DO3VgZZLibEn4rqNp9URYellrYG5TEmhtylS6C7zgY8AmhbTGrW/PYPvLV3WOOXw
>>>> xdhBoaVjZg7ovov4bQQ74GW4w9GgxF9Xzwh/60bSngMyI4sGpm2bLrGh2YunA2OM
>>>> sguJMMa4fAMCvyrcejqMOfkF7z0W+9BK53/CPzBNLiLyIKaKrAkeU6PClfZyowDm
>>>> tHIOmbeTvXjDogOOweWonBZEfUHjhAOP+f7PeCpzCDkCcG0Fe7yaamNB0xtguAC/
>>>> enme13t9rz/7pBdUxyWRtgzdbRFfl1KYgrGS6FRbw2wfOCJf+qIKfsaJIWLQOxei
>>>> nWyRNUVXKwvIeu1ad4pujXh7ldNTkDsrtUSkrFCUV4TLya3SGrFLurKefuMidPze
>>>> 4F5Gjn0iDossLMbNHY8U
>>>> =kX7X
>>>> -----END PGP SIGNATURE-----
>>>>
>>>> ========================================================================
>>>>
>>>>     CHANGELOG for 8.0.0-M6:
>>>>
>>>> ** Bug
>>>>
>>>>     * [WICKET-6177] - Introduce AsynchronousPageStore
>>>>     * [WICKET-6339] - Wrong implementation of MarkupFragment.iterator()
>>>>     * [WICKET-6353] - Proxy deserialization fails due to classloading
>>>> issues
>>>>     * [WICKET-6356] - Clustering failover not working on Tomcat
>>>>     * [WICKET-6360] - WebSocket fails when url-based jsessionid is used
>>>>     * [WICKET-6361] - MarkupContainer#queue doesn't work in table column
>>>>     * [WICKET-6362] - HeaderItems with different PageParameters are
>>>> treated as identical
>>>>     * [WICKET-6365] - Links on "Contribute to the User Guide" are broken
>>>>
>>>> ** Improvement
>>>>
>>>>     * [WICKET-6347] - IChoiceRenderer implements IDetachable
>>>>     * [WICKET-6348] - New FormComponentUpdatingBehavior to replace
>>>> wantOnSelectionChangedNotifications()
>>>>     * [WICKET-6351] - Form.anyFormComponentError performance degradation
>>>>     * [WICKET-6354] - Add JavaScriptResourceReference for JQuery 3.x
>>>>     * [WICKET-6355] - Pass the request attributes to
>>>> FileSystemResource#createResourceResponse()
>>>>     * [WICKET-6364] - The autogenerated input field when a form has a
>>>> default button should not gain the focus when navigating with tab
>>>>
>>>> ** New Feature
>>>>
>>>>     * [WICKET-6286] - Would be good to have AjaxDownload available out of
>>>> the box
>>>>
>>>> ** Task
>>>>
>>>>     * [WICKET-4201] - IPageProvider and its implementations need to be
>>>> improved
>>>>     * [WICKET-6322] - Remove lambda factories
>>>>     * [WICKET-6363] - Do not use jetty-all but specific dependencies
>>>>
>>
>>
>> -- 
>> WBR
>> Maxim aka solomax


Re: [VOTE] Release Apache Wicket 8.0.0-M6

Posted by Tobias Soloschenko <to...@googlemail.com>.
Wooops sorry I already voted.

Please for the next time start a different mail chain it is very confusing. :-)

kind regards

Tobias

> Am 16.05.2017 um 05:37 schrieb Maxim Solodovnik <so...@gmail.com>:
> 
> +1 to release
> 
> Tested:
> - sums, signature
> - build from sources
> - Main app (Apache OpenMeetings)
> 
> 
>> On Tue, May 16, 2017 at 7:05 AM, Martin Grigorov <mg...@apache.org> wrote:
>> +1 to release
>> 
>> Tested:
>> - local build
>> - Wicket JQuery Selectors
>> - Wicket Webjars
>> - Wicket Bootstrap
>> - my main app at daily job
>> 
>> On Sun, May 14, 2017 at 3:43 PM, Andrea Del Bene <an...@gmail.com>
>> wrote:
>> 
>>> This is a vote to release Apache Wicket 8.0.0-M6
>>> 
>>> 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 8.0.0-M6
>>> [ ] No, don't release Apache Wicket 8.0.0-M6, because ...
>>> 
>>> Distributions, changelog, keys and signatures can be found at:
>>> 
>>>    https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M6
>>> 
>>> Staging repository:
>>> 
>>>    https://repository.apache.org/content/repositories/orgapache
>>> wicket-1092
>>> 
>>> 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.
>>> 
>>> Staging git repository data:
>>> 
>>>    Repository:  git@github.com:bitstorm/wicket.git
>>>    Branch:      build/wicket-8.0.0-M6
>>>    Release tag: rel/wicket-8.0.0-M6
>>> 
>>> 
>>> ========================================================================
>>> 
>>>    The signatures for the source release artefacts:
>>> 
>>> 
>>> Signature for apache-wicket-8.0.0-M6.zip:
>>> 
>>>    -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1
>>> 
>>> iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVHVwQAI9s33bQnf2renrK88l16qHG
>>> 3Krvu79Ks5mXzJZmdf6O9jlfgZ+dFsNtPetkteVX+6ngne23r9g1TBd4qB80KEhD
>>> qlwbn777TKWhy+CCy++9Nd0qV3Pi6FZv03xzWzo3JaGdzFqne9K4U/af6VIfc69V
>>> 6CI0AIXnt9s66yNvOyD4N6b3gXo/BRZLnrzVCQIPI8pVvM816kqYg9R/vXXKkBja
>>> y0A/rXaWHCoB9uYBcW1RCeq0RxonaMfOP2lPNZifymk7+VgcjUUYv/ktWXX93SLQ
>>> fTQ1FkLF+whxzbPBYdFo3qxleaguWeBQDbDCmSfjAlb+yuFi9tGYQ1aCy2CYB5u4
>>> gFb1O5Dc+Ko6U+143DNnMEW9YrXalvzlmamZhQfxLuWbTX0/fOUjSGLrTCWhbfPK
>>> JMK9Gal290gsGKOeyBSwf8RD7RCeLCDrtKJ6Jej/DrIGbShVjXHjVTTSzWrzfyWr
>>> jcPqGLTTD7/t8GRsQ/n8gAZeNwww1JGWKeJ89mgTtKFqSvMpAAw7V81KV2J6I5PP
>>> vgrJlY8b0oAlCxunD4Af0529bYnXGH8SbD311Hn6OQ5q4JmsTc/0YL1XmeE99QBe
>>> y0u8XRNNIbNDtC204pxtcuZBfxBVLgANLQxy85gMO/A7e7sOmO1zJojiQpBMaTVD
>>> VjUAN2HX4B/1G+k2QFrm
>>> =kM6A
>>> -----END PGP SIGNATURE-----
>>> 
>>> Signature for apache-wicket-8.0.0-M6.tar.gz:
>>> 
>>>    -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1
>>> 
>>> iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVLE4P+wVfGgM02TSAIGsRhtCJla9y
>>> 5fb0KtOW6D1mRuuuVK8JbWncqpn5B2yuQGnkttE3OV8YUsR1HDwHBgCrx0z5Dcbh
>>> +uhNwW+IJTIUrApVVXFN4+X1rZFDQ9dwnJTNjm0kdfzCLPcRriEHzQbg8CUC6JuB
>>> 6kndnr5RnyOGZInqs6ilB4fobUzIxR6s8ck4PoXSiFh+NE+jcllYfHv+3/3aVR2p
>>> ZwC2R3gTFZAWeQB3IXQUSwnLeL4RPi2WCke1EcKBXnYM3TU41JHy1UuY2gSSpAXL
>>> DO3VgZZLibEn4rqNp9URYellrYG5TEmhtylS6C7zgY8AmhbTGrW/PYPvLV3WOOXw
>>> xdhBoaVjZg7ovov4bQQ74GW4w9GgxF9Xzwh/60bSngMyI4sGpm2bLrGh2YunA2OM
>>> sguJMMa4fAMCvyrcejqMOfkF7z0W+9BK53/CPzBNLiLyIKaKrAkeU6PClfZyowDm
>>> tHIOmbeTvXjDogOOweWonBZEfUHjhAOP+f7PeCpzCDkCcG0Fe7yaamNB0xtguAC/
>>> enme13t9rz/7pBdUxyWRtgzdbRFfl1KYgrGS6FRbw2wfOCJf+qIKfsaJIWLQOxei
>>> nWyRNUVXKwvIeu1ad4pujXh7ldNTkDsrtUSkrFCUV4TLya3SGrFLurKefuMidPze
>>> 4F5Gjn0iDossLMbNHY8U
>>> =kX7X
>>> -----END PGP SIGNATURE-----
>>> 
>>> ========================================================================
>>> 
>>>    CHANGELOG for 8.0.0-M6:
>>> 
>>> ** Bug
>>> 
>>>    * [WICKET-6177] - Introduce AsynchronousPageStore
>>>    * [WICKET-6339] - Wrong implementation of MarkupFragment.iterator()
>>>    * [WICKET-6353] - Proxy deserialization fails due to classloading
>>> issues
>>>    * [WICKET-6356] - Clustering failover not working on Tomcat
>>>    * [WICKET-6360] - WebSocket fails when url-based jsessionid is used
>>>    * [WICKET-6361] - MarkupContainer#queue doesn't work in table column
>>>    * [WICKET-6362] - HeaderItems with different PageParameters are
>>> treated as identical
>>>    * [WICKET-6365] - Links on "Contribute to the User Guide" are broken
>>> 
>>> ** Improvement
>>> 
>>>    * [WICKET-6347] - IChoiceRenderer implements IDetachable
>>>    * [WICKET-6348] - New FormComponentUpdatingBehavior to replace
>>> wantOnSelectionChangedNotifications()
>>>    * [WICKET-6351] - Form.anyFormComponentError performance degradation
>>>    * [WICKET-6354] - Add JavaScriptResourceReference for JQuery 3.x
>>>    * [WICKET-6355] - Pass the request attributes to
>>> FileSystemResource#createResourceResponse()
>>>    * [WICKET-6364] - The autogenerated input field when a form has a
>>> default button should not gain the focus when navigating with tab
>>> 
>>> ** New Feature
>>> 
>>>    * [WICKET-6286] - Would be good to have AjaxDownload available out of
>>> the box
>>> 
>>> ** Task
>>> 
>>>    * [WICKET-4201] - IPageProvider and its implementations need to be
>>> improved
>>>    * [WICKET-6322] - Remove lambda factories
>>>    * [WICKET-6363] - Do not use jetty-all but specific dependencies
>>> 
> 
> 
> 
> -- 
> WBR
> Maxim aka solomax

Re: [VOTE] Release Apache Wicket 8.0.0-M6

Posted by Maxim Solodovnik <so...@gmail.com>.
+1 to release

Tested:
- sums, signature
- build from sources
- Main app (Apache OpenMeetings)


On Tue, May 16, 2017 at 7:05 AM, Martin Grigorov <mg...@apache.org> wrote:
> +1 to release
>
> Tested:
> - local build
> - Wicket JQuery Selectors
> - Wicket Webjars
> - Wicket Bootstrap
> - my main app at daily job
>
> On Sun, May 14, 2017 at 3:43 PM, Andrea Del Bene <an...@gmail.com>
> wrote:
>
>> This is a vote to release Apache Wicket 8.0.0-M6
>>
>> 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 8.0.0-M6
>> [ ] No, don't release Apache Wicket 8.0.0-M6, because ...
>>
>> Distributions, changelog, keys and signatures can be found at:
>>
>>     https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M6
>>
>> Staging repository:
>>
>>     https://repository.apache.org/content/repositories/orgapache
>> wicket-1092
>>
>> 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.
>>
>> Staging git repository data:
>>
>>     Repository:  git@github.com:bitstorm/wicket.git
>>     Branch:      build/wicket-8.0.0-M6
>>     Release tag: rel/wicket-8.0.0-M6
>>
>>
>> ========================================================================
>>
>>     The signatures for the source release artefacts:
>>
>>
>> Signature for apache-wicket-8.0.0-M6.zip:
>>
>>     -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1
>>
>> iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVHVwQAI9s33bQnf2renrK88l16qHG
>> 3Krvu79Ks5mXzJZmdf6O9jlfgZ+dFsNtPetkteVX+6ngne23r9g1TBd4qB80KEhD
>> qlwbn777TKWhy+CCy++9Nd0qV3Pi6FZv03xzWzo3JaGdzFqne9K4U/af6VIfc69V
>> 6CI0AIXnt9s66yNvOyD4N6b3gXo/BRZLnrzVCQIPI8pVvM816kqYg9R/vXXKkBja
>> y0A/rXaWHCoB9uYBcW1RCeq0RxonaMfOP2lPNZifymk7+VgcjUUYv/ktWXX93SLQ
>> fTQ1FkLF+whxzbPBYdFo3qxleaguWeBQDbDCmSfjAlb+yuFi9tGYQ1aCy2CYB5u4
>> gFb1O5Dc+Ko6U+143DNnMEW9YrXalvzlmamZhQfxLuWbTX0/fOUjSGLrTCWhbfPK
>> JMK9Gal290gsGKOeyBSwf8RD7RCeLCDrtKJ6Jej/DrIGbShVjXHjVTTSzWrzfyWr
>> jcPqGLTTD7/t8GRsQ/n8gAZeNwww1JGWKeJ89mgTtKFqSvMpAAw7V81KV2J6I5PP
>> vgrJlY8b0oAlCxunD4Af0529bYnXGH8SbD311Hn6OQ5q4JmsTc/0YL1XmeE99QBe
>> y0u8XRNNIbNDtC204pxtcuZBfxBVLgANLQxy85gMO/A7e7sOmO1zJojiQpBMaTVD
>> VjUAN2HX4B/1G+k2QFrm
>> =kM6A
>> -----END PGP SIGNATURE-----
>>
>> Signature for apache-wicket-8.0.0-M6.tar.gz:
>>
>>     -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1
>>
>> iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVLE4P+wVfGgM02TSAIGsRhtCJla9y
>> 5fb0KtOW6D1mRuuuVK8JbWncqpn5B2yuQGnkttE3OV8YUsR1HDwHBgCrx0z5Dcbh
>> +uhNwW+IJTIUrApVVXFN4+X1rZFDQ9dwnJTNjm0kdfzCLPcRriEHzQbg8CUC6JuB
>> 6kndnr5RnyOGZInqs6ilB4fobUzIxR6s8ck4PoXSiFh+NE+jcllYfHv+3/3aVR2p
>> ZwC2R3gTFZAWeQB3IXQUSwnLeL4RPi2WCke1EcKBXnYM3TU41JHy1UuY2gSSpAXL
>> DO3VgZZLibEn4rqNp9URYellrYG5TEmhtylS6C7zgY8AmhbTGrW/PYPvLV3WOOXw
>> xdhBoaVjZg7ovov4bQQ74GW4w9GgxF9Xzwh/60bSngMyI4sGpm2bLrGh2YunA2OM
>> sguJMMa4fAMCvyrcejqMOfkF7z0W+9BK53/CPzBNLiLyIKaKrAkeU6PClfZyowDm
>> tHIOmbeTvXjDogOOweWonBZEfUHjhAOP+f7PeCpzCDkCcG0Fe7yaamNB0xtguAC/
>> enme13t9rz/7pBdUxyWRtgzdbRFfl1KYgrGS6FRbw2wfOCJf+qIKfsaJIWLQOxei
>> nWyRNUVXKwvIeu1ad4pujXh7ldNTkDsrtUSkrFCUV4TLya3SGrFLurKefuMidPze
>> 4F5Gjn0iDossLMbNHY8U
>> =kX7X
>> -----END PGP SIGNATURE-----
>>
>> ========================================================================
>>
>>     CHANGELOG for 8.0.0-M6:
>>
>> ** Bug
>>
>>     * [WICKET-6177] - Introduce AsynchronousPageStore
>>     * [WICKET-6339] - Wrong implementation of MarkupFragment.iterator()
>>     * [WICKET-6353] - Proxy deserialization fails due to classloading
>> issues
>>     * [WICKET-6356] - Clustering failover not working on Tomcat
>>     * [WICKET-6360] - WebSocket fails when url-based jsessionid is used
>>     * [WICKET-6361] - MarkupContainer#queue doesn't work in table column
>>     * [WICKET-6362] - HeaderItems with different PageParameters are
>> treated as identical
>>     * [WICKET-6365] - Links on "Contribute to the User Guide" are broken
>>
>> ** Improvement
>>
>>     * [WICKET-6347] - IChoiceRenderer implements IDetachable
>>     * [WICKET-6348] - New FormComponentUpdatingBehavior to replace
>> wantOnSelectionChangedNotifications()
>>     * [WICKET-6351] - Form.anyFormComponentError performance degradation
>>     * [WICKET-6354] - Add JavaScriptResourceReference for JQuery 3.x
>>     * [WICKET-6355] - Pass the request attributes to
>> FileSystemResource#createResourceResponse()
>>     * [WICKET-6364] - The autogenerated input field when a form has a
>> default button should not gain the focus when navigating with tab
>>
>> ** New Feature
>>
>>     * [WICKET-6286] - Would be good to have AjaxDownload available out of
>> the box
>>
>> ** Task
>>
>>     * [WICKET-4201] - IPageProvider and its implementations need to be
>> improved
>>     * [WICKET-6322] - Remove lambda factories
>>     * [WICKET-6363] - Do not use jetty-all but specific dependencies
>>



-- 
WBR
Maxim aka solomax

Re: [VOTE] Release Apache Wicket 8.0.0-M6

Posted by Martin Grigorov <mg...@apache.org>.
+1 to release

Tested:
- local build
- Wicket JQuery Selectors
- Wicket Webjars
- Wicket Bootstrap
- my main app at daily job

On Sun, May 14, 2017 at 3:43 PM, Andrea Del Bene <an...@gmail.com>
wrote:

> This is a vote to release Apache Wicket 8.0.0-M6
>
> 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 8.0.0-M6
> [ ] No, don't release Apache Wicket 8.0.0-M6, because ...
>
> Distributions, changelog, keys and signatures can be found at:
>
>     https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M6
>
> Staging repository:
>
>     https://repository.apache.org/content/repositories/orgapache
> wicket-1092
>
> 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.
>
> Staging git repository data:
>
>     Repository:  git@github.com:bitstorm/wicket.git
>     Branch:      build/wicket-8.0.0-M6
>     Release tag: rel/wicket-8.0.0-M6
>
>
> ========================================================================
>
>     The signatures for the source release artefacts:
>
>
> Signature for apache-wicket-8.0.0-M6.zip:
>
>     -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVHVwQAI9s33bQnf2renrK88l16qHG
> 3Krvu79Ks5mXzJZmdf6O9jlfgZ+dFsNtPetkteVX+6ngne23r9g1TBd4qB80KEhD
> qlwbn777TKWhy+CCy++9Nd0qV3Pi6FZv03xzWzo3JaGdzFqne9K4U/af6VIfc69V
> 6CI0AIXnt9s66yNvOyD4N6b3gXo/BRZLnrzVCQIPI8pVvM816kqYg9R/vXXKkBja
> y0A/rXaWHCoB9uYBcW1RCeq0RxonaMfOP2lPNZifymk7+VgcjUUYv/ktWXX93SLQ
> fTQ1FkLF+whxzbPBYdFo3qxleaguWeBQDbDCmSfjAlb+yuFi9tGYQ1aCy2CYB5u4
> gFb1O5Dc+Ko6U+143DNnMEW9YrXalvzlmamZhQfxLuWbTX0/fOUjSGLrTCWhbfPK
> JMK9Gal290gsGKOeyBSwf8RD7RCeLCDrtKJ6Jej/DrIGbShVjXHjVTTSzWrzfyWr
> jcPqGLTTD7/t8GRsQ/n8gAZeNwww1JGWKeJ89mgTtKFqSvMpAAw7V81KV2J6I5PP
> vgrJlY8b0oAlCxunD4Af0529bYnXGH8SbD311Hn6OQ5q4JmsTc/0YL1XmeE99QBe
> y0u8XRNNIbNDtC204pxtcuZBfxBVLgANLQxy85gMO/A7e7sOmO1zJojiQpBMaTVD
> VjUAN2HX4B/1G+k2QFrm
> =kM6A
> -----END PGP SIGNATURE-----
>
> Signature for apache-wicket-8.0.0-M6.tar.gz:
>
>     -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQIcBAABAgAGBQJZGF1uAAoJEAzCjx+CMhBVLE4P+wVfGgM02TSAIGsRhtCJla9y
> 5fb0KtOW6D1mRuuuVK8JbWncqpn5B2yuQGnkttE3OV8YUsR1HDwHBgCrx0z5Dcbh
> +uhNwW+IJTIUrApVVXFN4+X1rZFDQ9dwnJTNjm0kdfzCLPcRriEHzQbg8CUC6JuB
> 6kndnr5RnyOGZInqs6ilB4fobUzIxR6s8ck4PoXSiFh+NE+jcllYfHv+3/3aVR2p
> ZwC2R3gTFZAWeQB3IXQUSwnLeL4RPi2WCke1EcKBXnYM3TU41JHy1UuY2gSSpAXL
> DO3VgZZLibEn4rqNp9URYellrYG5TEmhtylS6C7zgY8AmhbTGrW/PYPvLV3WOOXw
> xdhBoaVjZg7ovov4bQQ74GW4w9GgxF9Xzwh/60bSngMyI4sGpm2bLrGh2YunA2OM
> sguJMMa4fAMCvyrcejqMOfkF7z0W+9BK53/CPzBNLiLyIKaKrAkeU6PClfZyowDm
> tHIOmbeTvXjDogOOweWonBZEfUHjhAOP+f7PeCpzCDkCcG0Fe7yaamNB0xtguAC/
> enme13t9rz/7pBdUxyWRtgzdbRFfl1KYgrGS6FRbw2wfOCJf+qIKfsaJIWLQOxei
> nWyRNUVXKwvIeu1ad4pujXh7ldNTkDsrtUSkrFCUV4TLya3SGrFLurKefuMidPze
> 4F5Gjn0iDossLMbNHY8U
> =kX7X
> -----END PGP SIGNATURE-----
>
> ========================================================================
>
>     CHANGELOG for 8.0.0-M6:
>
> ** Bug
>
>     * [WICKET-6177] - Introduce AsynchronousPageStore
>     * [WICKET-6339] - Wrong implementation of MarkupFragment.iterator()
>     * [WICKET-6353] - Proxy deserialization fails due to classloading
> issues
>     * [WICKET-6356] - Clustering failover not working on Tomcat
>     * [WICKET-6360] - WebSocket fails when url-based jsessionid is used
>     * [WICKET-6361] - MarkupContainer#queue doesn't work in table column
>     * [WICKET-6362] - HeaderItems with different PageParameters are
> treated as identical
>     * [WICKET-6365] - Links on "Contribute to the User Guide" are broken
>
> ** Improvement
>
>     * [WICKET-6347] - IChoiceRenderer implements IDetachable
>     * [WICKET-6348] - New FormComponentUpdatingBehavior to replace
> wantOnSelectionChangedNotifications()
>     * [WICKET-6351] - Form.anyFormComponentError performance degradation
>     * [WICKET-6354] - Add JavaScriptResourceReference for JQuery 3.x
>     * [WICKET-6355] - Pass the request attributes to
> FileSystemResource#createResourceResponse()
>     * [WICKET-6364] - The autogenerated input field when a form has a
> default button should not gain the focus when navigating with tab
>
> ** New Feature
>
>     * [WICKET-6286] - Would be good to have AjaxDownload available out of
> the box
>
> ** Task
>
>     * [WICKET-4201] - IPageProvider and its implementations need to be
> improved
>     * [WICKET-6322] - Remove lambda factories
>     * [WICKET-6363] - Do not use jetty-all but specific dependencies
>