Re: [VOTE] Release Apache Wicket 10.0.0-M1

2023-06-17 Thread Andrea Del Bene

this vote passes. Thank you all!

On 17/06/23 21:31, Andrea Del Bene wrote:

+1 to release

On 13/06/23 15:34, Richard Eckart de Castilho wrote:

+1 (non-binding)

Tested RC with OSS application [1] also building against Jakarta 
versions of several other
libraries including Spring 6, Spring Boot 3, Hibernate 6 and probably 
more interesting
Wicketstuff 10.0.0-SNAPSHOT, Wicket JQuery 10.0.0-SNAPSHOT and Wicket 
Spring Boot 4.0.0-SNAPSHOT.


[1] https://github.com/inception-project/inception/pull/3612


Re: [VOTE] Release Apache Wicket 10.0.0-M1

2023-06-17 Thread Andrea Del Bene

+1 to release

On 13/06/23 15:34, Richard Eckart de Castilho wrote:

+1 (non-binding)

Tested RC with OSS application [1] also building against Jakarta versions of 
several other
libraries including Spring 6, Spring Boot 3, Hibernate 6 and probably more 
interesting
Wicketstuff 10.0.0-SNAPSHOT, Wicket JQuery 10.0.0-SNAPSHOT and Wicket Spring 
Boot 4.0.0-SNAPSHOT.

[1] https://github.com/inception-project/inception/pull/3612


Re: [VOTE] Release Apache Wicket 10.0.0-M1

2023-06-13 Thread Richard Eckart de Castilho
+1 (non-binding)

Tested RC with OSS application [1] also building against Jakarta versions of 
several other
libraries including Spring 6, Spring Boot 3, Hibernate 6 and probably more 
interesting
Wicketstuff 10.0.0-SNAPSHOT, Wicket JQuery 10.0.0-SNAPSHOT and Wicket Spring 
Boot 4.0.0-SNAPSHOT.

[1] https://github.com/inception-project/inception/pull/3612

Re: [VOTE] Release Apache Wicket 10.0.0-M1

2023-06-13 Thread Tobias Soloschenko
+1

> Am 13.06.2023 um 09:39 schrieb Martin Grigorov :
> 
> +1 to release
> 
> Checked:
> - build from source
> - tested various examples on Tomcat 11 alpha with JDK 22 EA b1
> 
> On Mon, Jun 12, 2023 at 3:35 PM Andrea Del Bene 
> wrote:
> 
>> This is a vote to release Apache Wicket 10.0.0-M1
>> 
>> 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 10.0.0-M1
>> [ ] No, don't release Apache Wicket 10.0.0-M1, because ...
>> 
>> Distributions, changelog, keys and signatures can be found at:
>> 
>> https://dist.apache.org/repos/dist/dev/wicket/10.0.0-M1
>> 
>> Staging repository:
>> 
>> https://repository.apache.org/content/repositories/orgapachewicket-1187
>> 
>> 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:  g...@github.com:bitstorm/wicket.git
>> Branch:  build/wicket-10.0.0-M1
>> Release tag: rel/wicket-10.0.0-M1
>> 
>> 
>> 
>> 
>> CHANGELOG for 10.0.0-M1:
>> 
>> 
>> ** Bug
>> 
>> * [WICKET-6895] - Links to examples in documentation points to old
>> version of 8x
>> * [WICKET-6896] - AutoCompleteTextField re-opens dropdown item list
>> after item has been selected
>> * [WICKET-6897] - Javadoc build fails on fresh checkout of master
>> or rel/wicket-9.3.0
>> * [WICKET-6902] - Change of PartialPageUpdate order of
>> onAfterResponse and writePriorityEvaluations makes
>> IListener.onAfterResponde ignore prepended javascripts
>> * [WICKET-6908] - Possible bug / edge case where page is not detached
>> * [WICKET-6913] - Java 17 compatibility with cglib
>> * [WICKET-6914] - Visibility change of "File Upload" via ajax
>> causes "missing" form-data
>> * [WICKET-6921] - MultipartFormComponentListener breaks on hidden
>> components
>> * [WICKET-6936] - FilePageStore fails on windows
>> * [WICKET-6944] - Memory leak in WicketEndpoint
>> * [WICKET-6945] - MultipartFormComponentListener modifies enctype
>> on invisible forms, leading to javascript errors
>> * [WICKET-6947] - IndicatingAjaxButton does not work with Bootstrap 4
>> * [WICKET-6953] - JavaScriptDeferHeaderResponse not working
>> correctly for AJAX requests
>> * [WICKET-6955] - Wicket uses unstable slf4j version
>> * [WICKET-6965] - Memory leak in WicketEndpoint
>> * [WICKET-6966] - IndexOutOfBounds in InSessionPageStore
>> * [WICKET-6970] - Unnecessary string building in
>> AssociatedMarkupSourcingStrategy
>> * [WICKET-6971] - NullPointerException in ModificationWatcher
>> * [WICKET-6974] - JavaxUpgradeHttpRequest returns an empty contextPath
>> * [WICKET-6975] - Behavior.renderHead may be called multiple times
>> * [WICKET-6981] - InSessionPageStore does not trigger flushSession
>> * [WICKET-6988] - String.format used in JS generation leads to errors
>> * [WICKET-6990] - DiskPageStore loses pages when container re-binds
>> attributes
>> * [WICKET-6996] - NotSerializableException near
>> KeyInSessionSunJceCryptFactory
>> * [WICKET-6999] - Missing Export-Package of packages with
>> "internal" in name
>> * [WICKET-7005] - ByteBuddy IllegalStateException: Cannot inject
>> already loaded type
>> * [WICKET-7007] - Code snippets for CSRF documentation fixing
>> * [WICKET-7013] - IndexOutOfBoundsException in InSessionPageStore
>> * [WICKET-7022] - JavaScriptStripper fails to detect regular
>> expression correctly
>> * [WICKET-7028] - CSP header not rendered when using
>> RedirectPolicy.NEVER_REDIRECT
>> * [WICKET-7034] - WebSocket.Closed event not fired when error occurred
>> * [WICKET-7037] - [Ajax Download] cookie used to track download
>> complete misses the SameSite attribute
>> * [WICKET-7040] - find a different way to add CSP headers
>> * [WICKET-7044] - Images in the Wicket 9.x reference guide are not
>> displayed.
>> * [WICKET-7052] - Interrupting a task should not be logged as an error
>> * [WICKET-7054] - Tag 

