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 2017/01/04 19:42:04 UTC

[ANNOUNCE] WicketStuff 6.26.0 is released

Hi,

WicketStuff core 6.26.0 based on Apache Wicket 6.26.0 is released and
available at Maven Central.

Konstantinos Karavitis (2):
      [portlets] Merge pull request #562 from kkaravitis/wicket-6.x
      [portlets] Update pom.xml

Martin Tzvetanov Grigorov (2):
      Build against Wicket 6.26.0-SNAPSHOT
      Release 6.26.0

Maxim Solodovnik (1):
      json:json library is replaced with openjson; examples are fixed

Miguel Payet (1):
      [editablegrid] Fix the save action in an EditableGrid when there are
more than 1 editable grids on the page (#558)

Sven Meier (1):
      [lambda-model] issue #534: destroy the factory

kkaravitis (1):
      [portlets] synchronize wicket-6.x branch with the latest fixes on
wicket-7.x branch


The WicketStuff team!

Re: [ANNOUNCE] WicketStuff 6.26.0 is released

Posted by Andrea Del Bene <an...@gmail.com>.
precisely. just reset the branch to the previous commit cfa34e6 and you are
done.

On 4 Jan 2017 22:47, "Martin Grigorov" <mg...@apache.org> wrote:

> Moving to dev@
>
> At the moment WicketStuff master branch fails with:
>
> ailed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
> (default-compile) on project wicketstuff-offline-mode: Compilation failure:
> Compilation failure:
> /home/martin/git/wicketstuff-core/offline-mode-parent/
> offline-mode/src/main/java/org/wicketstuff/offline/mode/
> ServiceWorker.java:[24,15]
> error: package org.json does not exist
> /home/martin/git/wicketstuff-core/offline-mode-parent/
> offline-mode/src/main/java/org/wicketstuff/offline/mode/
> ServiceWorker.java:[25,15]
> error: package org.json does not exist
> /home/martin/git/wicketstuff-core/offline-mode-parent/
> offline-mode/src/main/java/org/wicketstuff/offline/mode/
> ServiceWorker.java:[113,5]
> error: cannot find symbol
> symbol: class JSONArray
> /home/martin/git/wicketstuff-core/offline-mode-parent/
> offline-mode/src/main/java/org/wicketstuff/offline/mode/
> ServiceWorker.java:[113,34]
> error: cannot find symbol
> symbol: class JSONArray
> /home/martin/git/wicketstuff-core/offline-mode-parent/
> offline-mode/src/main/java/org/wicketstuff/offline/mode/
> ServiceWorker.java:[157,6]
> error: cannot find symbol
> symbol: class JSONObject
> /home/martin/git/wicketstuff-core/offline-mode-parent/
> offline-mode/src/main/java/org/wicketstuff/offline/mode/
> ServiceWorker.java:[157,30]
> error: cannot find symbol
> -> [Help 1]
>
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Wed, Jan 4, 2017 at 10:30 PM, Andrea Del Bene <an...@gmail.com>
> wrote:
>
> > no no. just the incoming  (l guess) 8.0.0-M3
> >
> > On 4 Jan 2017 22:22, "Martin Grigorov" <mg...@apache.org> wrote:
> >
> > > Hi Andrea,
> > >
> > > Does this affect 6.26.0 anyhow ?
> > >
> > > Martin Grigorov
> > > Wicket Training and Consulting
> > > https://twitter.com/mtgrigorov
> > >
> > > On Wed, Jan 4, 2017 at 9:47 PM, Andrea Del Bene <an...@gmail.com>
> > > wrote:
> > >
> > > > Hi Martin,
> > > >
> > > > I've just merged the huge PR for "WICKET-6287 Switch from json.org
> to
> > > > open-json". I've relized that this might be a problem for WicketStuff
> > > > 8.0.0-M3 if you use the current master branch against Wicket
> 8.0.0-M3.
> > > > Sorry for the inconvenience :-(.
> > > >
> > > > Andrea
> > > >
> > > >
> > > >
> > > > On 04/01/2017 20:42, Martin Grigorov wrote:
> > > >
> > > >> Hi,
> > > >>
> > > >> WicketStuff core 6.26.0 based on Apache Wicket 6.26.0 is released
> and
> > > >> available at Maven Central.
> > > >>
> > > >> Konstantinos Karavitis (2):
> > > >>        [portlets] Merge pull request #562 from kkaravitis/wicket-6.x
> > > >>        [portlets] Update pom.xml
> > > >>
> > > >> Martin Tzvetanov Grigorov (2):
> > > >>        Build against Wicket 6.26.0-SNAPSHOT
> > > >>        Release 6.26.0
> > > >>
> > > >> Maxim Solodovnik (1):
> > > >>        json:json library is replaced with openjson; examples are
> fixed
> > > >>
> > > >> Miguel Payet (1):
> > > >>        [editablegrid] Fix the save action in an EditableGrid when
> > there
> > > >> are
> > > >> more than 1 editable grids on the page (#558)
> > > >>
> > > >> Sven Meier (1):
> > > >>        [lambda-model] issue #534: destroy the factory
> > > >>
> > > >> kkaravitis (1):
> > > >>        [portlets] synchronize wicket-6.x branch with the latest
> fixes
> > on
> > > >> wicket-7.x branch
> > > >>
> > > >>
> > > >> The WicketStuff team!
> > > >>
> > > >>
> > > >
> > > > ------------------------------------------------------------
> ---------
> > > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > > For additional commands, e-mail: users-help@wicket.apache.org
> > > >
> > > >
> > >
> >
>

Re: [ANNOUNCE] WicketStuff 6.26.0 is released

Posted by Martin Grigorov <mg...@apache.org>.
Moving to dev@

At the moment WicketStuff master branch fails with:

ailed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
(default-compile) on project wicketstuff-offline-mode: Compilation failure:
Compilation failure:
/home/martin/git/wicketstuff-core/offline-mode-parent/offline-mode/src/main/java/org/wicketstuff/offline/mode/ServiceWorker.java:[24,15]
error: package org.json does not exist
/home/martin/git/wicketstuff-core/offline-mode-parent/offline-mode/src/main/java/org/wicketstuff/offline/mode/ServiceWorker.java:[25,15]
error: package org.json does not exist
/home/martin/git/wicketstuff-core/offline-mode-parent/offline-mode/src/main/java/org/wicketstuff/offline/mode/ServiceWorker.java:[113,5]
error: cannot find symbol
symbol: class JSONArray
/home/martin/git/wicketstuff-core/offline-mode-parent/offline-mode/src/main/java/org/wicketstuff/offline/mode/ServiceWorker.java:[113,34]
error: cannot find symbol
symbol: class JSONArray
/home/martin/git/wicketstuff-core/offline-mode-parent/offline-mode/src/main/java/org/wicketstuff/offline/mode/ServiceWorker.java:[157,6]
error: cannot find symbol
symbol: class JSONObject
/home/martin/git/wicketstuff-core/offline-mode-parent/offline-mode/src/main/java/org/wicketstuff/offline/mode/ServiceWorker.java:[157,30]
error: cannot find symbol
-> [Help 1]


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

On Wed, Jan 4, 2017 at 10:30 PM, Andrea Del Bene <an...@gmail.com>
wrote:

> no no. just the incoming  (l guess) 8.0.0-M3
>
> On 4 Jan 2017 22:22, "Martin Grigorov" <mg...@apache.org> wrote:
>
> > Hi Andrea,
> >
> > Does this affect 6.26.0 anyhow ?
> >
> > Martin Grigorov
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
> >
> > On Wed, Jan 4, 2017 at 9:47 PM, Andrea Del Bene <an...@gmail.com>
> > wrote:
> >
> > > Hi Martin,
> > >
> > > I've just merged the huge PR for "WICKET-6287 Switch from json.org to
> > > open-json". I've relized that this might be a problem for WicketStuff
> > > 8.0.0-M3 if you use the current master branch against Wicket 8.0.0-M3.
> > > Sorry for the inconvenience :-(.
> > >
> > > Andrea
> > >
> > >
> > >
> > > On 04/01/2017 20:42, Martin Grigorov wrote:
> > >
> > >> Hi,
> > >>
> > >> WicketStuff core 6.26.0 based on Apache Wicket 6.26.0 is released and
> > >> available at Maven Central.
> > >>
> > >> Konstantinos Karavitis (2):
> > >>        [portlets] Merge pull request #562 from kkaravitis/wicket-6.x
> > >>        [portlets] Update pom.xml
> > >>
> > >> Martin Tzvetanov Grigorov (2):
> > >>        Build against Wicket 6.26.0-SNAPSHOT
> > >>        Release 6.26.0
> > >>
> > >> Maxim Solodovnik (1):
> > >>        json:json library is replaced with openjson; examples are fixed
> > >>
> > >> Miguel Payet (1):
> > >>        [editablegrid] Fix the save action in an EditableGrid when
> there
> > >> are
> > >> more than 1 editable grids on the page (#558)
> > >>
> > >> Sven Meier (1):
> > >>        [lambda-model] issue #534: destroy the factory
> > >>
> > >> kkaravitis (1):
> > >>        [portlets] synchronize wicket-6.x branch with the latest fixes
> on
> > >> wicket-7.x branch
> > >>
> > >>
> > >> The WicketStuff team!
> > >>
> > >>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > For additional commands, e-mail: users-help@wicket.apache.org
> > >
> > >
> >
>

Re: [ANNOUNCE] WicketStuff 6.26.0 is released

Posted by Andrea Del Bene <an...@gmail.com>.
no no. just the incoming  (l guess) 8.0.0-M3

On 4 Jan 2017 22:22, "Martin Grigorov" <mg...@apache.org> wrote:

> Hi Andrea,
>
> Does this affect 6.26.0 anyhow ?
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Wed, Jan 4, 2017 at 9:47 PM, Andrea Del Bene <an...@gmail.com>
> wrote:
>
> > Hi Martin,
> >
> > I've just merged the huge PR for "WICKET-6287 Switch from json.org to
> > open-json". I've relized that this might be a problem for WicketStuff
> > 8.0.0-M3 if you use the current master branch against Wicket 8.0.0-M3.
> > Sorry for the inconvenience :-(.
> >
> > Andrea
> >
> >
> >
> > On 04/01/2017 20:42, Martin Grigorov wrote:
> >
> >> Hi,
> >>
> >> WicketStuff core 6.26.0 based on Apache Wicket 6.26.0 is released and
> >> available at Maven Central.
> >>
> >> Konstantinos Karavitis (2):
> >>        [portlets] Merge pull request #562 from kkaravitis/wicket-6.x
> >>        [portlets] Update pom.xml
> >>
> >> Martin Tzvetanov Grigorov (2):
> >>        Build against Wicket 6.26.0-SNAPSHOT
> >>        Release 6.26.0
> >>
> >> Maxim Solodovnik (1):
> >>        json:json library is replaced with openjson; examples are fixed
> >>
> >> Miguel Payet (1):
> >>        [editablegrid] Fix the save action in an EditableGrid when there
> >> are
> >> more than 1 editable grids on the page (#558)
> >>
> >> Sven Meier (1):
> >>        [lambda-model] issue #534: destroy the factory
> >>
> >> kkaravitis (1):
> >>        [portlets] synchronize wicket-6.x branch with the latest fixes on
> >> wicket-7.x branch
> >>
> >>
> >> The WicketStuff team!
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>

Re: [ANNOUNCE] WicketStuff 6.26.0 is released

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

Does this affect 6.26.0 anyhow ?

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

On Wed, Jan 4, 2017 at 9:47 PM, Andrea Del Bene <an...@gmail.com>
wrote:

> Hi Martin,
>
> I've just merged the huge PR for "WICKET-6287 Switch from json.org to
> open-json". I've relized that this might be a problem for WicketStuff
> 8.0.0-M3 if you use the current master branch against Wicket 8.0.0-M3.
> Sorry for the inconvenience :-(.
>
> Andrea
>
>
>
> On 04/01/2017 20:42, Martin Grigorov wrote:
>
>> Hi,
>>
>> WicketStuff core 6.26.0 based on Apache Wicket 6.26.0 is released and
>> available at Maven Central.
>>
>> Konstantinos Karavitis (2):
>>        [portlets] Merge pull request #562 from kkaravitis/wicket-6.x
>>        [portlets] Update pom.xml
>>
>> Martin Tzvetanov Grigorov (2):
>>        Build against Wicket 6.26.0-SNAPSHOT
>>        Release 6.26.0
>>
>> Maxim Solodovnik (1):
>>        json:json library is replaced with openjson; examples are fixed
>>
>> Miguel Payet (1):
>>        [editablegrid] Fix the save action in an EditableGrid when there
>> are
>> more than 1 editable grids on the page (#558)
>>
>> Sven Meier (1):
>>        [lambda-model] issue #534: destroy the factory
>>
>> kkaravitis (1):
>>        [portlets] synchronize wicket-6.x branch with the latest fixes on
>> wicket-7.x branch
>>
>>
>> The WicketStuff team!
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: [ANNOUNCE] WicketStuff 6.26.0 is released

Posted by Andrea Del Bene <an...@gmail.com>.
Hi Martin,

I've just merged the huge PR for "WICKET-6287 Switch from json.org to 
open-json". I've relized that this might be a problem for WicketStuff 
8.0.0-M3 if you use the current master branch against Wicket 8.0.0-M3. 
Sorry for the inconvenience :-(.

Andrea


On 04/01/2017 20:42, Martin Grigorov wrote:
> Hi,
>
> WicketStuff core 6.26.0 based on Apache Wicket 6.26.0 is released and
> available at Maven Central.
>
> Konstantinos Karavitis (2):
>        [portlets] Merge pull request #562 from kkaravitis/wicket-6.x
>        [portlets] Update pom.xml
>
> Martin Tzvetanov Grigorov (2):
>        Build against Wicket 6.26.0-SNAPSHOT
>        Release 6.26.0
>
> Maxim Solodovnik (1):
>        json:json library is replaced with openjson; examples are fixed
>
> Miguel Payet (1):
>        [editablegrid] Fix the save action in an EditableGrid when there are
> more than 1 editable grids on the page (#558)
>
> Sven Meier (1):
>        [lambda-model] issue #534: destroy the factory
>
> kkaravitis (1):
>        [portlets] synchronize wicket-6.x branch with the latest fixes on
> wicket-7.x branch
>
>
> The WicketStuff team!
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org