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 2020/07/11 17:10:40 UTC

[VOTE] Release Apache Wicket 8.9.0

This is a vote to release Apache Wicket 8.9.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 8.9.0
[ ] No, don't release Apache Wicket 8.9.0, because ...

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

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

Staging repository:

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

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.9.0
     Release tag: rel/wicket-8.9.0


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

     The signatures for the source release artefacts:


Signature for apache-wicket-8.9.0.zip:

     -----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl8J7WgACgkQh48B+qjT
VuEz5w//UdCdkzpwDEWmusPlpU2RyoTv8XPxRWbr3ZKEdeWEw9CJKm4Mz0lJ3RuQ
UfJhkl8vraxVPFSXUJidnH6Zrvp7GBOBG/kzSmlP6tuZU0ZmCKCJFUg6OMDfBO5T
MU7eDE7oSB0w4FnXkP0YTnTOnAmWu1/kOy4aKgaEtrNcHj0hVt62UdDxgdkZ29l0
PuklUCzqJLg4dWWQ52/U1rfqB3XVPCgLY7XTnqcwi/T5f5xo0xLMTfcWyNxvUKHQ
v2umt3roDTI0sU6JUEqcimlX4sfz/N/0+hIIx8a7/Kcdh9M1cBwjt7tk9YDOUbJ3
leyHqwcMe0iNTpadNr+0n3i5W8ebQf7mRh2JSuPCTWCfbd5LpInYi9FqTHw3pMKU
B/z92OvPTUqsJH4g5eCkFRALPjj7E8ehidv/hBNj5EhiBfEIQXLGhvZXY/CtLQOq
W3bDgvz4L+RRuyc3TjIwIGDwt5nyocnywweujg2ZFgLllnzeiHkZ926echkri0uA
LyfdDFja9p1jkLH7PzPOpEQDnGWkJyVxiZdIc0T3PjQxxC3BpuudI7kSP3WJ29dL
yCCRdfGfyAsCZ03LLCy7ieJhf0t8jJGND9k5pS0+35tOQaDUTnFtE93aWf/RSoD3
8TfI891GRWS4AxqxhLwoKHWuAOD3jstq23+J12v1X+kLNspn7Ow=
=J8la
-----END PGP SIGNATURE-----

Signature for apache-wicket-8.9.0.tar.gz:

     -----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl8J7WcACgkQh48B+qjT
VuFqEw//ZJhe42SnRdqwPEFHlgkUccDhlJiUb0pk+H0txaTH3+jDf/wuFmeGzfvS
mNe+aSE+jOVxSQ8JwJT2Y5AbSldYYyrFZ3xrALeatWkdfoW2WT99MKvjxiNJrLKq
XOZVfVPW1EDVNmxBdDSRAlo30mjnPzjjmuTOcf1cti6K4Ix+bdYss6oKx0637tmU
WY10XiqvA/6uAnc05wurazVfmbib46sCw1KVA82/pcRIF4wpDv42mRs8+B3tgTBk
v1g/Hpe2Ue5UNYKedckdhad/LTNblK/ZGUgFXsbmAlG6eDaFlH2KRRJdpBzUaCpa
tGO2LSo70GEb9zovEmQeVj2bKuFmmUA+b1VQDLwPz9e5b27vsNz3VDG7BmaKntB3
MWmjnuCjG+IhbVjAfaQjg/zMC4BxIlBVNLrMtphtm7u+6fnBHgYndqcx6vB5DtKd
FzfD+JauBNI2xK+C+Ix/Ok9RVTd1Wq9tFw7sjK/GD54AXeSTRrtXrmQLhPSVWGMG
CItE8AUTGivy/8Pi6CYtiWJY5gLqaXg2lymqx5DvCXufKBgeNE56pDnLGATRf+ZK
848NTpwHA9uumuscGlQ91T/YL0sZiFkfqzhGyqY4AHCdHfLVRGUuCU6fmE5o7gnm
89bk6vx6RBt34jxqDjuliuFN1jV813ZaPX9QHPxp+58GDkJ6zZM=
=WcON
-----END PGP SIGNATURE-----

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

     CHANGELOG for 8.9.0:

** Bug

     * [WICKET-6742] - Stacktrace in Fragment example
     * [WICKET-6764] - RedirectToUrlException change the second question 
mark in URL from "?" to "%3F"
     * [WICKET-6771] - Performance issues accessing component metadata 
while iterating
     * [WICKET-6782] - WebSocket onError/onAbort is not being called
     * [WICKET-6784] - StockQuote example does not work because the web 
service is no more available
     * [WICKET-6791] - Offload WebSocket push when initiated in Wicket 
request cycle
     * [WICKET-6793] - OOM in AsynchronousPageStore

** Improvement

     * [WICKET-6767] - Do not log error for broken pipes in websocket 
connections
     * [WICKET-6772] - Use StandardCharset for URL encoding and decoding
     * [WICKET-6773] - Improve performance of getting behaviors for 
components
     * [WICKET-6781] - Timezone can be determined on client side (7.x 
and 8.x)
     * [WICKET-6792] - Packages#absolutePath keeps unnecessary current 
dir dot "."
     * [WICKET-6796] - Report the component path when failing to set a 
