You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2015/10/03 13:32:06 UTC

Master - Wicket 8.x

Hi,

I'll create a branch wicket-7.x for Wicket 7.x and change the settings in
master's pom.xml to use Java 8.

There are four fixed tickets for 1.5.x, so I'll release 1.5.14 in the
coming days and then I suggest to drop support for 1.4.x and fix only
security related bugs in 1.5.x.
6.x and 7.x will receive bug fixes and in master will be the active
development.
New features which could be in implemented with Java 7.x will be downported.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

Re: Master - Wicket 8.x

Posted by Sven Meier <sv...@meiers.net>.
Many thanks!

Sven

On 03.10.2015 13:32, Martin Grigorov wrote:
> Hi,
>
> I'll create a branch wicket-7.x for Wicket 7.x and change the settings in
> master's pom.xml to use Java 8.
>
> There are four fixed tickets for 1.5.x, so I'll release 1.5.14 in the
> coming days and then I suggest to drop support for 1.4.x and fix only
> security related bugs in 1.5.x.
> 6.x and 7.x will receive bug fixes and in master will be the active
> development.
> New features which could be in implemented with Java 7.x will be downported.
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>


Re: Master - Wicket 8.x

Posted by Tobias Soloschenko <to...@googlemail.com>.
Hi Martin,

thanks for the information!

kind regards

Tobias

> Am 03.10.2015 um 13:32 schrieb Martin Grigorov <mg...@apache.org>:
> 
> Hi,
> 
> I'll create a branch wicket-7.x for Wicket 7.x and change the settings in
> master's pom.xml to use Java 8.
> 
> There are four fixed tickets for 1.5.x, so I'll release 1.5.14 in the
> coming days and then I suggest to drop support for 1.4.x and fix only
> security related bugs in 1.5.x.
> 6.x and 7.x will receive bug fixes and in master will be the active
> development.
> New features which could be in implemented with Java 7.x will be downported.
> 
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov

Re: Master - Wicket 8.x

Posted by Martin Grigorov <mg...@apache.org>.
Hi Andrea,

There is nothing more detailed.
I'm experimenting in branches and once I feel content with a solution I'll
start a discussion here.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sun, Oct 4, 2015 at 4:56 PM, Andrea Del Bene <an...@gmail.com>
wrote:

> Thank you very much Martin! BTW: is there already any working plan for
> Wicket 8? something like 'Ideas for Wicket 8.0'?
>
> UPDATE: I've found it now:
> https://cwiki.apache.org/confluence/display/WICKET/Ideas+for+Wicket+8.0.
> But there are not many details about where to apply Lambdas (models, life
> cycles hooks, etc...).
>
> Hi,
>>
>> I'll create a branch wicket-7.x for Wicket 7.x and change the settings in
>> master's pom.xml to use Java 8.
>>
>> There are four fixed tickets for 1.5.x, so I'll release 1.5.14 in the
>> coming days and then I suggest to drop support for 1.4.x and fix only
>> security related bugs in 1.5.x.
>> 6.x and 7.x will receive bug fixes and in master will be the active
>> development.
>> New features which could be in implemented with Java 7.x will be
>> downported.
>>
>> Martin Grigorov
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>>
>>
>

Re: Master - Wicket 8.x

Posted by Andrea Del Bene <an...@gmail.com>.
Thank you very much Martin! BTW: is there already any working plan for 
Wicket 8? something like 'Ideas for Wicket 8.0'?

UPDATE: I've found it now: 
https://cwiki.apache.org/confluence/display/WICKET/Ideas+for+Wicket+8.0. 
But there are not many details about where to apply Lambdas (models, 
life cycles hooks, etc...).
> Hi,
>
> I'll create a branch wicket-7.x for Wicket 7.x and change the settings in
> master's pom.xml to use Java 8.
>
> There are four fixed tickets for 1.5.x, so I'll release 1.5.14 in the
> coming days and then I suggest to drop support for 1.4.x and fix only
> security related bugs in 1.5.x.
> 6.x and 7.x will receive bug fixes and in master will be the active
> development.
> New features which could be in implemented with Java 7.x will be downported.
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>


Re: Master - Wicket 8.x

Posted by Martin Grigorov <mg...@apache.org>.
Blah.

Now even with Martijn's commit (remove Servlet 3.1 methods) the build still
fails because Jetty 9.3 (and even 9.2.x) requires 3.1.0.
Any preferences what to do?
a) use Jetty 8.x
b) use Servlet 3.1.0

I personally am for b). By the time we reach to 8.0.0 this should be fine
for most apps out there :-)

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Oct 5, 2015 at 1:02 PM, Tobias Soloschenko <
tobiassoloschenko@googlemail.com> wrote:

> Yep, I will change it this afternoon.
>
> One additional point is that we have to release a new version of
> wicket-eclipse-settings (v3) for jdk 8
>
> kind regards
>
> Tobias
>
> > Am 05.10.2015 um 12:50 schrieb Martin Grigorov <mg...@apache.org>:
> >
> > On Mon, Oct 5, 2015 at 11:56 AM, Tobias Soloschenko <
> > tobiassoloschenko@googlemail.com> wrote:
> >
> >> Hi Martin,
> >>
> >> we also should adjust this at the wicket site:
> >>
> >> http://wicket.apache.org/contribute/
> >
> >
> > Good point!
> > Please do!
> >
> >
> >>
> >>
> >> kind regards
> >>
> >> Tobias
> >>
> >> Am 03.10.15 um 13:32 schrieb Martin Grigorov:
> >>
> >> Hi,
> >>>
> >>> I'll create a branch wicket-7.x for Wicket 7.x and change the settings
> in
> >>> master's pom.xml to use Java 8.
> >>>
> >>> There are four fixed tickets for 1.5.x, so I'll release 1.5.14 in the
> >>> coming days and then I suggest to drop support for 1.4.x and fix only
> >>> security related bugs in 1.5.x.
> >>> 6.x and 7.x will receive bug fixes and in master will be the active
> >>> development.
> >>> New features which could be in implemented with Java 7.x will be
> >>> downported.
> >>>
> >>> Martin Grigorov
> >>> Wicket Training and Consulting
> >>> https://twitter.com/mtgrigorov
> >>
>

