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 2022/10/11 17:06:42 UTC

[VOTE] Release Apache Wicket 9.12.0

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

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

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

Staging repository:

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

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


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

     CHANGELOG for 9.12.0:

** Bug

     * [WICKET-6955] - Wicket uses unstable slf4j version
     * [WICKET-6996] - NotSerializableException near 
KeyInSessionSunJceCryptFactory
     * [WICKET-6999] - Missing Export-Package of packages with 
"internal" in name
     * [WICKET-7007] - Code snippets for CSRF documentation fixing

** Improvement

     * [WICKET-6958] - Allow to use Slf4j 1.7.x in OSGi runtime
     * [WICKET-6982] - Unnecessary initialization of stateful pages in 
ListenerRequestHandler
     * [WICKET-6998] - Bump slf4j-api to 2.0.0
     * [WICKET-7000] - ParseException ("Malformed tag") if <script> 
attribute 'type' is 'module'
     * [WICKET-7002] - Application metadata access should not require 
synchronization
     * [WICKET-7003] -  The http RequestLogger is very expensive. #524
     * [WICKET-7004] - Jetty config example contains security hazard
     * [WICKET-7008] -  LoadableDetachableModel.toString() should 
reflect the actual variable name


Re: [VOTE] Release Apache Wicket 9.12.0

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

kind regards

Tobias

> Am 12.10.2022 um 08:50 schrieb Maxim Solodovnik <so...@gmail.com>:
> 
> +1
> 
> Tested:
> - signarures
> - build from sources
> - wicketstuff build
> - some wicketstuff examples
> 
>> On Wed, 12 Oct 2022 at 00:06, Andrea Del Bene <an...@gmail.com> wrote:
>> 
>> This is a vote to release Apache Wicket 9.12.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 9.12.0
>> [ ] No, don't release Apache Wicket 9.12.0, because ...
>> 
>> Distributions, changelog, keys and signatures can be found at:
>> 
>>     https://dist.apache.org/repos/dist/dev/wicket/9.12.0
>> 
>> Staging repository:
>> 
>> https://repository.apache.org/content/repositories/orgapachewicket-1177
>> 
>> 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-9.12.0
>>     Release tag: rel/wicket-9.12.0
>> 
>> 
>> ========================================================================
>> 
>>     CHANGELOG for 9.12.0:
>> 
>> ** Bug
>> 
>>     * [WICKET-6955] - Wicket uses unstable slf4j version
>>     * [WICKET-6996] - NotSerializableException near
>> KeyInSessionSunJceCryptFactory
>>     * [WICKET-6999] - Missing Export-Package of packages with
>> "internal" in name
>>     * [WICKET-7007] - Code snippets for CSRF documentation fixing
>> 
>> ** Improvement
>> 
>>     * [WICKET-6958] - Allow to use Slf4j 1.7.x in OSGi runtime
>>     * [WICKET-6982] - Unnecessary initialization of stateful pages in
>> ListenerRequestHandler
>>     * [WICKET-6998] - Bump slf4j-api to 2.0.0
>>     * [WICKET-7000] - ParseException ("Malformed tag") if <script>
>> attribute 'type' is 'module'
>>     * [WICKET-7002] - Application metadata access should not require
>> synchronization
>>     * [WICKET-7003] -  The http RequestLogger is very expensive. #524
>>     * [WICKET-7004] - Jetty config example contains security hazard
>>     * [WICKET-7008] -  LoadableDetachableModel.toString() should
>> reflect the actual variable name
>> 
> 
> 
> -- 
> Best regards,
> Maxim

Re: [VOTE] Release Apache Wicket 9.12.0

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

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

On Wed, 12 Oct 2022 at 00:06, Andrea Del Bene <an...@gmail.com> wrote:
>
> This is a vote to release Apache Wicket 9.12.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 9.12.0
> [ ] No, don't release Apache Wicket 9.12.0, because ...
>
> Distributions, changelog, keys and signatures can be found at:
>
>      https://dist.apache.org/repos/dist/dev/wicket/9.12.0
>
> Staging repository:
>
> https://repository.apache.org/content/repositories/orgapachewicket-1177
>
> 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-9.12.0
>      Release tag: rel/wicket-9.12.0
>
>
> ========================================================================
>
>      CHANGELOG for 9.12.0:
>
> ** Bug
>
>      * [WICKET-6955] - Wicket uses unstable slf4j version
>      * [WICKET-6996] - NotSerializableException near
> KeyInSessionSunJceCryptFactory
>      * [WICKET-6999] - Missing Export-Package of packages with
> "internal" in name
>      * [WICKET-7007] - Code snippets for CSRF documentation fixing
>
> ** Improvement
>
>      * [WICKET-6958] - Allow to use Slf4j 1.7.x in OSGi runtime
>      * [WICKET-6982] - Unnecessary initialization of stateful pages in
> ListenerRequestHandler
>      * [WICKET-6998] - Bump slf4j-api to 2.0.0
>      * [WICKET-7000] - ParseException ("Malformed tag") if <script>
> attribute 'type' is 'module'
>      * [WICKET-7002] - Application metadata access should not require
> synchronization
>      * [WICKET-7003] -  The http RequestLogger is very expensive. #524
>      * [WICKET-7004] - Jetty config example contains security hazard
>      * [WICKET-7008] -  LoadableDetachableModel.toString() should
> reflect the actual variable name
>