Re: [VOTE] Release Apache Wicket 10.0.0-M1

2023-06-13 Thread Martin Grigorov
+1 to release

Checked:
- build from source
- tested various examples on Tomcat 11 alpha with JDK 22 EA b1

On Mon, Jun 12, 2023 at 3:35 PM Andrea Del Bene 
wrote:

> This is a vote to release Apache Wicket 10.0.0-M1
>
> 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 10.0.0-M1
> [ ] No, don't release Apache Wicket 10.0.0-M1, because ...
>
> Distributions, changelog, keys and signatures can be found at:
>
>  https://dist.apache.org/repos/dist/dev/wicket/10.0.0-M1
>
> Staging repository:
>
> https://repository.apache.org/content/repositories/orgapachewicket-1187
>
> 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:  g...@github.com:bitstorm/wicket.git
>  Branch:  build/wicket-10.0.0-M1
>  Release tag: rel/wicket-10.0.0-M1
>
>
> 
>
>  CHANGELOG for 10.0.0-M1:
>
>
> ** Bug
>
>  * [WICKET-6895] - Links to examples in documentation points to old
> version of 8x
>  * [WICKET-6896] - AutoCompleteTextField re-opens dropdown item list
> after item has been selected
>  * [WICKET-6897] - Javadoc build fails on fresh checkout of master
> or rel/wicket-9.3.0
>  * [WICKET-6902] - Change of PartialPageUpdate order of
> onAfterResponse and writePriorityEvaluations makes
> IListener.onAfterResponde ignore prepended javascripts
>  * [WICKET-6908] - Possible bug / edge case where page is not detached
>  * [WICKET-6913] - Java 17 compatibility with cglib
>  * [WICKET-6914] - Visibility change of "File Upload" via ajax
> causes "missing" form-data
>  * [WICKET-6921] - MultipartFormComponentListener breaks on hidden
> components
>  * [WICKET-6936] - FilePageStore fails on windows
>  * [WICKET-6944] - Memory leak in WicketEndpoint
>  * [WICKET-6945] - MultipartFormComponentListener modifies enctype
> on invisible forms, leading to javascript errors
>  * [WICKET-6947] - IndicatingAjaxButton does not work with Bootstrap 4
>  * [WICKET-6953] - JavaScriptDeferHeaderResponse not working
> correctly for AJAX requests
>  * [WICKET-6955] - Wicket uses unstable slf4j version
>  * [WICKET-6965] - Memory leak in WicketEndpoint
>  * [WICKET-6966] - IndexOutOfBounds in InSessionPageStore
>  * [WICKET-6970] - Unnecessary string building in
> AssociatedMarkupSourcingStrategy
>  * [WICKET-6971] - NullPointerException in ModificationWatcher
>  * [WICKET-6974] - JavaxUpgradeHttpRequest returns an empty contextPath
>  * [WICKET-6975] - Behavior.renderHead may be called multiple times
>  * [WICKET-6981] - InSessionPageStore does not trigger flushSession
>  * [WICKET-6988] - String.format used in JS generation leads to errors
>  * [WICKET-6990] - DiskPageStore loses pages when container re-binds
> attributes
>  * [WICKET-6996] - NotSerializableException near
> KeyInSessionSunJceCryptFactory
>  * [WICKET-6999] - Missing Export-Package of packages with
> "internal" in name
>  * [WICKET-7005] - ByteBuddy IllegalStateException: Cannot inject
> already loaded type
>  * [WICKET-7007] - Code snippets for CSRF documentation fixing
>  * [WICKET-7013] - IndexOutOfBoundsException in InSessionPageStore
>  * [WICKET-7022] - JavaScriptStripper fails to detect regular
> expression correctly
>  * [WICKET-7028] - CSP header not rendered when using
> RedirectPolicy.NEVER_REDIRECT
>  * [WICKET-7034] - WebSocket.Closed event not fired when error occurred
>  * [WICKET-7037] - [Ajax Download] cookie used to track download
> complete misses the SameSite attribute
>  * [WICKET-7040] - find a different way to add CSP headers
>  * [WICKET-7044] - Images in the Wicket 9.x reference guide are not
> displayed.
>  * [WICKET-7052] - Interrupting a task should not be logged as an error
>  * [WICKET-7054] - Tag 