new object to a read only model
     * [WICKET-6800] - Use LinkedHashSet instead of LinkedList for 
AjaxRequestHandler#listeners

** Task

     * [WICKET-6779] - Upgrade JQuery 3 to 3.5.1
     * [WICKET-6783] - Utility classes available in JDK should be 
deprecated/removed


Re: [VOTE] Release Apache Wicket 8.9.0

Posted by Andrea Del Bene <an...@gmail.com>.
This vote passes! Thank you all!

On 15/07/20 17:17, Tobias Soloschenko wrote:
> +1
>
>> Am 15.07.2020 um 16:46 schrieb Andrea Del Bene <an...@gmail.com>:
>>
>> +1
>>
>> Tested user guide examples.
>>
>> On Tue, Jul 14, 2020 at 4:00 AM Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>>> +1
>>>
>>> Tested:
>>> - signatures
>>> - build from sources
>>> - wicketstuff build
>>> - some wicketstuff examples
>>>
>>> On Mon, 13 Jul 2020 at 13:18, Sven Meier <sv...@meiers.net> wrote:
>>>
>>>> +1
>>>>
>>>> checked some examples and sha
>>>>
>>>> Sven
>>>>
>>>>
>>>> On 11.07.20 19:10, Andrea Del Bene wrote:
>>>>> This is a vote to release Apache Wicket 8.9.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 8.9.0
>>>>> [ ] No, don't release Apache Wicket 8.9.0, because ...
>>>>>
>>>>> Distributions, changelog, keys and signatures can be found at:
>>>>>
>>>>>     https://dist.apache.org/repos/dist/dev/wicket/8.9.0
>>>>>
>>>>> Staging repository:
>>>>>
>>>>>
>>> https://repository.apache.org/content/repositories/orgapachewicket-1148/
>>>>> 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.9.0
>>>>>     Release tag: rel/wicket-8.9.0
>>>>>
>>>>>
>>>>>
>>> ========================================================================
>>>>>     The signatures for the source release artefacts:
>>>>>
>>>>>
>>>>> Signature for apache-wicket-8.9.0.zip:
>>>>>
>>>>>     -----BEGIN PGP SIGNATURE-----
>>>>>
>>>>> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl8J7WgACgkQh48B+qjT
>>>>> VuEz5w//UdCdkzpwDEWmusPlpU2RyoTv8XPxRWbr3ZKEdeWEw9CJKm4Mz0lJ3RuQ
>>>>> UfJhkl8vraxVPFSXUJidnH6Zrvp7GBOBG/kzSmlP6tuZU0ZmCKCJFUg6OMDfBO5T
>>>>> MU7eDE7oSB0w4FnXkP0YTnTOnAmWu1/kOy4aKgaEtrNcHj0hVt62UdDxgdkZ29l0
>>>>> PuklUCzqJLg4dWWQ52/U1rfqB3XVPCgLY7XTnqcwi/T5f5xo0xLMTfcWyNxvUKHQ
>>>>> v2umt3roDTI0sU6JUEqcimlX4sfz/N/0+hIIx8a7/Kcdh9M1cBwjt7tk9YDOUbJ3
>>>>> leyHqwcMe0iNTpadNr+0n3i5W8ebQf7mRh2JSuPCTWCfbd5LpInYi9FqTHw3pMKU
>>>>> B/z92OvPTUqsJH4g5eCkFRALPjj7E8ehidv/hBNj5EhiBfEIQXLGhvZXY/CtLQOq
>>>>> W3bDgvz4L+RRuyc3TjIwIGDwt5nyocnywweujg2ZFgLllnzeiHkZ926echkri0uA
>>>>> LyfdDFja9p1jkLH7PzPOpEQDnGWkJyVxiZdIc0T3PjQxxC3BpuudI7kSP3WJ29dL
>>>>> yCCRdfGfyAsCZ03LLCy7ieJhf0t8jJGND9k5pS0+35tOQaDUTnFtE93aWf/RSoD3
>>>>> 8TfI891GRWS4AxqxhLwoKHWuAOD3jstq23+J12v1X+kLNspn7Ow=
>>>>> =J8la
>>>>> -----END PGP SIGNATURE-----
>>>>>
>>>>> Signature for apache-wicket-8.9.0.tar.gz:
>>>>>
>>>>>     -----BEGIN PGP SIGNATURE-----
>>>>>
>>>>> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl8J7WcACgkQh48B+qjT
>>>>> VuFqEw//ZJhe42SnRdqwPEFHlgkUccDhlJiUb0pk+H0txaTH3+jDf/wuFmeGzfvS
>>>>> mNe+aSE+jOVxSQ8JwJT2Y5AbSldYYyrFZ3xrALeatWkdfoW2WT99MKvjxiNJrLKq
>>>>> XOZVfVPW1EDVNmxBdDSRAlo30mjnPzjjmuTOcf1cti6K4Ix+bdYss6oKx0637tmU
>>>>> WY10XiqvA/6uAnc05wurazVfmbib46sCw1KVA82/pcRIF4wpDv42mRs8+B3tgTBk
>>>>> v1g/Hpe2Ue5UNYKedckdhad/LTNblK/ZGUgFXsbmAlG6eDaFlH2KRRJdpBzUaCpa
>>>>> tGO2LSo70GEb9zovEmQeVj2bKuFmmUA+b1VQDLwPz9e5b27vsNz3VDG7BmaKntB3
>>>>> MWmjnuCjG+IhbVjAfaQjg/zMC4BxIlBVNLrMtphtm7u+6fnBHgYndqcx6vB5DtKd
>>>>> FzfD+JauBNI2xK+C+Ix/Ok9RVTd1Wq9tFw7sjK/GD54AXeSTRrtXrmQLhPSVWGMG
>>>>> CItE8AUTGivy/8Pi6CYtiWJY5gLqaXg2lymqx5DvCXufKBgeNE56pDnLGATRf+ZK
>>>>> 848NTpwHA9uumuscGlQ91T/YL0sZiFkfqzhGyqY4AHCdHfLVRGUuCU6fmE5o7gnm
>>>>> 89bk6vx6RBt34jxqDjuliuFN1jV813ZaPX9QHPxp+58GDkJ6zZM=
>>>>> =WcON
>>>>> -----END PGP SIGNATURE-----
>>>>>
>>>>>
>>> ========================================================================
>>>>>     CHANGELOG for 8.9.0:
>>>>>
>>>>> ** Bug
>>>>>
>>>>>     * [WICKET-6742] - Stacktrace in Fragment example
>>>>>     * [WICKET-6764] - RedirectToUrlException change the second
>>>>> question mark in URL from "?" to "%3F"
>>>>>     * [WICKET-6771] - Performance issues accessing component metadata
>>>>> while iterating
>>>>>     * [WICKET-6782] - WebSocket onError/onAbort is not being called
>>>>>     * [WICKET-6784] - StockQuote example does not work because the web
>>>>> service is no more available
>>>>>     * [WICKET-6791] - Offload WebSocket push when initiated in Wicket
>>>>> request cycle
>>>>>     * [WICKET-6793] - OOM in AsynchronousPageStore
>>>>>
>>>>> ** Improvement
>>>>>
>>>>>     * [WICKET-6767] - Do not log error for broken pipes in websocket
>>>>> connections
>>>>>     * [WICKET-6772] - Use StandardCharset for URL encoding and decoding
>>>>>     * [WICKET-6773] - Improve performance of getting behaviors for
>>>>> components
>>>>>     * [WICKET-6781] - Timezone can be determined on client side (7.x
>>>>> and 8.x)
>>>>>     * [WICKET-6792] - Packages#absolutePath keeps unnecessary current
>>>>> dir dot "."
>>>>>     * [WICKET-6796] - Report the component path when failing to set a
>>>>> new object to a read only model
>>>>>     * [WICKET-6800] - Use LinkedHashSet instead of LinkedList for
>>>>> AjaxRequestHandler#listeners
>>>>>
>>>>> ** Task
>>>>>
>>>>>     * [WICKET-6779] - Upgrade JQuery 3 to 3.5.1
>>>>>     * [WICKET-6783] - Utility classes available in JDK should be
>>>>> deprecated/removed
>>>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>
>> -- 
>> Andrea Del Bene.
>> Apache Wicket committer.