-- 
Best regards,
Maxim

Re: [VOTE] Release Apache Wicket 9.12.0

Posted by Andrea Del Bene <an...@gmail.com>.
This vote passes: 4 PMC votes and 1 non-binding. Thank you all!

On 14/10/22 21:27, Andrea Del Bene wrote:
> +1 to release. tested with my current project
>
> On 12/10/22 19:56, Sven Meier wrote:
>> +1 release 9.12.0
>>
>> Many thanks
>> Sven
>>
>>
>> On 11.10.22 19:06, Andrea Del Bene wrote:
>>> This is a vote to release Apache Wicket 9.12.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 9.12.0
>>> [ ] No, don't release Apache Wicket 9.12.0, because ...
>>>
>>> Distributions, changelog, keys and signatures can be found at:
>>>
>>>     https://dist.apache.org/repos/dist/dev/wicket/9.12.0
>>>
>>> Staging repository:
>>>
>>> https://repository.apache.org/content/repositories/orgapachewicket-1177
>>>
>>> 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-9.12.0
>>>     Release tag: rel/wicket-9.12.0
>>>
>>>
>>> ======================================================================== 
>>>
>>>
>>>     CHANGELOG for 9.12.0:
>>>
>>> ** Bug
>>>
>>>     * [WICKET-6955] - Wicket uses unstable slf4j version
>>>     * [WICKET-6996] - NotSerializableException near 
>>> KeyInSessionSunJceCryptFactory
>>>     * [WICKET-6999] - Missing Export-Package of packages with 
>>> "internal" in name
>>>     * [WICKET-7007] - Code snippets for CSRF documentation fixing
>>>
>>> ** Improvement
>>>
>>>     * [WICKET-6958] - Allow to use Slf4j 1.7.x in OSGi runtime
>>>     * [WICKET-6982] - Unnecessary initialization of stateful pages 
>>> in ListenerRequestHandler
>>>     * [WICKET-6998] - Bump slf4j-api to 2.0.0
>>>     * [WICKET-7000] - ParseException ("Malformed tag") if <script> 
>>> attribute 'type' is 'module'
>>>     * [WICKET-7002] - Application metadata access should not require 
>>> synchronization
>>>     * [WICKET-7003] -  The http RequestLogger is very expensive. #524
>>>     * [WICKET-7004] - Jetty config example contains security hazard
>>>     * [WICKET-7008] -  LoadableDetachableModel.toString() should 
>>> reflect the actual variable name
>>>

Re: [VOTE] Release Apache Wicket 9.12.0

Posted by Andrea Del Bene <an...@gmail.com>.
+1 to release. tested with my current project

On 12/10/22 19:56, Sven Meier wrote:
> +1 release 9.12.0
>
> Many thanks
> Sven
>
>
> On 11.10.22 19:06, Andrea Del Bene wrote:
>> This is a vote to release Apache Wicket 9.12.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 9.12.0
>> [ ] No, don't release Apache Wicket 9.12.0, because ...
>>
>> Distributions, changelog, keys and signatures can be found at:
>>
>>     https://dist.apache.org/repos/dist/dev/wicket/9.12.0
>>
>> Staging repository:
>>
>> https://repository.apache.org/content/repositories/orgapachewicket-1177
>>
>> 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-9.12.0
>>     Release tag: rel/wicket-9.12.0
>>
>>
>> ========================================================================
>>
>>     CHANGELOG for 9.12.0:
>>
>> ** Bug
>>
>>     * [WICKET-6955] - Wicket uses unstable slf4j version
>>     * [WICKET-6996] - NotSerializableException near 
>> KeyInSessionSunJceCryptFactory
>>     * [WICKET-6999] - Missing Export-Package of packages with 
>> "internal" in name
>>     * [WICKET-7007] - Code snippets for CSRF documentation fixing
>>
>> ** Improvement
>>
>>     * [WICKET-6958] - Allow to use Slf4j 1.7.x in OSGi runtime
>>     * [WICKET-6982] - Unnecessary initialization of stateful pages in 
>> ListenerRequestHandler
>>     * [WICKET-6998] - Bump slf4j-api to 2.0.0
>>     * [WICKET-7000] - ParseException ("Malformed tag") if <script> 
>> attribute 'type' is 'module'
>>     * [WICKET-7002] - Application metadata access should not require 
>> synchronization
>>     * [WICKET-7003] -  The http RequestLogger is very expensive. #524
>>     * [WICKET-7004] - Jetty config example contains security hazard
>>     * [WICKET-7008] -  LoadableDetachableModel.toString() should 
>> reflect the actual variable name
>>

