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/03/25 15:32:05 UTC

[VOTE] Release Apache Wicket 8.0.0-M5

This is a vote to release Apache Wicket 8.0.0-M5

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

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

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

Staging repository:

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

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-M5
     Release tag: rel/wicket-8.0.0-M5


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

     The signatures for the source release artefacts:


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

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

iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVplUP/18Y2qXGdgnsMhn3j7T2yEuS
uzgxs8ZlMBG+OzMp+b/Sewocppfcc5uWEinMfLWcjU0Gplk9y9fqC+IhUreWbI/Y
VSnykzwkYWzbxL975bgXBimiindcOLBf5VAnaw5DaN5I8o2csa6Na8WQvhTjIV87
9/8unxIIoJvmPt/eqXms/xVZwC52ggbYNsRExRa+bfFqaHPH0udfvBUkYW5jdK5y
PiBFFF1H3P9SFDnVezp++7h7uZBNg2trfZUhxDUUNxu169hUqpCYEmWXE/Suby1c
1vBVWzaICJf+cStSVD8LRibLD8yp4UriyeQj5yD9puA4HpoONdOkb0+9EtBrr6U9
7JC0s3sUP8WPqYawPRW7FWa+Lkfm4YHyKp0N4uwP4Q5i4FQQOJcGKQCJGxp92cqC
b0Ww2xjgJi+z24mDq9r3lICiL3IAbYe9gbFKm6c2S9wvtaeyUTF4Zi+Cgk1zk/qR
34MMXqD1wY4HxEriBsHA94WROCMlKVRXIc41NZE/ZNxdiXqTHaNEctWo88V9EElx
t7ov/uwKVlMvFxMBOYFr9p/FAjH50zWTbx/asV/Fz0NdWDE79++Bd2OnUahFB9wh
wXFZDo6iB7s6zh08hK68TTRGdDrZ7BGIgBMHR40tAqiJML6821hcKaNfpdemqptv
SBxLZI3zI4Fc81w7jnrv
=gYYk
-----END PGP SIGNATURE-----

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

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

iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVK2wP+gM11Ve4SKnavA+VH0w9u1HK
kKFHMx+nMX2uQ9lsSwbR9D0Ql0v03lctlMsr8LnzNTazZPiLrcilFKGrzlGZOAx8
XXu1+9oPKPAUTvrpvXUmKXSqsm5XLuC74OP2w3rwV82hnIfs/CKs32X1hBRe1c+u
S+EtBWZSJKI8qAOdZEq+ZvoVGEeUGFosPhfF98rOkleUXP9LfSppYwlHO1/8s9PE
3Fl1CR9smDRfNOhVwv2GvlfrH8D4bF31doQUZ2yxdWlnKRYOp1gVzUf91jZ2V2kv
oUFQb673qP3TptyH6AwFjuZ8WHXpsbo2BAXtCKCP+6cqGczKZ+ntv2IKiVQwr1lX
LTfUey+ZXfVWq/xkF3SCTzO7BFEp91mupqWljR/YPs3zhOT5dyGArX0XcbRiz+rZ
yETYFlw9mmpwrZkjudfyfgZic2pcesUZOgwnq0F/BW5vuVYgFCWRFOvKChAM2G8v
Rcsh2rV/T2/U+pIbqwCPcgOSN1OUZ4siUGSKC1ELSdIcCtfqgP3rft9tvZbmWIiv
sGFJwZBLDIOqWzeyLxE5QvWtR9aIybqE9mJ4Y9Y2PPNJfNJsn1s/pD5qnvO3d6Ym
+7LztPmkS4OQeVHqY9e9EnCdd9ndTe0aLHzU3kZ51oTRPwLLb6Wztxily0V15PII
kN/0C0NMZ6Sy0Q5QgynI
=ci2t
-----END PGP SIGNATURE-----

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

     CHANGELOG for 8.0.0-M5:


** Bug

     * [WICKET-6317] - AuthenticatedWebSession#signOut() calls twice 
after session invalidation
     * [WICKET-6319] - AutoCompleteTextField: popup is hidden when 
clicking on scrollbar in IE
     * [WICKET-6329] - org.json migration issue
     * [WICKET-6337] - Wrong class type in PageAccessSynchronizer
     * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates 