Re: [VOTE] Release Apache Wicket 8.9.0

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

> Am 15.07.2020 um 16:46 schrieb Andrea Del Bene <an...@gmail.com>:
> 
> +1
> 
> Tested user guide examples.
> 
> On Tue, Jul 14, 2020 at 4:00 AM Maxim Solodovnik <so...@gmail.com>
> wrote:
> 
>> +1
>> 
>> Tested:
>> - signatures
>> - build from sources
>> - wicketstuff build
>> - some wicketstuff examples
>> 
>> On Mon, 13 Jul 2020 at 13:18, Sven Meier <sv...@meiers.net> wrote:
>> 
>>> +1
>>> 
>>> checked some examples and sha
>>> 
>>> Sven
>>> 
>>> 
>>> On 11.07.20 19:10, Andrea Del Bene wrote:
>>>> This is a vote to release Apache Wicket 8.9.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 8.9.0
>>>> [ ] No, don't release Apache Wicket 8.9.0, because ...
>>>> 
>>>> Distributions, changelog, keys and signatures can be found at:
>>>> 
>>>>    https://dist.apache.org/repos/dist/dev/wicket/8.9.0
>>>> 
>>>> Staging repository:
>>>> 
>>>> 
>> https://repository.apache.org/content/repositories/orgapachewicket-1148/
>>>> 
>>>> 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.9.0
>>>>    Release tag: rel/wicket-8.9.0
>>>> 
>>>> 
>>>> 
>> ========================================================================
>>>> 
>>>>    The signatures for the source release artefacts:
>>>> 
>>>> 
>>>> Signature for apache-wicket-8.9.0.zip:
>>>> 
>>>>    -----BEGIN PGP SIGNATURE-----
>>>> 
>>>> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl8J7WgACgkQh48B+qjT
>>>> VuEz5w//UdCdkzpwDEWmusPlpU2RyoTv8XPxRWbr3ZKEdeWEw9CJKm4Mz0lJ3RuQ
>>>> UfJhkl8vraxVPFSXUJidnH6Zrvp7GBOBG/kzSmlP6tuZU0ZmCKCJFUg6OMDfBO5T
>>>> MU7eDE7oSB0w4FnXkP0YTnTOnAmWu1/kOy4aKgaEtrNcHj0hVt62UdDxgdkZ29l0
>>>> PuklUCzqJLg4dWWQ52/U1rfqB3XVPCgLY7XTnqcwi/T5f5xo0xLMTfcWyNxvUKHQ
>>>> v2umt3roDTI0sU6JUEqcimlX4sfz/N/0+hIIx8a7/Kcdh9M1cBwjt7tk9YDOUbJ3
>>>> leyHqwcMe0iNTpadNr+0n3i5W8ebQf7mRh2JSuPCTWCfbd5LpInYi9FqTHw3pMKU
>>>> B/z92OvPTUqsJH4g5eCkFRALPjj7E8ehidv/hBNj5EhiBfEIQXLGhvZXY/CtLQOq
>>>> W3bDgvz4L+RRuyc3TjIwIGDwt5nyocnywweujg2ZFgLllnzeiHkZ926echkri0uA
>>>> LyfdDFja9p1jkLH7PzPOpEQDnGWkJyVxiZdIc0T3PjQxxC3BpuudI7kSP3WJ29dL
>>>> yCCRdfGfyAsCZ03LLCy7ieJhf0t8jJGND9k5pS0+35tOQaDUTnFtE93aWf/RSoD3
>>>> 8TfI891GRWS4AxqxhLwoKHWuAOD3jstq23+J12v1X+kLNspn7Ow=
>>>> =J8la
>>>> -----END PGP SIGNATURE-----
>>>> 
>>>> Signature for apache-wicket-8.9.0.tar.gz:
>>>> 
>>>>    -----BEGIN PGP SIGNATURE-----
>>>> 
>>>> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl8J7WcACgkQh48B+qjT
>>>> VuFqEw//ZJhe42SnRdqwPEFHlgkUccDhlJiUb0pk+H0txaTH3+jDf/wuFmeGzfvS
>>>> mNe+aSE+jOVxSQ8JwJT2Y5AbSldYYyrFZ3xrALeatWkdfoW2WT99MKvjxiNJrLKq
>>>> XOZVfVPW1EDVNmxBdDSRAlo30mjnPzjjmuTOcf1cti6K4Ix+bdYss6oKx0637tmU
>>>> WY10XiqvA/6uAnc05wurazVfmbib46sCw1KVA82/pcRIF4wpDv42mRs8+B3tgTBk
>>>> v1g/Hpe2Ue5UNYKedckdhad/LTNblK/ZGUgFXsbmAlG6eDaFlH2KRRJdpBzUaCpa
>>>> tGO2LSo70GEb9zovEmQeVj2bKuFmmUA+b1VQDLwPz9e5b27vsNz3VDG7BmaKntB3
>>>> MWmjnuCjG+IhbVjAfaQjg/zMC4BxIlBVNLrMtphtm7u+6fnBHgYndqcx6vB5DtKd
>>>> FzfD+JauBNI2xK+C+Ix/Ok9RVTd1Wq9tFw7sjK/GD54AXeSTRrtXrmQLhPSVWGMG
>>>> CItE8AUTGivy/8Pi6CYtiWJY5gLqaXg2lymqx5DvCXufKBgeNE56pDnLGATRf+ZK
>>>> 848NTpwHA9uumuscGlQ91T/YL0sZiFkfqzhGyqY4AHCdHfLVRGUuCU6fmE5o7gnm
>>>> 89bk6vx6RBt34jxqDjuliuFN1jV813ZaPX9QHPxp+58GDkJ6zZM=
>>>> =WcON
>>>> -----END PGP SIGNATURE-----
>>>> 
>>>> 
>> ========================================================================
>>>> 
>>>>    CHANGELOG for 8.9.0:
>>>> 
>>>> ** Bug
>>>> 
>>>>    * [WICKET-6742] - Stacktrace in Fragment example
>>>>    * [WICKET-6764] - RedirectToUrlException change the second
>>>> question mark in URL from "?" to "%3F"
>>>>    * [WICKET-6771] - Performance issues accessing component metadata
>>>> while iterating
>>>>    * [WICKET-6782] - WebSocket onError/onAbort is not being called
>>>>    * [WICKET-6784] - StockQuote example does not work because the web
>>>> service is no more available
>>>>    * [WICKET-6791] - Offload WebSocket push when initiated in Wicket
>>>> request cycle
>>>>    * [WICKET-6793] - OOM in AsynchronousPageStore
>>>> 
>>>> ** Improvement
>>>> 
>>>>    * [WICKET-6767] - Do not log error for broken pipes in websocket
>>>> connections
>>>>    * [WICKET-6772] - Use StandardCharset for URL encoding and decoding
>>>>    * [WICKET-6773] - Improve performance of getting behaviors for
>>>> components
>>>>    * [WICKET-6781] - Timezone can be determined on client side (7.x
>>>> and 8.x)
>>>>    * [WICKET-6792] - Packages#absolutePath keeps unnecessary current
>>>> dir dot "."
>>>>    * [WICKET-6796] - Report the component path when failing to set a
>>>> new object to a read only model
>>>>    * [WICKET-6800] - Use LinkedHashSet instead of LinkedList for
>>>> AjaxRequestHandler#listeners
>>>> 
>>>> ** Task
>>>> 
>>>>    * [WICKET-6779] - Upgrade JQuery 3 to 3.5.1
>>>>    * [WICKET-6783] - Utility classes available in JDK should be
>>>> deprecated/removed
>>>> 
>>> 
>> 
>> 
>> --
>> Best regards,
>> Maxim
>> 
> 
> 
> -- 
> Andrea Del Bene.
> Apache Wicket committer.