Re: [VOTE] Release Apache Wicket 9.12.0

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

Many thanks
Sven


On 11.10.22 19:06, Andrea Del Bene wrote:
> This is a vote to release Apache Wicket 9.12.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 9.12.0
> [ ] No, don't release Apache Wicket 9.12.0, because ...
>
> Distributions, changelog, keys and signatures can be found at:
>
>     https://dist.apache.org/repos/dist/dev/wicket/9.12.0
>
> Staging repository:
>
> https://repository.apache.org/content/repositories/orgapachewicket-1177
>
> 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-9.12.0
>     Release tag: rel/wicket-9.12.0
>
>
> ========================================================================
>
>     CHANGELOG for 9.12.0:
>
> ** Bug
>
>     * [WICKET-6955] - Wicket uses unstable slf4j version
>     * [WICKET-6996] - NotSerializableException near 
> KeyInSessionSunJceCryptFactory
>     * [WICKET-6999] - Missing Export-Package of packages with 
> "internal" in name
>     * [WICKET-7007] - Code snippets for CSRF documentation fixing
>
> ** Improvement
>
>     * [WICKET-6958] - Allow to use Slf4j 1.7.x in OSGi runtime
>     * [WICKET-6982] - Unnecessary initialization of stateful pages in 
> ListenerRequestHandler
>     * [WICKET-6998] - Bump slf4j-api to 2.0.0
>     * [WICKET-7000] - ParseException ("Malformed tag") if <script> 
> attribute 'type' is 'module'
>     * [WICKET-7002] - Application metadata access should not require 
> synchronization
>     * [WICKET-7003] -  The http RequestLogger is very expensive. #524
>     * [WICKET-7004] - Jetty config example contains security hazard
>     * [WICKET-7008] -  LoadableDetachableModel.toString() should 
> reflect the actual variable name
>

Re: [VOTE] Release Apache Wicket 9.12.0

Posted by Matt Pavlovich <ma...@gmail.com>.
+1 (non-binding) Thanks!

> On Oct 11, 2022, at 12:06 PM, Andrea Del Bene <an...@gmail.com> wrote:
> 
> This is a vote to release Apache Wicket 9.12.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 9.12.0
> [ ] No, don't release Apache Wicket 9.12.0, because ...
> 
> Distributions, changelog, keys and signatures can be found at:
> 
>     https://dist.apache.org/repos/dist/dev/wicket/9.12.0
> 
> Staging repository:
> 
> https://repository.apache.org/content/repositories/orgapachewicket-1177
> 
> 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-9.12.0
>     Release tag: rel/wicket-9.12.0
> 
> 
> ========================================================================
> 
>     CHANGELOG for 9.12.0:
> 
> ** Bug
> 
>     * [WICKET-6955] - Wicket uses unstable slf4j version
>     * [WICKET-6996] - NotSerializableException near KeyInSessionSunJceCryptFactory
>     * [WICKET-6999] - Missing Export-Package of packages with "internal" in name
>     * [WICKET-7007] - Code snippets for CSRF documentation fixing
> 
> ** Improvement
> 
>     * [WICKET-6958] - Allow to use Slf4j 1.7.x in OSGi runtime
>     * [WICKET-6982] - Unnecessary initialization of stateful pages in ListenerRequestHandler
>     * [WICKET-6998] - Bump slf4j-api to 2.0.0
>     * [WICKET-7000] - ParseException ("Malformed tag") if <script> attribute 'type' is 'module'
>     * [WICKET-7002] - Application metadata access should not require synchronization
>     * [WICKET-7003] -  The http RequestLogger is very expensive. #524
>     * [WICKET-7004] - Jetty config example contains security hazard
>     * [WICKET-7008] -  LoadableDetachableModel.toString() should reflect the actual variable name
>