Re: wicket 8.0.0 milestone tags in github?

2017-09-27 Thread Maxim Solodovnik
Maybe this can improved by using gitbox? (still not sure what features does it have :(( ) On Thu, Sep 28, 2017 at 12:01 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Hi -Rob, > > I just realized my issue. I just expected some more information like patch > notes you can provi

Re: [VOTE] Release Apache Wicket 6.28.0

2017-09-27 Thread Sven Meier
+1 Thanks Andrea! Sven Am 27.09.2017 um 20:33 schrieb Tobias Soloschenko: +1 Good to see the page store fix in there, too. Thank you Andrea! kind regards Tobias Am 27.09.2017 um 20:25 schrieb Andrea Del Bene : This is a vote to release Apache Wicket 6.28.0 Please download the source di

Re: [VOTE] Release Apache Wicket 6.28.0

2017-09-27 Thread Tobias Soloschenko
+1 Good to see the page store fix in there, too. Thank you Andrea! kind regards Tobias > Am 27.09.2017 um 20:25 schrieb Andrea Del Bene : > > This is a vote to release Apache Wicket 6.28.0 > > Please download the source distributions found in our staging area > linked below. > > I have inclu

[VOTE] Release Apache Wicket 6.28.0

2017-09-27 Thread Andrea Del Bene
This is a vote to release Apache Wicket 6.28.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 6.28.0 [ ] No, don't release Apache W

[GitHub] wicket issue #230: Replace filterPath pattern '/*' with empty string

2017-09-27 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/230 @martin-g what do you thing of extracting the lines: https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java#L583 t

[GitHub] wicket issue #230: Replace filterPath pattern '/*' with empty string

2017-09-27 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/230 Just my thoughts: /* - maps every path - root paths and sub paths to the specific filter / - maps only the root path but not every sub path So from my understanding they aren't

Re: wicket 8.0.0 milestone tags in github?

2017-09-27 Thread Tobias Soloschenko
Hi -Rob, I just realized my issue. I just expected some more information like patch notes you can provide within releases on github, that's why I thought they are not stored. (It was only a very short look) - Maybe it would be a great change to support this, too. @others WDYT? kind regards T

Re: wicket 8.0.0 milestone tags in github?

2017-09-27 Thread Tobias Soloschenko
Hi -Rob, just noticed that those information are published on github, so my I was wrong. :) - good to see and thanks! kind regards Tobias > Am 27.09.2017 um 17:26 schrieb Rob Audenaerde : > > Thank you Tobias, > > btw. after following your link I saw the 'releases' section ( > https://github

Re: wicket 8.0.0 milestone tags in github?

2017-09-27 Thread Rob Audenaerde
Thank you Tobias, btw. after following your link I saw the 'releases' section ( https://github.com/apache/wicket/releases) which show the milestones, for example: https://github.com/apache/wicket/releases/tag/rel%2Fwicket-8.0.0-M7 which links to this commit: https://github.com/apache/wicket/commit

Re: wicket 8.0.0 milestone tags in github?

2017-09-27 Thread Tobias Soloschenko
Hi, the project is not using the github tags, nor the releases functionality. you can see the releases on maven central repository and the changes within the CHANGELOG-8.x: https://github.com/apache/wicket/blob/master/CHANGELOG-8.x

wicket 8.0.0 milestone tags in github?

2017-09-27 Thread Rob Audenaerde
I can't seem to find the tags for the milestone releases for Wicket 8.0.0 on the github mirror. Is this intentional? -Rob