invalid XHTML markup for multipart forms
     * [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior

** Improvement

     * [WICKET-6212] - CheckChoice / add a getAdditionalAttributes() 
also for <label>-tag
     * [WICKET-6265] - Make it possible to authorize component 
instantiations both with OR and AND rules
     * [WICKET-6328] - Add 'pathInfo' to ForwardAttributes
     * [WICKET-6333] - Use onConfigure() to set the visibility of 
ExportToolbar instead of overriding isVisible()
     * [WICKET-6334] - WicketObjects#sizeof() and #cloneObject() should 
not use IObjectCheckers
     * [WICKET-6335] - tree.Node calls virtual methods from constructor
     * [WICKET-6336] - Add #removePage(IManageablePage) to IPageManager
     * [WICKET-6343] - Add hook method for exception handling to 
StatelessChecker
     * [WICKET-6345] - Check for non-null PushBuilder before trying to 
use it

** New Feature

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


Re: [VOTE] Release Apache Wicket 8.0.0-M5

Posted by Andrea Del Bene <an...@gmail.com>.
This vote passes with 6 votes plus 1 non-binding

Thank you!

On 29/03/2017 12:03, Andrea Del Bene wrote:
> +1 release 8.0.0-M5
>
> Randomly tested example from war file.
>
> On Tue, Mar 28, 2017 at 4:29 PM, Sven Meier <sven@meiers.net 
> <ma...@meiers.net>> wrote:
>
>     +1 release 8.0.0-M5
>
>     Tested build artifact and our main application.
>
>     Thanks
>     Sven
>
>
>
>     On 25.03.2017 16 <tel:25.03.2017%2016>:32, Andrea Del Bene wrote:
>
>         This is a vote to release Apache Wicket 8.0.0-M5
>
>         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-M5
>         [ ] No, don't release Apache Wicket 8.0.0-M5, because ...
>
>         Distributions, changelog, keys and signatures can be found at:
>
>         https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M5
>         <https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M5>
>
>         Staging repository:
>
>         https://repository.apache.org/content/repositories/orgapachewicket-1084
>         <https://repository.apache.org/content/repositories/orgapachewicket-1084>
>
>         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-M5
>             Release tag: rel/wicket-8.0.0-M5
>
>
>         ========================================================================
>
>             The signatures for the source release artefacts:
>
>
>         Signature for apache-wicket-8.0.0-M5.zip:
>
>             -----BEGIN PGP SIGNATURE-----
>         Version: GnuPG v1
>
>         iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVplUP/18Y2qXGdgnsMhn3j7T2yEuS
>         uzgxs8ZlMBG+OzMp+b/Sewocppfcc5uWEinMfLWcjU0Gplk9y9fqC+IhUreWbI/Y
>         VSnykzwkYWzbxL975bgXBimiindcOLBf5VAnaw5DaN5I8o2csa6Na8WQvhTjIV87
>         9/8unxIIoJvmPt/eqXms/xVZwC52ggbYNsRExRa+bfFqaHPH0udfvBUkYW5jdK5y
>         PiBFFF1H3P9SFDnVezp++7h7uZBNg2trfZUhxDUUNxu169hUqpCYEmWXE/Suby1c
>         1vBVWzaICJf+cStSVD8LRibLD8yp4UriyeQj5yD9puA4HpoONdOkb0+9EtBrr6U9
>         7JC0s3sUP8WPqYawPRW7FWa+Lkfm4YHyKp0N4uwP4Q5i4FQQOJcGKQCJGxp92cqC
>         b0Ww2xjgJi+z24mDq9r3lICiL3IAbYe9gbFKm6c2S9wvtaeyUTF4Zi+Cgk1zk/qR
>         34MMXqD1wY4HxEriBsHA94WROCMlKVRXIc41NZE/ZNxdiXqTHaNEctWo88V9EElx
>         t7ov/uwKVlMvFxMBOYFr9p/FAjH50zWTbx/asV/Fz0NdWDE79++Bd2OnUahFB9wh
>         wXFZDo6iB7s6zh08hK68TTRGdDrZ7BGIgBMHR40tAqiJML6821hcKaNfpdemqptv
>         SBxLZI3zI4Fc81w7jnrv
>         =gYYk
>         -----END PGP SIGNATURE-----
>
>         Signature for apache-wicket-8.0.0-M5.tar.gz:
>
>             -----BEGIN PGP SIGNATURE-----
>         Version: GnuPG v1
>
>         iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVK2wP+gM11Ve4SKnavA+VH0w9u1HK
>         kKFHMx+nMX2uQ9lsSwbR9D0Ql0v03lctlMsr8LnzNTazZPiLrcilFKGrzlGZOAx8
>         XXu1+9oPKPAUTvrpvXUmKXSqsm5XLuC74OP2w3rwV82hnIfs/CKs32X1hBRe1c+u
>         S+EtBWZSJKI8qAOdZEq+ZvoVGEeUGFosPhfF98rOkleUXP9LfSppYwlHO1/8s9PE
>         3Fl1CR9smDRfNOhVwv2GvlfrH8D4bF31doQUZ2yxdWlnKRYOp1gVzUf91jZ2V2kv
>         oUFQb673qP3TptyH6AwFjuZ8WHXpsbo2BAXtCKCP+6cqGczKZ+ntv2IKiVQwr1lX
>         LTfUey+ZXfVWq/xkF3SCTzO7BFEp91mupqWljR/YPs3zhOT5dyGArX0XcbRiz+rZ
>         yETYFlw9mmpwrZkjudfyfgZic2pcesUZOgwnq0F/BW5vuVYgFCWRFOvKChAM2G8v
>         Rcsh2rV/T2/U+pIbqwCPcgOSN1OUZ4siUGSKC1ELSdIcCtfqgP3rft9tvZbmWIiv
>         sGFJwZBLDIOqWzeyLxE5QvWtR9aIybqE9mJ4Y9Y2PPNJfNJsn1s/pD5qnvO3d6Ym
>         +7LztPmkS4OQeVHqY9e9EnCdd9ndTe0aLHzU3kZ51oTRPwLLb6Wztxily0V15PII
>         kN/0C0NMZ6Sy0Q5QgynI
>         =ci2t
>         -----END PGP SIGNATURE-----
>
>         ========================================================================
>
>             CHANGELOG for 8.0.0-M5:
>
>
>         ** Bug
>
>             * [WICKET-6317] - AuthenticatedWebSession#signOut() calls
>         twice after session invalidation
>             * [WICKET-6319] - AutoCompleteTextField: popup is hidden
>         when clicking on scrollbar in IE
>             * [WICKET-6329] - org.json migration issue
>             * [WICKET-6337] - Wrong class type in PageAccessSynchronizer
>             * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton
>         creates invalid XHTML markup for multipart forms
>             * [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior
>
>         ** Improvement
>
>             * [WICKET-6212] - CheckChoice / add a
>         getAdditionalAttributes() also for <label>-tag
>             * [WICKET-6265] - Make it possible to authorize component
>         instantiations both with OR and AND rules
>             * [WICKET-6328] - Add 'pathInfo' to ForwardAttributes
>             * [WICKET-6333] - Use onConfigure() to set the visibility
>         of ExportToolbar instead of overriding isVisible()
>             * [WICKET-6334] - WicketObjects#sizeof() and
>         #cloneObject() should not use IObjectCheckers
>             * [WICKET-6335] - tree.Node calls virtual methods from
>         constructor
>             * [WICKET-6336] - Add #removePage(IManageablePage) to
>         IPageManager
>             * [WICKET-6343] - Add hook method for exception handling
>         to StatelessChecker
>             * [WICKET-6345] - Check for non-null PushBuilder before
>         trying to use it
>
>         ** New Feature
>
>             * [WICKET-6286] - Would be good to have AjaxDownload
>         available out of the box
>
>
>


Re: [VOTE] Release Apache Wicket 8.0.0-M5

Posted by Andrea Del Bene <an...@gmail.com>.
+1 release 8.0.0-M5

Randomly tested example from war file.

On Tue, Mar 28, 2017 at 4:29 PM, Sven Meier <sv...@meiers.net> wrote:

> +1 release 8.0.0-M5
>
> Tested build artifact and our main application.
>
> Thanks
> Sven
>
>
>
> On 25.03.2017 16:32, Andrea Del Bene wrote:
>
>> This is a vote to release Apache Wicket 8.0.0-M5
>>
>> 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-M5
>> [ ] No, don't release Apache Wicket 8.0.0-M5, because ...
>>
>> Distributions, changelog, keys and signatures can be found at:
>>
>>     https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M5
>>
>> Staging repository:
>>
>> https://repository.apache.org/content/repositories/orgapachewicket-1084
>>
>> 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-M5
>>     Release tag: rel/wicket-8.0.0-M5
>>
>>
>> ========================================================================
>>
>>     The signatures for the source release artefacts:
>>
>>
>> Signature for apache-wicket-8.0.0-M5.zip:
>>
>>     -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1
>>
>> iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVplUP/18Y2qXGdgnsMhn3j7T2yEuS
>> uzgxs8ZlMBG+OzMp+b/Sewocppfcc5uWEinMfLWcjU0Gplk9y9fqC+IhUreWbI/Y
>> VSnykzwkYWzbxL975bgXBimiindcOLBf5VAnaw5DaN5I8o2csa6Na8WQvhTjIV87
>> 9/8unxIIoJvmPt/eqXms/xVZwC52ggbYNsRExRa+bfFqaHPH0udfvBUkYW5jdK5y
>> PiBFFF1H3P9SFDnVezp++7h7uZBNg2trfZUhxDUUNxu169hUqpCYEmWXE/Suby1c
>> 1vBVWzaICJf+cStSVD8LRibLD8yp4UriyeQj5yD9puA4HpoONdOkb0+9EtBrr6U9
>> 7JC0s3sUP8WPqYawPRW7FWa+Lkfm4YHyKp0N4uwP4Q5i4FQQOJcGKQCJGxp92cqC
>> b0Ww2xjgJi+z24mDq9r3lICiL3IAbYe9gbFKm6c2S9wvtaeyUTF4Zi+Cgk1zk/qR
>> 34MMXqD1wY4HxEriBsHA94WROCMlKVRXIc41NZE/ZNxdiXqTHaNEctWo88V9EElx
>> t7ov/uwKVlMvFxMBOYFr9p/FAjH50zWTbx/asV/Fz0NdWDE79++Bd2OnUahFB9wh
>> wXFZDo6iB7s6zh08hK68TTRGdDrZ7BGIgBMHR40tAqiJML6821hcKaNfpdemqptv
>> SBxLZI3zI4Fc81w7jnrv
>> =gYYk
>> -----END PGP SIGNATURE-----
>>
>> Signature for apache-wicket-8.0.0-M5.tar.gz:
>>
>>     -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1
>>
>> iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVK2wP+gM11Ve4SKnavA+VH0w9u1HK
>> kKFHMx+nMX2uQ9lsSwbR9D0Ql0v03lctlMsr8LnzNTazZPiLrcilFKGrzlGZOAx8
>> XXu1+9oPKPAUTvrpvXUmKXSqsm5XLuC74OP2w3rwV82hnIfs/CKs32X1hBRe1c+u
>> S+EtBWZSJKI8qAOdZEq+ZvoVGEeUGFosPhfF98rOkleUXP9LfSppYwlHO1/8s9PE
>> 3Fl1CR9smDRfNOhVwv2GvlfrH8D4bF31doQUZ2yxdWlnKRYOp1gVzUf91jZ2V2kv
>> oUFQb673qP3TptyH6AwFjuZ8WHXpsbo2BAXtCKCP+6cqGczKZ+ntv2IKiVQwr1lX
>> LTfUey+ZXfVWq/xkF3SCTzO7BFEp91mupqWljR/YPs3zhOT5dyGArX0XcbRiz+rZ
>> yETYFlw9mmpwrZkjudfyfgZic2pcesUZOgwnq0F/BW5vuVYgFCWRFOvKChAM2G8v
>> Rcsh2rV/T2/U+pIbqwCPcgOSN1OUZ4siUGSKC1ELSdIcCtfqgP3rft9tvZbmWIiv
>> sGFJwZBLDIOqWzeyLxE5QvWtR9aIybqE9mJ4Y9Y2PPNJfNJsn1s/pD5qnvO3d6Ym
>> +7LztPmkS4OQeVHqY9e9EnCdd9ndTe0aLHzU3kZ51oTRPwLLb6Wztxily0V15PII
>> kN/0C0NMZ6Sy0Q5QgynI
>> =ci2t
>> -----END PGP SIGNATURE-----
>>
>> ========================================================================
>>
>>     CHANGELOG for 8.0.0-M5:
>>
>>
>> ** Bug
>>
>>     * [WICKET-6317] - AuthenticatedWebSession#signOut() calls twice
>> after session invalidation
>>     * [WICKET-6319] - AutoCompleteTextField: popup is hidden when
>> clicking on scrollbar in IE
>>     * [WICKET-6329] - org.json migration issue
>>     * [WICKET-6337] - Wrong class type in PageAccessSynchronizer
>>     * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates
>> invalid XHTML markup for multipart forms
>>     * [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior
>>
>> ** Improvement
>>
>>     * [WICKET-6212] - CheckChoice / add a getAdditionalAttributes() also
>> for <label>-tag
>>     * [WICKET-6265] - Make it possible to authorize component
>> instantiations both with OR and AND rules
>>     * [WICKET-6328] - Add 'pathInfo' to ForwardAttributes
>>     * [WICKET-6333] - Use onConfigure() to set the visibility of
>> ExportToolbar instead of overriding isVisible()
>>     * [WICKET-6334] - WicketObjects#sizeof() and #cloneObject() should
>> not use IObjectCheckers
>>     * [WICKET-6335] - tree.Node calls virtual methods from constructor
>>     * [WICKET-6336] - Add #removePage(IManageablePage) to IPageManager
>>     * [WICKET-6343] - Add hook method for exception handling to
>> StatelessChecker
>>     * [WICKET-6345] - Check for non-null PushBuilder before trying to use
>> it
>>
>> ** New Feature
>>
>>     * [WICKET-6286] - Would be good to have AjaxDownload available out of
>> the box
>>
>>
>

Re: [VOTE] Release Apache Wicket 8.0.0-M5

Posted by Sven Meier <sv...@meiers.net>.
+1 release 8.0.0-M5

Tested build artifact and our main application.

Thanks
Sven


On 25.03.2017 16:32, Andrea Del Bene wrote:
> This is a vote to release Apache Wicket 8.0.0-M5
>
> 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-M5
> [ ] No, don't release Apache Wicket 8.0.0-M5, because ...
>
> Distributions, changelog, keys and signatures can be found at:
>
>     https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M5
>
> Staging repository:
>
> https://repository.apache.org/content/repositories/orgapachewicket-1084
>
> 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-M5
>     Release tag: rel/wicket-8.0.0-M5
>
>
> ========================================================================
>
>     The signatures for the source release artefacts:
>
>
> Signature for apache-wicket-8.0.0-M5.zip:
>
>     -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVplUP/18Y2qXGdgnsMhn3j7T2yEuS
> uzgxs8ZlMBG+OzMp+b/Sewocppfcc5uWEinMfLWcjU0Gplk9y9fqC+IhUreWbI/Y
> VSnykzwkYWzbxL975bgXBimiindcOLBf5VAnaw5DaN5I8o2csa6Na8WQvhTjIV87
> 9/8unxIIoJvmPt/eqXms/xVZwC52ggbYNsRExRa+bfFqaHPH0udfvBUkYW5jdK5y
> PiBFFF1H3P9SFDnVezp++7h7uZBNg2trfZUhxDUUNxu169hUqpCYEmWXE/Suby1c
> 1vBVWzaICJf+cStSVD8LRibLD8yp4UriyeQj5yD9puA4HpoONdOkb0+9EtBrr6U9
> 7JC0s3sUP8WPqYawPRW7FWa+Lkfm4YHyKp0N4uwP4Q5i4FQQOJcGKQCJGxp92cqC
> b0Ww2xjgJi+z24mDq9r3lICiL3IAbYe9gbFKm6c2S9wvtaeyUTF4Zi+Cgk1zk/qR
> 34MMXqD1wY4HxEriBsHA94WROCMlKVRXIc41NZE/ZNxdiXqTHaNEctWo88V9EElx
> t7ov/uwKVlMvFxMBOYFr9p/FAjH50zWTbx/asV/Fz0NdWDE79++Bd2OnUahFB9wh
> wXFZDo6iB7s6zh08hK68TTRGdDrZ7BGIgBMHR40tAqiJML6821hcKaNfpdemqptv
> SBxLZI3zI4Fc81w7jnrv
> =gYYk
> -----END PGP SIGNATURE-----
>
> Signature for apache-wicket-8.0.0-M5.tar.gz:
>
>     -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVK2wP+gM11Ve4SKnavA+VH0w9u1HK
> kKFHMx+nMX2uQ9lsSwbR9D0Ql0v03lctlMsr8LnzNTazZPiLrcilFKGrzlGZOAx8
> XXu1+9oPKPAUTvrpvXUmKXSqsm5XLuC74OP2w3rwV82hnIfs/CKs32X1hBRe1c+u
> S+EtBWZSJKI8qAOdZEq+ZvoVGEeUGFosPhfF98rOkleUXP9LfSppYwlHO1/8s9PE
> 3Fl1CR9smDRfNOhVwv2GvlfrH8D4bF31doQUZ2yxdWlnKRYOp1gVzUf91jZ2V2kv
> oUFQb673qP3TptyH6AwFjuZ8WHXpsbo2BAXtCKCP+6cqGczKZ+ntv2IKiVQwr1lX
> LTfUey+ZXfVWq/xkF3SCTzO7BFEp91mupqWljR/YPs3zhOT5dyGArX0XcbRiz+rZ
> yETYFlw9mmpwrZkjudfyfgZic2pcesUZOgwnq0F/BW5vuVYgFCWRFOvKChAM2G8v
> Rcsh2rV/T2/U+pIbqwCPcgOSN1OUZ4siUGSKC1ELSdIcCtfqgP3rft9tvZbmWIiv
> sGFJwZBLDIOqWzeyLxE5QvWtR9aIybqE9mJ4Y9Y2PPNJfNJsn1s/pD5qnvO3d6Ym
> +7LztPmkS4OQeVHqY9e9EnCdd9ndTe0aLHzU3kZ51oTRPwLLb6Wztxily0V15PII
> kN/0C0NMZ6Sy0Q5QgynI
> =ci2t
> -----END PGP SIGNATURE-----
>
> ========================================================================
>
>     CHANGELOG for 8.0.0-M5:
>
>
> ** Bug
>
>     * [WICKET-6317] - AuthenticatedWebSession#signOut() calls twice 
> after session invalidation
>     * [WICKET-6319] - AutoCompleteTextField: popup is hidden when 
> clicking on scrollbar in IE
>     * [WICKET-6329] - org.json migration issue
>     * [WICKET-6337] - Wrong class type in PageAccessSynchronizer
>     * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates 
> invalid XHTML markup for multipart forms
>     * [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior
>
> ** Improvement
>
>     * [WICKET-6212] - CheckChoice / add a getAdditionalAttributes() 
> also for <label>-tag
>     * [WICKET-6265] - Make it possible to authorize component 
> instantiations both with OR and AND rules
>     * [WICKET-6328] - Add 'pathInfo' to ForwardAttributes
>     * [WICKET-6333] - Use onConfigure() to set the visibility of 
> ExportToolbar instead of overriding isVisible()
>     * [WICKET-6334] - WicketObjects#sizeof() and #cloneObject() should 
> not use IObjectCheckers
>     * [WICKET-6335] - tree.Node calls virtual methods from constructor
>     * [WICKET-6336] - Add #removePage(IManageablePage) to IPageManager
>     * [WICKET-6343] - Add hook method for exception handling to 
> StatelessChecker
>     * [WICKET-6345] - Check for non-null PushBuilder before trying to 
> use it
>
> ** New Feature
>
>     * [WICKET-6286] - Would be good to have AjaxDownload available out 
> of the box
>


Re: [VOTE] Release Apache Wicket 8.0.0-M5

Posted by Martin Grigorov <mg...@apache.org>.
[ X ] Yes, release Apache Wicket 8.0.0-M5

Tested:
- local build
- my main application at work
- wicketstuff build
- wicket-bootstrap

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sat, Mar 25, 2017 at 4:32 PM, Andrea Del Bene <an...@gmail.com>
wrote:

> This is a vote to release Apache Wicket 8.0.0-M5
>
> 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-M5
> [ ] No, don't release Apache Wicket 8.0.0-M5, because ...
>
> Distributions, changelog, keys and signatures can be found at:
>
>     https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M5
>
> Staging repository:
>
> https://repository.apache.org/content/repositories/orgapachewicket-1084
>
> 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-M5
>     Release tag: rel/wicket-8.0.0-M5
>
>
> ========================================================================
>
>     The signatures for the source release artefacts:
>
>
> Signature for apache-wicket-8.0.0-M5.zip:
>
>     -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVplUP/18Y2qXGdgnsMhn3j7T2yEuS
> uzgxs8ZlMBG+OzMp+b/Sewocppfcc5uWEinMfLWcjU0Gplk9y9fqC+IhUreWbI/Y
> VSnykzwkYWzbxL975bgXBimiindcOLBf5VAnaw5DaN5I8o2csa6Na8WQvhTjIV87
> 9/8unxIIoJvmPt/eqXms/xVZwC52ggbYNsRExRa+bfFqaHPH0udfvBUkYW5jdK5y
> PiBFFF1H3P9SFDnVezp++7h7uZBNg2trfZUhxDUUNxu169hUqpCYEmWXE/Suby1c
> 1vBVWzaICJf+cStSVD8LRibLD8yp4UriyeQj5yD9puA4HpoONdOkb0+9EtBrr6U9
> 7JC0s3sUP8WPqYawPRW7FWa+Lkfm4YHyKp0N4uwP4Q5i4FQQOJcGKQCJGxp92cqC
> b0Ww2xjgJi+z24mDq9r3lICiL3IAbYe9gbFKm6c2S9wvtaeyUTF4Zi+Cgk1zk/qR
> 34MMXqD1wY4HxEriBsHA94WROCMlKVRXIc41NZE/ZNxdiXqTHaNEctWo88V9EElx
> t7ov/uwKVlMvFxMBOYFr9p/FAjH50zWTbx/asV/Fz0NdWDE79++Bd2OnUahFB9wh
> wXFZDo6iB7s6zh08hK68TTRGdDrZ7BGIgBMHR40tAqiJML6821hcKaNfpdemqptv
> SBxLZI3zI4Fc81w7jnrv
> =gYYk
> -----END PGP SIGNATURE-----
>
> Signature for apache-wicket-8.0.0-M5.tar.gz:
>
>     -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVK2wP+gM11Ve4SKnavA+VH0w9u1HK
> kKFHMx+nMX2uQ9lsSwbR9D0Ql0v03lctlMsr8LnzNTazZPiLrcilFKGrzlGZOAx8
> XXu1+9oPKPAUTvrpvXUmKXSqsm5XLuC74OP2w3rwV82hnIfs/CKs32X1hBRe1c+u
> S+EtBWZSJKI8qAOdZEq+ZvoVGEeUGFosPhfF98rOkleUXP9LfSppYwlHO1/8s9PE
> 3Fl1CR9smDRfNOhVwv2GvlfrH8D4bF31doQUZ2yxdWlnKRYOp1gVzUf91jZ2V2kv
> oUFQb673qP3TptyH6AwFjuZ8WHXpsbo2BAXtCKCP+6cqGczKZ+ntv2IKiVQwr1lX
> LTfUey+ZXfVWq/xkF3SCTzO7BFEp91mupqWljR/YPs3zhOT5dyGArX0XcbRiz+rZ
> yETYFlw9mmpwrZkjudfyfgZic2pcesUZOgwnq0F/BW5vuVYgFCWRFOvKChAM2G8v
> Rcsh2rV/T2/U+pIbqwCPcgOSN1OUZ4siUGSKC1ELSdIcCtfqgP3rft9tvZbmWIiv
> sGFJwZBLDIOqWzeyLxE5QvWtR9aIybqE9mJ4Y9Y2PPNJfNJsn1s/pD5qnvO3d6Ym
> +7LztPmkS4OQeVHqY9e9EnCdd9ndTe0aLHzU3kZ51oTRPwLLb6Wztxily0V15PII
> kN/0C0NMZ6Sy0Q5QgynI
> =ci2t
> -----END PGP SIGNATURE-----
>
> ========================================================================
>
>     CHANGELOG for 8.0.0-M5:
>
>
> ** Bug
>
>     * [WICKET-6317] - AuthenticatedWebSession#signOut() calls twice after
> session invalidation
>     * [WICKET-6319] - AutoCompleteTextField: popup is hidden when clicking
> on scrollbar in IE
>     * [WICKET-6329] - org.json migration issue
>     * [WICKET-6337] - Wrong class type in PageAccessSynchronizer
>     * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates
> invalid XHTML markup for multipart forms
>     * [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior
>
> ** Improvement
>
>     * [WICKET-6212] - CheckChoice / add a getAdditionalAttributes() also
> for <label>-tag
>     * [WICKET-6265] - Make it possible to authorize component
> instantiations both with OR and AND rules
>     * [WICKET-6328] - Add 'pathInfo' to ForwardAttributes
>     * [WICKET-6333] - Use onConfigure() to set the visibility of
> ExportToolbar instead of overriding isVisible()
>     * [WICKET-6334] - WicketObjects#sizeof() and #cloneObject() should not
> use IObjectCheckers
>     * [WICKET-6335] - tree.Node calls virtual methods from constructor
>     * [WICKET-6336] - Add #removePage(IManageablePage) to IPageManager
>     * [WICKET-6343] - Add hook method for exception handling to
> StatelessChecker
>     * [WICKET-6345] - Check for non-null PushBuilder before trying to use
> it
>
> ** New Feature
>
>     * [WICKET-6286] - Would be good to have AjaxDownload available out of
> the box
>
>

Re: [VOTE] Release Apache Wicket 8.0.0-M5

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

Re: [VOTE] Release Apache Wicket 8.0.0-M5

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

- checked signatures
- build from sources
- tested our main application

On Sun, Mar 26, 2017 at 6:27 AM, Pedro Santos <pe...@gmail.com> wrote:

> +1
>
> built locally and ran wicket-examples. I noticed the error while starting
> the jetty server:
>
> ERROR - servletJetty               - WELD-ENV-001202: Unable to create
> JettyWeldInjector. CDI injection will not be available in Servlets, Filters
> or Listeners.
>
> but the CDI example is working fine since we aren't injecting managed beans
> in JEE types
>
> cheers
>
> Pedro Santos
>
> On Sat, Mar 25, 2017 at 5:35 PM, Tobias Soloschenko <
> tobiassoloschenko@googlemail.com> wrote:
>
> > +1
> >
> > kind regards
> >
> > Tobias
> >
> > > Am 25.03.2017 um 16:32 schrieb Andrea Del Bene <an...@gmail.com>:
> > >
> > > This is a vote to release Apache Wicket 8.0.0-M5
> > >
> > > 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-M5
> > > [ ] No, don't release Apache Wicket 8.0.0-M5, because ...
> > >
> > > Distributions, changelog, keys and signatures can be found at:
> > >
> > >    https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M5
> > >
> > > Staging repository:
> > >
> > > https://repository.apache.org/content/repositories/
> orgapachewicket-1084
> > >
> > > 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-M5
> > >    Release tag: rel/wicket-8.0.0-M5
> > >
> > >
> > > ============================================================
> ============
> > >
> > >    The signatures for the source release artefacts:
> > >
> > >
> > > Signature for apache-wicket-8.0.0-M5.zip:
> > >
> > >    -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v1
> > >
> > > iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVplUP/18Y2qXGdgnsMhn3j7T2yEuS
> > > uzgxs8ZlMBG+OzMp+b/Sewocppfcc5uWEinMfLWcjU0Gplk9y9fqC+IhUreWbI/Y
> > > VSnykzwkYWzbxL975bgXBimiindcOLBf5VAnaw5DaN5I8o2csa6Na8WQvhTjIV87
> > > 9/8unxIIoJvmPt/eqXms/xVZwC52ggbYNsRExRa+bfFqaHPH0udfvBUkYW5jdK5y
> > > PiBFFF1H3P9SFDnVezp++7h7uZBNg2trfZUhxDUUNxu169hUqpCYEmWXE/Suby1c
> > > 1vBVWzaICJf+cStSVD8LRibLD8yp4UriyeQj5yD9puA4HpoONdOkb0+9EtBrr6U9
> > > 7JC0s3sUP8WPqYawPRW7FWa+Lkfm4YHyKp0N4uwP4Q5i4FQQOJcGKQCJGxp92cqC
> > > b0Ww2xjgJi+z24mDq9r3lICiL3IAbYe9gbFKm6c2S9wvtaeyUTF4Zi+Cgk1zk/qR
> > > 34MMXqD1wY4HxEriBsHA94WROCMlKVRXIc41NZE/ZNxdiXqTHaNEctWo88V9EElx
> > > t7ov/uwKVlMvFxMBOYFr9p/FAjH50zWTbx/asV/Fz0NdWDE79++Bd2OnUahFB9wh
> > > wXFZDo6iB7s6zh08hK68TTRGdDrZ7BGIgBMHR40tAqiJML6821hcKaNfpdemqptv
> > > SBxLZI3zI4Fc81w7jnrv
> > > =gYYk
> > > -----END PGP SIGNATURE-----
> > >
> > > Signature for apache-wicket-8.0.0-M5.tar.gz:
> > >
> > >    -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v1
> > >
> > > iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVK2wP+gM11Ve4SKnavA+VH0w9u1HK
> > > kKFHMx+nMX2uQ9lsSwbR9D0Ql0v03lctlMsr8LnzNTazZPiLrcilFKGrzlGZOAx8
> > > XXu1+9oPKPAUTvrpvXUmKXSqsm5XLuC74OP2w3rwV82hnIfs/CKs32X1hBRe1c+u
> > > S+EtBWZSJKI8qAOdZEq+ZvoVGEeUGFosPhfF98rOkleUXP9LfSppYwlHO1/8s9PE
> > > 3Fl1CR9smDRfNOhVwv2GvlfrH8D4bF31doQUZ2yxdWlnKRYOp1gVzUf91jZ2V2kv
> > > oUFQb673qP3TptyH6AwFjuZ8WHXpsbo2BAXtCKCP+6cqGczKZ+ntv2IKiVQwr1lX
> > > LTfUey+ZXfVWq/xkF3SCTzO7BFEp91mupqWljR/YPs3zhOT5dyGArX0XcbRiz+rZ
> > > yETYFlw9mmpwrZkjudfyfgZic2pcesUZOgwnq0F/BW5vuVYgFCWRFOvKChAM2G8v
> > > Rcsh2rV/T2/U+pIbqwCPcgOSN1OUZ4siUGSKC1ELSdIcCtfqgP3rft9tvZbmWIiv
> > > sGFJwZBLDIOqWzeyLxE5QvWtR9aIybqE9mJ4Y9Y2PPNJfNJsn1s/pD5qnvO3d6Ym
> > > +7LztPmkS4OQeVHqY9e9EnCdd9ndTe0aLHzU3kZ51oTRPwLLb6Wztxily0V15PII
> > > kN/0C0NMZ6Sy0Q5QgynI
> > > =ci2t
> > > -----END PGP SIGNATURE-----
> > >
> > > ============================================================
> ============
> > >
> > >    CHANGELOG for 8.0.0-M5:
> > >
> > >
> > > ** Bug
> > >
> > >    * [WICKET-6317] - AuthenticatedWebSession#signOut() calls twice
> > after session invalidation
> > >    * [WICKET-6319] - AutoCompleteTextField: popup is hidden when
> > clicking on scrollbar in IE
> > >    * [WICKET-6329] - org.json migration issue
> > >    * [WICKET-6337] - Wrong class type in PageAccessSynchronizer
> > >    * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates
> > invalid XHTML markup for multipart forms
> > >    * [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior
> > >
> > > ** Improvement
> > >
> > >    * [WICKET-6212] - CheckChoice / add a getAdditionalAttributes() also
> > for <label>-tag
> > >    * [WICKET-6265] - Make it possible to authorize component
> > instantiations both with OR and AND rules
> > >    * [WICKET-6328] - Add 'pathInfo' to ForwardAttributes
> > >    * [WICKET-6333] - Use onConfigure() to set the visibility of
> > ExportToolbar instead of overriding isVisible()
> > >    * [WICKET-6334] - WicketObjects#sizeof() and #cloneObject() should
> > not use IObjectCheckers
> > >    * [WICKET-6335] - tree.Node calls virtual methods from constructor
> > >    * [WICKET-6336] - Add #removePage(IManageablePage) to IPageManager
> > >    * [WICKET-6343] - Add hook method for exception handling to
> > StatelessChecker
> > >    * [WICKET-6345] - Check for non-null PushBuilder before trying to
> use
> > it
> > >
> > > ** New Feature
> > >
> > >    * [WICKET-6286] - Would be good to have AjaxDownload available out
> of
> > the box
> > >
> >
>



-- 
WBR
Maxim aka solomax

Re: [VOTE] Release Apache Wicket 8.0.0-M5

Posted by Pedro Santos <pe...@gmail.com>.
+1

built locally and ran wicket-examples. I noticed the error while starting
the jetty server:

ERROR - servletJetty               - WELD-ENV-001202: Unable to create
JettyWeldInjector. CDI injection will not be available in Servlets, Filters
or Listeners.

but the CDI example is working fine since we aren't injecting managed beans
in JEE types

cheers

Pedro Santos

On Sat, Mar 25, 2017 at 5:35 PM, Tobias Soloschenko <
tobiassoloschenko@googlemail.com> wrote:

> +1
>
> kind regards
>
> Tobias
>
> > Am 25.03.2017 um 16:32 schrieb Andrea Del Bene <an...@gmail.com>:
> >
> > This is a vote to release Apache Wicket 8.0.0-M5
> >
> > 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-M5
> > [ ] No, don't release Apache Wicket 8.0.0-M5, because ...
> >
> > Distributions, changelog, keys and signatures can be found at:
> >
> >    https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M5
> >
> > Staging repository:
> >
> > https://repository.apache.org/content/repositories/orgapachewicket-1084
> >
> > 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-M5
> >    Release tag: rel/wicket-8.0.0-M5
> >
> >
> > ========================================================================
> >
> >    The signatures for the source release artefacts:
> >
> >
> > Signature for apache-wicket-8.0.0-M5.zip:
> >
> >    -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1
> >
> > iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVplUP/18Y2qXGdgnsMhn3j7T2yEuS
> > uzgxs8ZlMBG+OzMp+b/Sewocppfcc5uWEinMfLWcjU0Gplk9y9fqC+IhUreWbI/Y
> > VSnykzwkYWzbxL975bgXBimiindcOLBf5VAnaw5DaN5I8o2csa6Na8WQvhTjIV87
> > 9/8unxIIoJvmPt/eqXms/xVZwC52ggbYNsRExRa+bfFqaHPH0udfvBUkYW5jdK5y
> > PiBFFF1H3P9SFDnVezp++7h7uZBNg2trfZUhxDUUNxu169hUqpCYEmWXE/Suby1c
> > 1vBVWzaICJf+cStSVD8LRibLD8yp4UriyeQj5yD9puA4HpoONdOkb0+9EtBrr6U9
> > 7JC0s3sUP8WPqYawPRW7FWa+Lkfm4YHyKp0N4uwP4Q5i4FQQOJcGKQCJGxp92cqC
> > b0Ww2xjgJi+z24mDq9r3lICiL3IAbYe9gbFKm6c2S9wvtaeyUTF4Zi+Cgk1zk/qR
> > 34MMXqD1wY4HxEriBsHA94WROCMlKVRXIc41NZE/ZNxdiXqTHaNEctWo88V9EElx
> > t7ov/uwKVlMvFxMBOYFr9p/FAjH50zWTbx/asV/Fz0NdWDE79++Bd2OnUahFB9wh
> > wXFZDo6iB7s6zh08hK68TTRGdDrZ7BGIgBMHR40tAqiJML6821hcKaNfpdemqptv
> > SBxLZI3zI4Fc81w7jnrv
> > =gYYk
> > -----END PGP SIGNATURE-----
> >
> > Signature for apache-wicket-8.0.0-M5.tar.gz:
> >
> >    -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1
> >
> > iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVK2wP+gM11Ve4SKnavA+VH0w9u1HK
> > kKFHMx+nMX2uQ9lsSwbR9D0Ql0v03lctlMsr8LnzNTazZPiLrcilFKGrzlGZOAx8
> > XXu1+9oPKPAUTvrpvXUmKXSqsm5XLuC74OP2w3rwV82hnIfs/CKs32X1hBRe1c+u
> > S+EtBWZSJKI8qAOdZEq+ZvoVGEeUGFosPhfF98rOkleUXP9LfSppYwlHO1/8s9PE
> > 3Fl1CR9smDRfNOhVwv2GvlfrH8D4bF31doQUZ2yxdWlnKRYOp1gVzUf91jZ2V2kv
> > oUFQb673qP3TptyH6AwFjuZ8WHXpsbo2BAXtCKCP+6cqGczKZ+ntv2IKiVQwr1lX
> > LTfUey+ZXfVWq/xkF3SCTzO7BFEp91mupqWljR/YPs3zhOT5dyGArX0XcbRiz+rZ
> > yETYFlw9mmpwrZkjudfyfgZic2pcesUZOgwnq0F/BW5vuVYgFCWRFOvKChAM2G8v
> > Rcsh2rV/T2/U+pIbqwCPcgOSN1OUZ4siUGSKC1ELSdIcCtfqgP3rft9tvZbmWIiv
> > sGFJwZBLDIOqWzeyLxE5QvWtR9aIybqE9mJ4Y9Y2PPNJfNJsn1s/pD5qnvO3d6Ym
> > +7LztPmkS4OQeVHqY9e9EnCdd9ndTe0aLHzU3kZ51oTRPwLLb6Wztxily0V15PII
> > kN/0C0NMZ6Sy0Q5QgynI
> > =ci2t
> > -----END PGP SIGNATURE-----
> >
> > ========================================================================
> >
> >    CHANGELOG for 8.0.0-M5:
> >
> >
> > ** Bug
> >
> >    * [WICKET-6317] - AuthenticatedWebSession#signOut() calls twice
> after session invalidation
> >    * [WICKET-6319] - AutoCompleteTextField: popup is hidden when
> clicking on scrollbar in IE
> >    * [WICKET-6329] - org.json migration issue
> >    * [WICKET-6337] - Wrong class type in PageAccessSynchronizer
> >    * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates
> invalid XHTML markup for multipart forms
> >    * [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior
> >
> > ** Improvement
> >
> >    * [WICKET-6212] - CheckChoice / add a getAdditionalAttributes() also
> for <label>-tag
> >    * [WICKET-6265] - Make it possible to authorize component
> instantiations both with OR and AND rules
> >    * [WICKET-6328] - Add 'pathInfo' to ForwardAttributes
> >    * [WICKET-6333] - Use onConfigure() to set the visibility of
> ExportToolbar instead of overriding isVisible()
> >    * [WICKET-6334] - WicketObjects#sizeof() and #cloneObject() should
> not use IObjectCheckers
> >    * [WICKET-6335] - tree.Node calls virtual methods from constructor
> >    * [WICKET-6336] - Add #removePage(IManageablePage) to IPageManager
> >    * [WICKET-6343] - Add hook method for exception handling to
> StatelessChecker
> >    * [WICKET-6345] - Check for non-null PushBuilder before trying to use
> it
> >
> > ** New Feature
> >
> >    * [WICKET-6286] - Would be good to have AjaxDownload available out of
> the box
> >
>

Re: [VOTE] Release Apache Wicket 8.0.0-M5

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

kind regards

Tobias

> Am 25.03.2017 um 16:32 schrieb Andrea Del Bene <an...@gmail.com>:
> 
> This is a vote to release Apache Wicket 8.0.0-M5
> 
> 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-M5
> [ ] No, don't release Apache Wicket 8.0.0-M5, because ...
> 
> Distributions, changelog, keys and signatures can be found at:
> 
>    https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M5
> 
> Staging repository:
> 
> https://repository.apache.org/content/repositories/orgapachewicket-1084
> 
> 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-M5
>    Release tag: rel/wicket-8.0.0-M5
> 
> 
> ========================================================================
> 
>    The signatures for the source release artefacts:
> 
> 
> Signature for apache-wicket-8.0.0-M5.zip:
> 
>    -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> 
> iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVplUP/18Y2qXGdgnsMhn3j7T2yEuS
> uzgxs8ZlMBG+OzMp+b/Sewocppfcc5uWEinMfLWcjU0Gplk9y9fqC+IhUreWbI/Y
> VSnykzwkYWzbxL975bgXBimiindcOLBf5VAnaw5DaN5I8o2csa6Na8WQvhTjIV87
> 9/8unxIIoJvmPt/eqXms/xVZwC52ggbYNsRExRa+bfFqaHPH0udfvBUkYW5jdK5y
> PiBFFF1H3P9SFDnVezp++7h7uZBNg2trfZUhxDUUNxu169hUqpCYEmWXE/Suby1c
> 1vBVWzaICJf+cStSVD8LRibLD8yp4UriyeQj5yD9puA4HpoONdOkb0+9EtBrr6U9
> 7JC0s3sUP8WPqYawPRW7FWa+Lkfm4YHyKp0N4uwP4Q5i4FQQOJcGKQCJGxp92cqC
> b0Ww2xjgJi+z24mDq9r3lICiL3IAbYe9gbFKm6c2S9wvtaeyUTF4Zi+Cgk1zk/qR
> 34MMXqD1wY4HxEriBsHA94WROCMlKVRXIc41NZE/ZNxdiXqTHaNEctWo88V9EElx
> t7ov/uwKVlMvFxMBOYFr9p/FAjH50zWTbx/asV/Fz0NdWDE79++Bd2OnUahFB9wh
> wXFZDo6iB7s6zh08hK68TTRGdDrZ7BGIgBMHR40tAqiJML6821hcKaNfpdemqptv
> SBxLZI3zI4Fc81w7jnrv
> =gYYk
> -----END PGP SIGNATURE-----
> 
> Signature for apache-wicket-8.0.0-M5.tar.gz:
> 
>    -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> 
> iQIcBAABAgAGBQJY1oVeAAoJEAzCjx+CMhBVK2wP+gM11Ve4SKnavA+VH0w9u1HK
> kKFHMx+nMX2uQ9lsSwbR9D0Ql0v03lctlMsr8LnzNTazZPiLrcilFKGrzlGZOAx8
> XXu1+9oPKPAUTvrpvXUmKXSqsm5XLuC74OP2w3rwV82hnIfs/CKs32X1hBRe1c+u
> S+EtBWZSJKI8qAOdZEq+ZvoVGEeUGFosPhfF98rOkleUXP9LfSppYwlHO1/8s9PE
> 3Fl1CR9smDRfNOhVwv2GvlfrH8D4bF31doQUZ2yxdWlnKRYOp1gVzUf91jZ2V2kv
> oUFQb673qP3TptyH6AwFjuZ8WHXpsbo2BAXtCKCP+6cqGczKZ+ntv2IKiVQwr1lX
> LTfUey+ZXfVWq/xkF3SCTzO7BFEp91mupqWljR/YPs3zhOT5dyGArX0XcbRiz+rZ
> yETYFlw9mmpwrZkjudfyfgZic2pcesUZOgwnq0F/BW5vuVYgFCWRFOvKChAM2G8v
> Rcsh2rV/T2/U+pIbqwCPcgOSN1OUZ4siUGSKC1ELSdIcCtfqgP3rft9tvZbmWIiv
> sGFJwZBLDIOqWzeyLxE5QvWtR9aIybqE9mJ4Y9Y2PPNJfNJsn1s/pD5qnvO3d6Ym
> +7LztPmkS4OQeVHqY9e9EnCdd9ndTe0aLHzU3kZ51oTRPwLLb6Wztxily0V15PII
> kN/0C0NMZ6Sy0Q5QgynI
> =ci2t
> -----END PGP SIGNATURE-----
> 
> ========================================================================
> 
>    CHANGELOG for 8.0.0-M5:
> 
> 
> ** Bug
> 
>    * [WICKET-6317] - AuthenticatedWebSession#signOut() calls twice after session invalidation
>    * [WICKET-6319] - AutoCompleteTextField: popup is hidden when clicking on scrollbar in IE
>    * [WICKET-6329] - org.json migration issue
>    * [WICKET-6337] - Wrong class type in PageAccessSynchronizer
>    * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates invalid XHTML markup for multipart forms
>    * [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior
> 
> ** Improvement
> 
>    * [WICKET-6212] - CheckChoice / add a getAdditionalAttributes() also for <label>-tag
>    * [WICKET-6265] - Make it possible to authorize component instantiations both with OR and AND rules
>    * [WICKET-6328] - Add 'pathInfo' to ForwardAttributes
>    * [WICKET-6333] - Use onConfigure() to set the visibility of ExportToolbar instead of overriding isVisible()
>    * [WICKET-6334] - WicketObjects#sizeof() and #cloneObject() should not use IObjectCheckers
>    * [WICKET-6335] - tree.Node calls virtual methods from constructor
>    * [WICKET-6336] - Add #removePage(IManageablePage) to IPageManager
>    * [WICKET-6343] - Add hook method for exception handling to StatelessChecker
>    * [WICKET-6345] - Check for non-null PushBuilder before trying to use it
> 
> ** New Feature
> 
>    * [WICKET-6286] - Would be good to have AjaxDownload available out of the box
>