Re: [VOTE] Release Apache Wicket 8.9.0

Posted by Andrea Del Bene <an...@gmail.com>.
+1

Tested user guide examples.

On Tue, Jul 14, 2020 at 4:00 AM Maxim Solodovnik <so...@gmail.com>
wrote:

> +1
>
> Tested:
> - signatures
> - build from sources
> - wicketstuff build
> - some wicketstuff examples
>
> On Mon, 13 Jul 2020 at 13:18, Sven Meier <sv...@meiers.net> wrote:
>
> > +1
> >
> > checked some examples and sha
> >
> > Sven
> >
> >
> > On 11.07.20 19:10, Andrea Del Bene wrote:
> > > This is a vote to release Apache Wicket 8.9.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 8.9.0
> > > [ ] No, don't release Apache Wicket 8.9.0, because ...
> > >
> > > Distributions, changelog, keys and signatures can be found at:
> > >
> > >     https://dist.apache.org/repos/dist/dev/wicket/8.9.0
> > >
> > > Staging repository:
> > >
> > >
> https://repository.apache.org/content/repositories/orgapachewicket-1148/
> > >
> > > 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.9.0
> > >     Release tag: rel/wicket-8.9.0
> > >
> > >
> > >
> ========================================================================
> > >
> > >     The signatures for the source release artefacts:
> > >
> > >
> > > Signature for apache-wicket-8.9.0.zip:
> > >
> > >     -----BEGIN PGP SIGNATURE-----
> > >
> > > iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl8J7WgACgkQh48B+qjT
> > > VuEz5w//UdCdkzpwDEWmusPlpU2RyoTv8XPxRWbr3ZKEdeWEw9CJKm4Mz0lJ3RuQ
> > > UfJhkl8vraxVPFSXUJidnH6Zrvp7GBOBG/kzSmlP6tuZU0ZmCKCJFUg6OMDfBO5T
> > > MU7eDE7oSB0w4FnXkP0YTnTOnAmWu1/kOy4aKgaEtrNcHj0hVt62UdDxgdkZ29l0
> > > PuklUCzqJLg4dWWQ52/U1rfqB3XVPCgLY7XTnqcwi/T5f5xo0xLMTfcWyNxvUKHQ
> > > v2umt3roDTI0sU6JUEqcimlX4sfz/N/0+hIIx8a7/Kcdh9M1cBwjt7tk9YDOUbJ3
> > > leyHqwcMe0iNTpadNr+0n3i5W8ebQf7mRh2JSuPCTWCfbd5LpInYi9FqTHw3pMKU
> > > B/z92OvPTUqsJH4g5eCkFRALPjj7E8ehidv/hBNj5EhiBfEIQXLGhvZXY/CtLQOq
> > > W3bDgvz4L+RRuyc3TjIwIGDwt5nyocnywweujg2ZFgLllnzeiHkZ926echkri0uA
> > > LyfdDFja9p1jkLH7PzPOpEQDnGWkJyVxiZdIc0T3PjQxxC3BpuudI7kSP3WJ29dL
> > > yCCRdfGfyAsCZ03LLCy7ieJhf0t8jJGND9k5pS0+35tOQaDUTnFtE93aWf/RSoD3
> > > 8TfI891GRWS4AxqxhLwoKHWuAOD3jstq23+J12v1X+kLNspn7Ow=
> > > =J8la
> > > -----END PGP SIGNATURE-----
> > >
> > > Signature for apache-wicket-8.9.0.tar.gz:
> > >
> > >     -----BEGIN PGP SIGNATURE-----
> > >
> > > iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl8J7WcACgkQh48B+qjT
> > > VuFqEw//ZJhe42SnRdqwPEFHlgkUccDhlJiUb0pk+H0txaTH3+jDf/wuFmeGzfvS
> > > mNe+aSE+jOVxSQ8JwJT2Y5AbSldYYyrFZ3xrALeatWkdfoW2WT99MKvjxiNJrLKq
> > > XOZVfVPW1EDVNmxBdDSRAlo30mjnPzjjmuTOcf1cti6K4Ix+bdYss6oKx0637tmU
> > > WY10XiqvA/6uAnc05wurazVfmbib46sCw1KVA82/pcRIF4wpDv42mRs8+B3tgTBk
> > > v1g/Hpe2Ue5UNYKedckdhad/LTNblK/ZGUgFXsbmAlG6eDaFlH2KRRJdpBzUaCpa
> > > tGO2LSo70GEb9zovEmQeVj2bKuFmmUA+b1VQDLwPz9e5b27vsNz3VDG7BmaKntB3
> > > MWmjnuCjG+IhbVjAfaQjg/zMC4BxIlBVNLrMtphtm7u+6fnBHgYndqcx6vB5DtKd
> > > FzfD+JauBNI2xK+C+Ix/Ok9RVTd1Wq9tFw7sjK/GD54AXeSTRrtXrmQLhPSVWGMG
> > > CItE8AUTGivy/8Pi6CYtiWJY5gLqaXg2lymqx5DvCXufKBgeNE56pDnLGATRf+ZK
> > > 848NTpwHA9uumuscGlQ91T/YL0sZiFkfqzhGyqY4AHCdHfLVRGUuCU6fmE5o7gnm
> > > 89bk6vx6RBt34jxqDjuliuFN1jV813ZaPX9QHPxp+58GDkJ6zZM=
> > > =WcON
> > > -----END PGP SIGNATURE-----
> > >
> > >
> ========================================================================
> > >
> > >     CHANGELOG for 8.9.0:
> > >
> > > ** Bug
> > >
> > >     * [WICKET-6742] - Stacktrace in Fragment example
> > >     * [WICKET-6764] - RedirectToUrlException change the second
> > > question mark in URL from "?" to "%3F"
> > >     * [WICKET-6771] - Performance issues accessing component metadata
> > > while iterating
> > >     * [WICKET-6782] - WebSocket onError/onAbort is not being called
> > >     * [WICKET-6784] - StockQuote example does not work because the web
> > > service is no more available
> > >     * [WICKET-6791] - Offload WebSocket push when initiated in Wicket
> > > request cycle
> > >     * [WICKET-6793] - OOM in AsynchronousPageStore
> > >
> > > ** Improvement
> > >
> > >     * [WICKET-6767] - Do not log error for broken pipes in websocket
> > > connections
> > >     * [WICKET-6772] - Use StandardCharset for URL encoding and decoding
> > >     * [WICKET-6773] - Improve performance of getting behaviors for
> > > components
> > >     * [WICKET-6781] - Timezone can be determined on client side (7.x
> > > and 8.x)
> > >     * [WICKET-6792] - Packages#absolutePath keeps unnecessary current
> > > dir dot "."
> > >     * [WICKET-6796] - Report the component path when failing to set a
> > > new object to a read only model
> > >     * [WICKET-6800] - Use LinkedHashSet instead of LinkedList for
> > > AjaxRequestHandler#listeners
> > >
> > > ** Task
> > >
> > >     * [WICKET-6779] - Upgrade JQuery 3 to 3.5.1
> > >     * [WICKET-6783] - Utility classes available in JDK should be
> > > deprecated/removed
> > >
> >
>
>
> --
> Best regards,
> Maxim
>