[VOTE] Release Apache Wicket 10.0.0-M1

2023-06-12 Thread Andrea Del Bene

This is a vote to release Apache Wicket 10.0.0-M1

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

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

    https://dist.apache.org/repos/dist/dev/wicket/10.0.0-M1

Staging repository:

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

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:  g...@github.com:bitstorm/wicket.git
    Branch:  build/wicket-10.0.0-M1
    Release tag: rel/wicket-10.0.0-M1




    CHANGELOG for 10.0.0-M1:


** Bug

    * [WICKET-6895] - Links to examples in documentation points to old 
version of 8x
    * [WICKET-6896] - AutoCompleteTextField re-opens dropdown item list 
after item has been selected
    * [WICKET-6897] - Javadoc build fails on fresh checkout of master 
or rel/wicket-9.3.0
    * [WICKET-6902] - Change of PartialPageUpdate order of 
onAfterResponse and writePriorityEvaluations makes 
IListener.onAfterResponde ignore prepended javascripts

    * [WICKET-6908] - Possible bug / edge case where page is not detached
    * [WICKET-6913] - Java 17 compatibility with cglib
    * [WICKET-6914] - Visibility change of "File Upload" via ajax 
causes "missing" form-data
    * [WICKET-6921] - MultipartFormComponentListener breaks on hidden 
components

    * [WICKET-6936] - FilePageStore fails on windows
    * [WICKET-6944] - Memory leak in WicketEndpoint
    * [WICKET-6945] - MultipartFormComponentListener modifies enctype 
on invisible forms, leading to javascript errors

    * [WICKET-6947] - IndicatingAjaxButton does not work with Bootstrap 4
    * [WICKET-6953] - JavaScriptDeferHeaderResponse not working 
correctly for AJAX requests

    * [WICKET-6955] - Wicket uses unstable slf4j version
    * [WICKET-6965] - Memory leak in WicketEndpoint
    * [WICKET-6966] - IndexOutOfBounds in InSessionPageStore
    * [WICKET-6970] - Unnecessary string building in 
AssociatedMarkupSourcingStrategy

    * [WICKET-6971] - NullPointerException in ModificationWatcher
    * [WICKET-6974] - JavaxUpgradeHttpRequest returns an empty contextPath
    * [WICKET-6975] - Behavior.renderHead may be called multiple times
    * [WICKET-6981] - InSessionPageStore does not trigger flushSession
    * [WICKET-6988] - String.format used in JS generation leads to errors
    * [WICKET-6990] - DiskPageStore loses pages when container re-binds 
attributes
    * [WICKET-6996] - NotSerializableException near 
KeyInSessionSunJceCryptFactory
    * [WICKET-6999] - Missing Export-Package of packages with 
"internal" in name
    * [WICKET-7005] - ByteBuddy IllegalStateException: Cannot inject 
already loaded type

    * [WICKET-7007] - Code snippets for CSRF documentation fixing
    * [WICKET-7013] - IndexOutOfBoundsException in InSessionPageStore
    * [WICKET-7022] - JavaScriptStripper fails to detect regular 
expression correctly
    * [WICKET-7028] - CSP header not rendered when using 
RedirectPolicy.NEVER_REDIRECT

    * [WICKET-7034] - WebSocket.Closed event not fired when error occurred
    * [WICKET-7037] - [Ajax Download] cookie used to track download 
complete misses the SameSite attribute

    * [WICKET-7040] - find a different way to add CSP headers
    * [WICKET-7044] - Images in the Wicket 9.x reference guide are not 
displayed.

    * [WICKET-7052] - Interrupting a task should not be logged as an error
    * [WICKET-7054] - Tag