Re: Master - Wicket 8.x

Posted by Tobias Soloschenko <to...@googlemail.com>.
Yep, I will change it this afternoon.

One additional point is that we have to release a new version of wicket-eclipse-settings (v3) for jdk 8

kind regards

Tobias

> Am 05.10.2015 um 12:50 schrieb Martin Grigorov <mg...@apache.org>:
> 
> On Mon, Oct 5, 2015 at 11:56 AM, Tobias Soloschenko <
> tobiassoloschenko@googlemail.com> wrote:
> 
>> Hi Martin,
>> 
>> we also should adjust this at the wicket site:
>> 
>> http://wicket.apache.org/contribute/
> 
> 
> Good point!
> Please do!
> 
> 
>> 
>> 
>> kind regards
>> 
>> Tobias
>> 
>> Am 03.10.15 um 13:32 schrieb Martin Grigorov:
>> 
>> Hi,
>>> 
>>> I'll create a branch wicket-7.x for Wicket 7.x and change the settings in
>>> master's pom.xml to use Java 8.
>>> 
>>> There are four fixed tickets for 1.5.x, so I'll release 1.5.14 in the
>>> coming days and then I suggest to drop support for 1.4.x and fix only
>>> security related bugs in 1.5.x.
>>> 6.x and 7.x will receive bug fixes and in master will be the active
>>> development.
>>> New features which could be in implemented with Java 7.x will be
>>> downported.
>>> 
>>> Martin Grigorov
>>> Wicket Training and Consulting
>>> https://twitter.com/mtgrigorov
>> 

Re: Master - Wicket 8.x

Posted by Tobias Soloschenko <to...@googlemail.com>.
Hi,

I created a pull request with a bunch of changes regarding the new 
Wicket version (8.x). I decided to use a pull request, so that the 
changes can be reviewed before merging them:

https://github.com/apache/wicket-site/pull/4

There are three points which I figured out not to be working at the 
moment. (broken links) See PR for more information.

kind regards

Tobias

Am 05.10.15 um 12:50 schrieb Martin Grigorov:
> On Mon, Oct 5, 2015 at 11:56 AM, Tobias Soloschenko <
> tobiassoloschenko@googlemail.com> wrote:
>
>> Hi Martin,
>>
>> we also should adjust this at the wicket site:
>>
>> http://wicket.apache.org/contribute/
>
> Good point!
> Please do!
>
>
>>
>> kind regards
>>
>> Tobias
>>
>> Am 03.10.15 um 13:32 schrieb Martin Grigorov:
>>
>> Hi,
>>> I'll create a branch wicket-7.x for Wicket 7.x and change the settings in
>>> master's pom.xml to use Java 8.
>>>
>>> There are four fixed tickets for 1.5.x, so I'll release 1.5.14 in the
>>> coming days and then I suggest to drop support for 1.4.x and fix only
>>> security related bugs in 1.5.x.
>>> 6.x and 7.x will receive bug fixes and in master will be the active
>>> development.
>>> New features which could be in implemented with Java 7.x will be
>>> downported.
>>>
>>> Martin Grigorov
>>> Wicket Training and Consulting
>>> https://twitter.com/mtgrigorov
>>>
>>>


Re: Master - Wicket 8.x

Posted by Martin Grigorov <mg...@apache.org>.
On Mon, Oct 5, 2015 at 11:56 AM, Tobias Soloschenko <
tobiassoloschenko@googlemail.com> wrote:

> Hi Martin,
>
> we also should adjust this at the wicket site:
>
> http://wicket.apache.org/contribute/


Good point!
Please do!


>
>
> kind regards
>
> Tobias
>
> Am 03.10.15 um 13:32 schrieb Martin Grigorov:
>
> Hi,
>>
>> I'll create a branch wicket-7.x for Wicket 7.x and change the settings in
>> master's pom.xml to use Java 8.
>>
>> There are four fixed tickets for 1.5.x, so I'll release 1.5.14 in the
>> coming days and then I suggest to drop support for 1.4.x and fix only
>> security related bugs in 1.5.x.
>> 6.x and 7.x will receive bug fixes and in master will be the active
>> development.
>> New features which could be in implemented with Java 7.x will be
>> downported.
>>
>> Martin Grigorov
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>>
>>
>

Re: Master - Wicket 8.x

Posted by Tobias Soloschenko <to...@googlemail.com>.
Hi Martin,

we also should adjust this at the wicket site:

http://wicket.apache.org/contribute/

kind regards

Tobias

Am 03.10.15 um 13:32 schrieb Martin Grigorov:
> Hi,
>
> I'll create a branch wicket-7.x for Wicket 7.x and change the settings in
> master's pom.xml to use Java 8.
>
> There are four fixed tickets for 1.5.x, so I'll release 1.5.14 in the
> coming days and then I suggest to drop support for 1.4.x and fix only
> security related bugs in 1.5.x.
> 6.x and 7.x will receive bug fixes and in master will be the active
> development.
> New features which could be in implemented with Java 7.x will be downported.
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>