-- 
Andrea Del Bene.
Apache Wicket committer.

Re: [VOTE] Release Apache Wicket 8.9.0

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

Tested:
- signatures
- build from sources
- wicketstuff build
- some wicketstuff examples

On Mon, 13 Jul 2020 at 13:18, Sven Meier <sv...@meiers.net> wrote:

> +1
>
> checked some examples and sha
>
> Sven
>
>
> On 11.07.20 19:10, Andrea Del Bene wrote:
> > This is a vote to release Apache Wicket 8.9.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 8.9.0
> > [ ] No, don't release Apache Wicket 8.9.0, because ...
> >
> > Distributions, changelog, keys and signatures can be found at:
> >
> >     https://dist.apache.org/repos/dist/dev/wicket/8.9.0
> >
> > Staging repository:
> >
> > https://repository.apache.org/content/repositories/orgapachewicket-1148/
> >
> > 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.9.0
> >     Release tag: rel/wicket-8.9.0
> >
> >
> > ========================================================================
> >
> >     The signatures for the source release artefacts:
> >
> >
> > Signature for apache-wicket-8.9.0.zip:
> >
> >     -----BEGIN PGP SIGNATURE-----
> >
> > iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl8J7WgACgkQh48B+qjT
> > VuEz5w//UdCdkzpwDEWmusPlpU2RyoTv8XPxRWbr3ZKEdeWEw9CJKm4Mz0lJ3RuQ
> > UfJhkl8vraxVPFSXUJidnH6Zrvp7GBOBG/kzSmlP6tuZU0ZmCKCJFUg6OMDfBO5T
> > MU7eDE7oSB0w4FnXkP0YTnTOnAmWu1/kOy4aKgaEtrNcHj0hVt62UdDxgdkZ29l0
> > PuklUCzqJLg4dWWQ52/U1rfqB3XVPCgLY7XTnqcwi/T5f5xo0xLMTfcWyNxvUKHQ
> > v2umt3roDTI0sU6JUEqcimlX4sfz/N/0+hIIx8a7/Kcdh9M1cBwjt7tk9YDOUbJ3
> > leyHqwcMe0iNTpadNr+0n3i5W8ebQf7mRh2JSuPCTWCfbd5LpInYi9FqTHw3pMKU
> > B/z92OvPTUqsJH4g5eCkFRALPjj7E8ehidv/hBNj5EhiBfEIQXLGhvZXY/CtLQOq
> > W3bDgvz4L+RRuyc3TjIwIGDwt5nyocnywweujg2ZFgLllnzeiHkZ926echkri0uA
> > LyfdDFja9p1jkLH7PzPOpEQDnGWkJyVxiZdIc0T3PjQxxC3BpuudI7kSP3WJ29dL
> > yCCRdfGfyAsCZ03LLCy7ieJhf0t8jJGND9k5pS0+35tOQaDUTnFtE93aWf/RSoD3
> > 8TfI891GRWS4AxqxhLwoKHWuAOD3jstq23+J12v1X+kLNspn7Ow=
> > =J8la
> > -----END PGP SIGNATURE-----
> >
> > Signature for apache-wicket-8.9.0.tar.gz:
> >
> >     -----BEGIN PGP SIGNATURE-----
> >
> > iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl8J7WcACgkQh48B+qjT
> > VuFqEw//ZJhe42SnRdqwPEFHlgkUccDhlJiUb0pk+H0txaTH3+jDf/wuFmeGzfvS
> > mNe+aSE+jOVxSQ8JwJT2Y5AbSldYYyrFZ3xrALeatWkdfoW2WT99MKvjxiNJrLKq
> > XOZVfVPW1EDVNmxBdDSRAlo30mjnPzjjmuTOcf1cti6K4Ix+bdYss6oKx0637tmU
> > WY10XiqvA/6uAnc05wurazVfmbib46sCw1KVA82/pcRIF4wpDv42mRs8+B3tgTBk
> > v1g/Hpe2Ue5UNYKedckdhad/LTNblK/ZGUgFXsbmAlG6eDaFlH2KRRJdpBzUaCpa
> > tGO2LSo70GEb9zovEmQeVj2bKuFmmUA+b1VQDLwPz9e5b27vsNz3VDG7BmaKntB3
> > MWmjnuCjG+IhbVjAfaQjg/zMC4BxIlBVNLrMtphtm7u+6fnBHgYndqcx6vB5DtKd
> > FzfD+JauBNI2xK+C+Ix/Ok9RVTd1Wq9tFw7sjK/GD54AXeSTRrtXrmQLhPSVWGMG
> > CItE8AUTGivy/8Pi6CYtiWJY5gLqaXg2lymqx5DvCXufKBgeNE56pDnLGATRf+ZK
> > 848NTpwHA9uumuscGlQ91T/YL0sZiFkfqzhGyqY4AHCdHfLVRGUuCU6fmE5o7gnm
> > 89bk6vx6RBt34jxqDjuliuFN1jV813ZaPX9QHPxp+58GDkJ6zZM=
> > =WcON
> > -----END PGP SIGNATURE-----
> >
> > ========================================================================
> >
> >     CHANGELOG for 8.9.0:
> >
> > ** Bug
> >
> >     * [WICKET-6742] - Stacktrace in Fragment example
> >     * [WICKET-6764] - RedirectToUrlException change the second
> > question mark in URL from "?" to "%3F"
> >     * [WICKET-6771] - Performance issues accessing component metadata
> > while iterating
> >     * [WICKET-6782] - WebSocket onError/onAbort is not being called
> >     * [WICKET-6784] - StockQuote example does not work because the web
> > service is no more available
> >     * [WICKET-6791] - Offload WebSocket push when initiated in Wicket
> > request cycle
> >     * [WICKET-6793] - OOM in AsynchronousPageStore
> >
> > ** Improvement
> >
> >     * [WICKET-6767] - Do not log error for broken pipes in websocket
> > connections
> >     * [WICKET-6772] - Use StandardCharset for URL encoding and decoding
> >     * [WICKET-6773] - Improve performance of getting behaviors for
> > components
> >     * [WICKET-6781] - Timezone can be determined on client side (7.x
> > and 8.x)
> >     * [WICKET-6792] - Packages#absolutePath keeps unnecessary current
> > dir dot "."
> >     * [WICKET-6796] - Report the component path when failing to set a
> > new object to a read only model
> >     * [WICKET-6800] - Use LinkedHashSet instead of LinkedList for
> > AjaxRequestHandler#listeners
> >
> > ** Task
> >
> >     * [WICKET-6779] - Upgrade JQuery 3 to 3.5.1
> >     * [WICKET-6783] - Utility classes available in JDK should be
> > deprecated/removed
> >
>


