Re: [VOTE] Release Apache Wicket 9.1.0

2020-10-02 Thread Maxim Solodovnik
sorry for double posting, here are the first results: CSPNonceHeaderResponseDecorator was set up, but breakpoint in it's `render` method wasn't hit something weird On Sat, 3 Oct 2020 at 08:47, Maxim Solodovnik wrote: > Hello All, > > I have started testing this new release yesterday >

Re: [VOTE] Release Apache Wicket 9.1.0

2020-10-02 Thread Maxim Solodovnik
Hello All, I have started testing this new release yesterday Checksum and signature as well as local build from sources are OK BUT my main application is not working at all due to zero resources are loaded due to CSP errors (we do have CSP rules in charge and CSP enabled) Everything works as

[VOTE] Release Apache Wicket 9.1.0

2020-10-02 Thread Andrea Del Bene
This is a vote to release Apache Wicket 9.1.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.1.0 [ ] No, don't release Apache

Re: New release

2020-10-02 Thread Emond Papegaaij
Hi Andrea, Yes, WICKET-6702 is completed. I've resolved the ticket. Emond On Fri, Oct 2, 2020 at 11:59 AM Andrea Del Bene wrote: > > The changelog for 9.1.0 is exploding :-). I think we can proceed releasing > it. That said, I don't know if WICKET-6702 >

Re: New release

2020-10-02 Thread Andrea Del Bene
The changelog for 9.1.0 is exploding :-). I think we can proceed releasing it. That said, I don't know if WICKET-6702 can be considered completed with the resolution of WICKET-6831 . Can you

Re: JDK 16 EA build 18 is now available

2020-10-02 Thread Rory O'Donnell
Thanks Martin! On 02/10/2020 10:35, Martin Grigorov wrote: Hi Rory, Apache Wicket build and tests pass with JDK 16-ea+18-901 ! Regards, Martin On Fri, Oct 2, 2020 at 12:10 PM Rory O'Donnell mailto:rory.odonn...@oracle.com>> wrote: Hi Martin, OpenJDK 16 Early Access build 18**is

[GitHub] [wicket] theigl merged pull request #456: WICKET-6838 Improve performance of Strings.split

2020-10-02 Thread GitBox
theigl merged pull request #456: URL: https://github.com/apache/wicket/pull/456 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: JDK 16 EA build 18 is now available

2020-10-02 Thread Martin Grigorov
Hi Rory, Apache Wicket build and tests pass with JDK 16-ea+18-901 ! Regards, Martin On Fri, Oct 2, 2020 at 12:10 PM Rory O'Donnell wrote: > Hi Martin, > > OpenJDK 16 Early Access build 18**is now available at > http://jdk.java.net/16 > > * These early-access , open-source builds are

JDK 16 EA build 18 is now available

2020-10-02 Thread Rory O'Donnell
Hi Martin, OpenJDK 16 Early Access build 18**is now available at http://jdk.java.net/16 * These early-access , open-source builds are provided under the o GNU General Public License, version 2, with the Classpath Exception . *

[GitHub] [wicket] theigl opened a new pull request #456: WICKET-6838 Improve performance of Strings.split

2020-10-02 Thread GitBox
theigl opened a new pull request #456: URL: https://github.com/apache/wicket/pull/456 This PR optimizes `String.split` for cases where the target string contains the separator 0 or 1 times. **Branch** Benchmark| Mode | Cnt| Score |