-- 
Best regards,
Maxim

Re: [VOTE] Release Apache Wicket 8.9.0

Posted by Sven Meier <sv...@meiers.net>.
+1

checked some examples and sha

Sven


On 11.07.20 19:10, Andrea Del Bene wrote:
> This is a vote to release Apache Wicket 8.9.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 8.9.0
> [ ] No, don't release Apache Wicket 8.9.0, because ...
>
> Distributions, changelog, keys and signatures can be found at:
>
>     https://dist.apache.org/repos/dist/dev/wicket/8.9.0
>
> Staging repository:
>
> https://repository.apache.org/content/repositories/orgapachewicket-1148/
>
> 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.9.0
>     Release tag: rel/wicket-8.9.0
>
>
> ========================================================================
>
>     The signatures for the source release artefacts:
>
>
> Signature for apache-wicket-8.9.0.zip:
>
>     -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl8J7WgACgkQh48B+qjT
> VuEz5w//UdCdkzpwDEWmusPlpU2RyoTv8XPxRWbr3ZKEdeWEw9CJKm4Mz0lJ3RuQ
> UfJhkl8vraxVPFSXUJidnH6Zrvp7GBOBG/kzSmlP6tuZU0ZmCKCJFUg6OMDfBO5T
> MU7eDE7oSB0w4FnXkP0YTnTOnAmWu1/kOy4aKgaEtrNcHj0hVt62UdDxgdkZ29l0
> PuklUCzqJLg4dWWQ52/U1rfqB3XVPCgLY7XTnqcwi/T5f5xo0xLMTfcWyNxvUKHQ
> v2umt3roDTI0sU6JUEqcimlX4sfz/N/0+hIIx8a7/Kcdh9M1cBwjt7tk9YDOUbJ3
> leyHqwcMe0iNTpadNr+0n3i5W8ebQf7mRh2JSuPCTWCfbd5LpInYi9FqTHw3pMKU
> B/z92OvPTUqsJH4g5eCkFRALPjj7E8ehidv/hBNj5EhiBfEIQXLGhvZXY/CtLQOq
> W3bDgvz4L+RRuyc3TjIwIGDwt5nyocnywweujg2ZFgLllnzeiHkZ926echkri0uA
> LyfdDFja9p1jkLH7PzPOpEQDnGWkJyVxiZdIc0T3PjQxxC3BpuudI7kSP3WJ29dL
> yCCRdfGfyAsCZ03LLCy7ieJhf0t8jJGND9k5pS0+35tOQaDUTnFtE93aWf/RSoD3
> 8TfI891GRWS4AxqxhLwoKHWuAOD3jstq23+J12v1X+kLNspn7Ow=
> =J8la
> -----END PGP SIGNATURE-----
>
> Signature for apache-wicket-8.9.0.tar.gz:
>
>     -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl8J7WcACgkQh48B+qjT
> VuFqEw//ZJhe42SnRdqwPEFHlgkUccDhlJiUb0pk+H0txaTH3+jDf/wuFmeGzfvS
> mNe+aSE+jOVxSQ8JwJT2Y5AbSldYYyrFZ3xrALeatWkdfoW2WT99MKvjxiNJrLKq
> XOZVfVPW1EDVNmxBdDSRAlo30mjnPzjjmuTOcf1cti6K4Ix+bdYss6oKx0637tmU
> WY10XiqvA/6uAnc05wurazVfmbib46sCw1KVA82/pcRIF4wpDv42mRs8+B3tgTBk
> v1g/Hpe2Ue5UNYKedckdhad/LTNblK/ZGUgFXsbmAlG6eDaFlH2KRRJdpBzUaCpa
> tGO2LSo70GEb9zovEmQeVj2bKuFmmUA+b1VQDLwPz9e5b27vsNz3VDG7BmaKntB3
> MWmjnuCjG+IhbVjAfaQjg/zMC4BxIlBVNLrMtphtm7u+6fnBHgYndqcx6vB5DtKd
> FzfD+JauBNI2xK+C+Ix/Ok9RVTd1Wq9tFw7sjK/GD54AXeSTRrtXrmQLhPSVWGMG
> CItE8AUTGivy/8Pi6CYtiWJY5gLqaXg2lymqx5DvCXufKBgeNE56pDnLGATRf+ZK
> 848NTpwHA9uumuscGlQ91T/YL0sZiFkfqzhGyqY4AHCdHfLVRGUuCU6fmE5o7gnm
> 89bk6vx6RBt34jxqDjuliuFN1jV813ZaPX9QHPxp+58GDkJ6zZM=
> =WcON
> -----END PGP SIGNATURE-----
>
> ========================================================================
>
>     CHANGELOG for 8.9.0:
>
> ** Bug
>
>     * [WICKET-6742] - Stacktrace in Fragment example
>     * [WICKET-6764] - RedirectToUrlException change the second 
> question mark in URL from "?" to "%3F"
>     * [WICKET-6771] - Performance issues accessing component metadata 
> while iterating
>     * [WICKET-6782] - WebSocket onError/onAbort is not being called
>     * [WICKET-6784] - StockQuote example does not work because the web 
> service is no more available
>     * [WICKET-6791] - Offload WebSocket push when initiated in Wicket 
> request cycle
>     * [WICKET-6793] - OOM in AsynchronousPageStore
>
> ** Improvement
>
>     * [WICKET-6767] - Do not log error for broken pipes in websocket 
> connections
>     * [WICKET-6772] - Use StandardCharset for URL encoding and decoding
>     * [WICKET-6773] - Improve performance of getting behaviors for 
> components
>     * [WICKET-6781] - Timezone can be determined on client side (7.x 
> and 8.x)
>     * [WICKET-6792] - Packages#absolutePath keeps unnecessary current 
> dir dot "."
>     * [WICKET-6796] - Report the component path when failing to set a 
> new object to a read only model
>     * [WICKET-6800] - Use LinkedHashSet instead of LinkedList for 
> AjaxRequestHandler#listeners
>
> ** Task
>
>     * [WICKET-6779] - Upgrade JQuery 3 to 3.5.1
>     * [WICKET-6783] - Utility classes available in JDK should be 
> deprecated/removed
>