You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2013/04/18 13:08:19 UTC

[ANNOUNCE] WicketStuff 6.7.0 is released

Hi,

WicketStuff core 6.7.0 based on Apache Wicket 6.7.0 is released and shortly
will be available in Maven Central.

The changelog for this release is:

Bram Pouwelse (1):
      Added ShiroSecurityConstraints to be able to have more than one
security constraint on a Page.

David Gileadi (1):
      Fixed to check whether the subject is authenticated, not whether it
has a principal.

Inaiat Henrique (1):
      [jqplot] jqplot4java 1.3

Jesse Long (1):
      Add Excel IDataExporter implementations

Martin Tzvetanov Grigorov (9):
      [scala-extensions] Fix the compile errors. Upgrade to Scala 2.10
      [minis - mootip] Remove duplicate entry 'evalAlways'.
      [console] Comment 'console' project until its build is fixed
      Simplify MANIFEST.MF entries. No need to add ${user.name} to them.
Unknown property ${buildNumber}
      Ignore a failing test. Set Wicket version to 6.7.0-SNAPSHOT
      [scala] Add FutureModel - a model that computes its object in Scala
2.10 Future
      Make the fields transient to avoid serializing them
      Make few more field transient
      Release 6.7.0

Michael Mosmann (7):
      tree reader fix
      bug hunt
      Merge branch 'master' of github.com:wicketstuff/core
      changed kryo2 dependency to 0.22
      test fixed
      array exception fixed
      lic header fixed

Nadeem Mohammad (1):
      Provided callback as per
https://github.com/wicketstuff/core/issues/198#issuecomment-14668069

dieter (2):
      Upgraded Geocode to Google Geocoding API V3. Parse JSON result with
org.json library.
      Removed dependency to org.json jib, since this is part of wicket 6.
Cleaned imports of GClientGeocoder.

inaiat (2):
      [jqplot]  wicket 6
      Merge branch 'master' of github.com:wicketstuff/core

reiern70 (3):
      get rid of warnings
      Merge branch 'master' of https://github.com/wicketstuff/core.git
      fix problem with bind and IE. See

svenmeier (6):
      added wicketstuff-lazymodel
      made dependency to extensions optional
      merged pull request #200: additional sort parameter
      pass null for no interfaces
      better exception message
      improved handling of raw lists

tremel (1):
      Make project GMap3-Examples compile without errors after changes in
method Geocoder#decode

The WicketStuff team

Re: [ANNOUNCE] WicketStuff 6.7.0 is released

Posted by Andreas Kuhtz <an...@gmail.com>.
Hi Martin,
Yes, no problem anymore! Thank you!


2013/4/19 Martin Grigorov <mg...@apache.org>

> It seems it worked:
> http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-core/6.7.0/
>
> Thanks again!
>
>
> On Fri, Apr 19, 2013 at 9:47 AM, Martin Grigorov <mgrigorov@apache.org
> >wrote:
>
> > Thanks Andreas!
> >
> > I've redeployed it.
> > Let's hope this works. Otherwise I'll release 6.7.1.
> >
> >
> > On Fri, Apr 19, 2013 at 8:58 AM, Andreas Kuhtz <andreas.kuhtz@gmail.com
> >wrote:
> >
> >> Hi Martin,
> >> Thanks for the effort with the release, but I guess something is wrong
> >> with
> >> the deployment to central.
> >> Under
> >>
> http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-core/6.7.0/the
> >> pom.xml<
> http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-core/6.7.0/thepom.xml>is
> missing, only the signatures are available.
> >>
> >> Best,
> >> Andi
> >>
> >>
> >> 2013/4/18 Martin Grigorov <mg...@apache.org>
> >>
> >> > :-)
> >> >
> >> > Actually I tried to release it yesterday (Wicket 6.7.0 was already
> >> > available in Maven central) but my connection to oss.sonatype.org was
> >> very
> >> > slow
> >> >
> >> >
> >> > On Thu, Apr 18, 2013 at 2:11 PM, Martijn Dashorst <
> >> > martijn.dashorst@gmail.com> wrote:
> >> >
> >> > > *This must be the quickest release of a wicketstuff project after a
> >> > release
> >> > > of wicket.*
> >> > > *
> >> > > *
> >> > > *Thanks!*
> >> > > *
> >> > > *
> >> > > *Martijn*
> >> > >
> >> > > On Thu, Apr 18, 2013 at 1:08 PM, Martin Grigorov <
> >> mgrigorov@apache.org
> >> > > >wrote:
> >> > >
> >> > > > Hi,
> >> > > >
> >> > > > WicketStuff core 6.7.0 based on Apache Wicket 6.7.0 is released
> and
> >> > > shortly
> >> > > > will be available in Maven Central.
> >> > > >
> >> > > > The changelog for this release is:
> >> > > >
> >> > > > Bram Pouwelse (1):
> >> > > >       Added ShiroSecurityConstraints to be able to have more than
> >> one
> >> > > > security constraint on a Page.
> >> > > >
> >> > > > David Gileadi (1):
> >> > > >       Fixed to check whether the subject is authenticated, not
> >> whether
> >> > it
> >> > > > has a principal.
> >> > > >
> >> > > > Inaiat Henrique (1):
> >> > > >       [jqplot] jqplot4java 1.3
> >> > > >
> >> > > > Jesse Long (1):
> >> > > >       Add Excel IDataExporter implementations
> >> > > >
> >> > > > Martin Tzvetanov Grigorov (9):
> >> > > >       [scala-extensions] Fix the compile errors. Upgrade to Scala
> >> 2.10
> >> > > >       [minis - mootip] Remove duplicate entry 'evalAlways'.
> >> > > >       [console] Comment 'console' project until its build is fixed
> >> > > >       Simplify MANIFEST.MF entries. No need to add ${user.name}
> to
> >> > them.
> >> > > > Unknown property ${buildNumber}
> >> > > >       Ignore a failing test. Set Wicket version to 6.7.0-SNAPSHOT
> >> > > >       [scala] Add FutureModel - a model that computes its object
> in
> >> > Scala
> >> > > > 2.10 Future
> >> > > >       Make the fields transient to avoid serializing them
> >> > > >       Make few more field transient
> >> > > >       Release 6.7.0
> >> > > >
> >> > > > Michael Mosmann (7):
> >> > > >       tree reader fix
> >> > > >       bug hunt
> >> > > >       Merge branch 'master' of github.com:wicketstuff/core
> >> > > >       changed kryo2 dependency to 0.22
> >> > > >       test fixed
> >> > > >       array exception fixed
> >> > > >       lic header fixed
> >> > > >
> >> > > > Nadeem Mohammad (1):
> >> > > >       Provided callback as per
> >> > > >
> >> https://github.com/wicketstuff/core/issues/198#issuecomment-14668069
> >> > > >
> >> > > > dieter (2):
> >> > > >       Upgraded Geocode to Google Geocoding API V3. Parse JSON
> result
> >> > with
> >> > > > org.json library.
> >> > > >       Removed dependency to org.json jib, since this is part of
> >> wicket
> >> > 6.
> >> > > > Cleaned imports of GClientGeocoder.
> >> > > >
> >> > > > inaiat (2):
> >> > > >       [jqplot]  wicket 6
> >> > > >       Merge branch 'master' of github.com:wicketstuff/core
> >> > > >
> >> > > > reiern70 (3):
> >> > > >       get rid of warnings
> >> > > >       Merge branch 'master' of
> >> https://github.com/wicketstuff/core.git
> >> > > >       fix problem with bind and IE. See
> >> > > >
> >> > > > svenmeier (6):
> >> > > >       added wicketstuff-lazymodel
> >> > > >       made dependency to extensions optional
> >> > > >       merged pull request #200: additional sort parameter
> >> > > >       pass null for no interfaces
> >> > > >       better exception message
> >> > > >       improved handling of raw lists
> >> > > >
> >> > > > tremel (1):
> >> > > >       Make project GMap3-Examples compile without errors after
> >> changes
> >> > in
> >> > > > method Geocoder#decode
> >> > > >
> >> > > > The WicketStuff team
> >> > > >
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > Become a Wicket expert, learn from the best:
> >> http://wicketinaction.com
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Martin Grigorov
> >> > jWeekend
> >> > Training, Consulting, Development
> >> > http://jWeekend.com <http://jweekend.com/>
> >> >
> >>
> >
> >
> >
> > --
> > Martin Grigorov
> > jWeekend
> > Training, Consulting, Development
> > http://jWeekend.com <http://jweekend.com/>
> >
>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com <http://jweekend.com/>
>

Re: [ANNOUNCE] WicketStuff 6.7.0 is released

Posted by Martin Grigorov <mg...@apache.org>.
It seems it worked:
http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-core/6.7.0/

Thanks again!


On Fri, Apr 19, 2013 at 9:47 AM, Martin Grigorov <mg...@apache.org>wrote:

> Thanks Andreas!
>
> I've redeployed it.
> Let's hope this works. Otherwise I'll release 6.7.1.
>
>
> On Fri, Apr 19, 2013 at 8:58 AM, Andreas Kuhtz <an...@gmail.com>wrote:
>
>> Hi Martin,
>> Thanks for the effort with the release, but I guess something is wrong
>> with
>> the deployment to central.
>> Under
>> http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-core/6.7.0/the
>> pom.xml<http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-core/6.7.0/thepom.xml>is missing, only the signatures are available.
>>
>> Best,
>> Andi
>>
>>
>> 2013/4/18 Martin Grigorov <mg...@apache.org>
>>
>> > :-)
>> >
>> > Actually I tried to release it yesterday (Wicket 6.7.0 was already
>> > available in Maven central) but my connection to oss.sonatype.org was
>> very
>> > slow
>> >
>> >
>> > On Thu, Apr 18, 2013 at 2:11 PM, Martijn Dashorst <
>> > martijn.dashorst@gmail.com> wrote:
>> >
>> > > *This must be the quickest release of a wicketstuff project after a
>> > release
>> > > of wicket.*
>> > > *
>> > > *
>> > > *Thanks!*
>> > > *
>> > > *
>> > > *Martijn*
>> > >
>> > > On Thu, Apr 18, 2013 at 1:08 PM, Martin Grigorov <
>> mgrigorov@apache.org
>> > > >wrote:
>> > >
>> > > > Hi,
>> > > >
>> > > > WicketStuff core 6.7.0 based on Apache Wicket 6.7.0 is released and
>> > > shortly
>> > > > will be available in Maven Central.
>> > > >
>> > > > The changelog for this release is:
>> > > >
>> > > > Bram Pouwelse (1):
>> > > >       Added ShiroSecurityConstraints to be able to have more than
>> one
>> > > > security constraint on a Page.
>> > > >
>> > > > David Gileadi (1):
>> > > >       Fixed to check whether the subject is authenticated, not
>> whether
>> > it
>> > > > has a principal.
>> > > >
>> > > > Inaiat Henrique (1):
>> > > >       [jqplot] jqplot4java 1.3
>> > > >
>> > > > Jesse Long (1):
>> > > >       Add Excel IDataExporter implementations
>> > > >
>> > > > Martin Tzvetanov Grigorov (9):
>> > > >       [scala-extensions] Fix the compile errors. Upgrade to Scala
>> 2.10
>> > > >       [minis - mootip] Remove duplicate entry 'evalAlways'.
>> > > >       [console] Comment 'console' project until its build is fixed
>> > > >       Simplify MANIFEST.MF entries. No need to add ${user.name} to
>> > them.
>> > > > Unknown property ${buildNumber}
>> > > >       Ignore a failing test. Set Wicket version to 6.7.0-SNAPSHOT
>> > > >       [scala] Add FutureModel - a model that computes its object in
>> > Scala
>> > > > 2.10 Future
>> > > >       Make the fields transient to avoid serializing them
>> > > >       Make few more field transient
>> > > >       Release 6.7.0
>> > > >
>> > > > Michael Mosmann (7):
>> > > >       tree reader fix
>> > > >       bug hunt
>> > > >       Merge branch 'master' of github.com:wicketstuff/core
>> > > >       changed kryo2 dependency to 0.22
>> > > >       test fixed
>> > > >       array exception fixed
>> > > >       lic header fixed
>> > > >
>> > > > Nadeem Mohammad (1):
>> > > >       Provided callback as per
>> > > >
>> https://github.com/wicketstuff/core/issues/198#issuecomment-14668069
>> > > >
>> > > > dieter (2):
>> > > >       Upgraded Geocode to Google Geocoding API V3. Parse JSON result
>> > with
>> > > > org.json library.
>> > > >       Removed dependency to org.json jib, since this is part of
>> wicket
>> > 6.
>> > > > Cleaned imports of GClientGeocoder.
>> > > >
>> > > > inaiat (2):
>> > > >       [jqplot]  wicket 6
>> > > >       Merge branch 'master' of github.com:wicketstuff/core
>> > > >
>> > > > reiern70 (3):
>> > > >       get rid of warnings
>> > > >       Merge branch 'master' of
>> https://github.com/wicketstuff/core.git
>> > > >       fix problem with bind and IE. See
>> > > >
>> > > > svenmeier (6):
>> > > >       added wicketstuff-lazymodel
>> > > >       made dependency to extensions optional
>> > > >       merged pull request #200: additional sort parameter
>> > > >       pass null for no interfaces
>> > > >       better exception message
>> > > >       improved handling of raw lists
>> > > >
>> > > > tremel (1):
>> > > >       Make project GMap3-Examples compile without errors after
>> changes
>> > in
>> > > > method Geocoder#decode
>> > > >
>> > > > The WicketStuff team
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > Become a Wicket expert, learn from the best:
>> http://wicketinaction.com
>> > >
>> >
>> >
>> >
>> > --
>> > Martin Grigorov
>> > jWeekend
>> > Training, Consulting, Development
>> > http://jWeekend.com <http://jweekend.com/>
>> >
>>
>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com <http://jweekend.com/>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: [ANNOUNCE] WicketStuff 6.7.0 is released

Posted by Martin Grigorov <mg...@apache.org>.
Thanks Andreas!

I've redeployed it.
Let's hope this works. Otherwise I'll release 6.7.1.


On Fri, Apr 19, 2013 at 8:58 AM, Andreas Kuhtz <an...@gmail.com>wrote:

> Hi Martin,
> Thanks for the effort with the release, but I guess something is wrong with
> the deployment to central.
> Under
> http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-core/6.7.0/the
> pom.xml is missing, only the signatures are available.
>
> Best,
> Andi
>
>
> 2013/4/18 Martin Grigorov <mg...@apache.org>
>
> > :-)
> >
> > Actually I tried to release it yesterday (Wicket 6.7.0 was already
> > available in Maven central) but my connection to oss.sonatype.org was
> very
> > slow
> >
> >
> > On Thu, Apr 18, 2013 at 2:11 PM, Martijn Dashorst <
> > martijn.dashorst@gmail.com> wrote:
> >
> > > *This must be the quickest release of a wicketstuff project after a
> > release
> > > of wicket.*
> > > *
> > > *
> > > *Thanks!*
> > > *
> > > *
> > > *Martijn*
> > >
> > > On Thu, Apr 18, 2013 at 1:08 PM, Martin Grigorov <mgrigorov@apache.org
> > > >wrote:
> > >
> > > > Hi,
> > > >
> > > > WicketStuff core 6.7.0 based on Apache Wicket 6.7.0 is released and
> > > shortly
> > > > will be available in Maven Central.
> > > >
> > > > The changelog for this release is:
> > > >
> > > > Bram Pouwelse (1):
> > > >       Added ShiroSecurityConstraints to be able to have more than one
> > > > security constraint on a Page.
> > > >
> > > > David Gileadi (1):
> > > >       Fixed to check whether the subject is authenticated, not
> whether
> > it
> > > > has a principal.
> > > >
> > > > Inaiat Henrique (1):
> > > >       [jqplot] jqplot4java 1.3
> > > >
> > > > Jesse Long (1):
> > > >       Add Excel IDataExporter implementations
> > > >
> > > > Martin Tzvetanov Grigorov (9):
> > > >       [scala-extensions] Fix the compile errors. Upgrade to Scala
> 2.10
> > > >       [minis - mootip] Remove duplicate entry 'evalAlways'.
> > > >       [console] Comment 'console' project until its build is fixed
> > > >       Simplify MANIFEST.MF entries. No need to add ${user.name} to
> > them.
> > > > Unknown property ${buildNumber}
> > > >       Ignore a failing test. Set Wicket version to 6.7.0-SNAPSHOT
> > > >       [scala] Add FutureModel - a model that computes its object in
> > Scala
> > > > 2.10 Future
> > > >       Make the fields transient to avoid serializing them
> > > >       Make few more field transient
> > > >       Release 6.7.0
> > > >
> > > > Michael Mosmann (7):
> > > >       tree reader fix
> > > >       bug hunt
> > > >       Merge branch 'master' of github.com:wicketstuff/core
> > > >       changed kryo2 dependency to 0.22
> > > >       test fixed
> > > >       array exception fixed
> > > >       lic header fixed
> > > >
> > > > Nadeem Mohammad (1):
> > > >       Provided callback as per
> > > > https://github.com/wicketstuff/core/issues/198#issuecomment-14668069
> > > >
> > > > dieter (2):
> > > >       Upgraded Geocode to Google Geocoding API V3. Parse JSON result
> > with
> > > > org.json library.
> > > >       Removed dependency to org.json jib, since this is part of
> wicket
> > 6.
> > > > Cleaned imports of GClientGeocoder.
> > > >
> > > > inaiat (2):
> > > >       [jqplot]  wicket 6
> > > >       Merge branch 'master' of github.com:wicketstuff/core
> > > >
> > > > reiern70 (3):
> > > >       get rid of warnings
> > > >       Merge branch 'master' of
> https://github.com/wicketstuff/core.git
> > > >       fix problem with bind and IE. See
> > > >
> > > > svenmeier (6):
> > > >       added wicketstuff-lazymodel
> > > >       made dependency to extensions optional
> > > >       merged pull request #200: additional sort parameter
> > > >       pass null for no interfaces
> > > >       better exception message
> > > >       improved handling of raw lists
> > > >
> > > > tremel (1):
> > > >       Make project GMap3-Examples compile without errors after
> changes
> > in
> > > > method Geocoder#decode
> > > >
> > > > The WicketStuff team
> > > >
> > >
> > >
> > >
> > > --
> > > Become a Wicket expert, learn from the best: http://wicketinaction.com
> > >
> >
> >
> >
> > --
> > Martin Grigorov
> > jWeekend
> > Training, Consulting, Development
> > http://jWeekend.com <http://jweekend.com/>
> >
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: [ANNOUNCE] WicketStuff 6.7.0 is released

Posted by Andreas Kuhtz <an...@gmail.com>.
Hi Martin,
Thanks for the effort with the release, but I guess something is wrong with
the deployment to central.
Under http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-core/6.7.0/the
pom.xml is missing, only the signatures are available.

Best,
Andi


2013/4/18 Martin Grigorov <mg...@apache.org>

> :-)
>
> Actually I tried to release it yesterday (Wicket 6.7.0 was already
> available in Maven central) but my connection to oss.sonatype.org was very
> slow
>
>
> On Thu, Apr 18, 2013 at 2:11 PM, Martijn Dashorst <
> martijn.dashorst@gmail.com> wrote:
>
> > *This must be the quickest release of a wicketstuff project after a
> release
> > of wicket.*
> > *
> > *
> > *Thanks!*
> > *
> > *
> > *Martijn*
> >
> > On Thu, Apr 18, 2013 at 1:08 PM, Martin Grigorov <mgrigorov@apache.org
> > >wrote:
> >
> > > Hi,
> > >
> > > WicketStuff core 6.7.0 based on Apache Wicket 6.7.0 is released and
> > shortly
> > > will be available in Maven Central.
> > >
> > > The changelog for this release is:
> > >
> > > Bram Pouwelse (1):
> > >       Added ShiroSecurityConstraints to be able to have more than one
> > > security constraint on a Page.
> > >
> > > David Gileadi (1):
> > >       Fixed to check whether the subject is authenticated, not whether
> it
> > > has a principal.
> > >
> > > Inaiat Henrique (1):
> > >       [jqplot] jqplot4java 1.3
> > >
> > > Jesse Long (1):
> > >       Add Excel IDataExporter implementations
> > >
> > > Martin Tzvetanov Grigorov (9):
> > >       [scala-extensions] Fix the compile errors. Upgrade to Scala 2.10
> > >       [minis - mootip] Remove duplicate entry 'evalAlways'.
> > >       [console] Comment 'console' project until its build is fixed
> > >       Simplify MANIFEST.MF entries. No need to add ${user.name} to
> them.
> > > Unknown property ${buildNumber}
> > >       Ignore a failing test. Set Wicket version to 6.7.0-SNAPSHOT
> > >       [scala] Add FutureModel - a model that computes its object in
> Scala
> > > 2.10 Future
> > >       Make the fields transient to avoid serializing them
> > >       Make few more field transient
> > >       Release 6.7.0
> > >
> > > Michael Mosmann (7):
> > >       tree reader fix
> > >       bug hunt
> > >       Merge branch 'master' of github.com:wicketstuff/core
> > >       changed kryo2 dependency to 0.22
> > >       test fixed
> > >       array exception fixed
> > >       lic header fixed
> > >
> > > Nadeem Mohammad (1):
> > >       Provided callback as per
> > > https://github.com/wicketstuff/core/issues/198#issuecomment-14668069
> > >
> > > dieter (2):
> > >       Upgraded Geocode to Google Geocoding API V3. Parse JSON result
> with
> > > org.json library.
> > >       Removed dependency to org.json jib, since this is part of wicket
> 6.
> > > Cleaned imports of GClientGeocoder.
> > >
> > > inaiat (2):
> > >       [jqplot]  wicket 6
> > >       Merge branch 'master' of github.com:wicketstuff/core
> > >
> > > reiern70 (3):
> > >       get rid of warnings
> > >       Merge branch 'master' of https://github.com/wicketstuff/core.git
> > >       fix problem with bind and IE. See
> > >
> > > svenmeier (6):
> > >       added wicketstuff-lazymodel
> > >       made dependency to extensions optional
> > >       merged pull request #200: additional sort parameter
> > >       pass null for no interfaces
> > >       better exception message
> > >       improved handling of raw lists
> > >
> > > tremel (1):
> > >       Make project GMap3-Examples compile without errors after changes
> in
> > > method Geocoder#decode
> > >
> > > The WicketStuff team
> > >
> >
> >
> >
> > --
> > Become a Wicket expert, learn from the best: http://wicketinaction.com
> >
>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com <http://jweekend.com/>
>

Re: [ANNOUNCE] WicketStuff 6.7.0 is released

Posted by Martin Grigorov <mg...@apache.org>.
:-)

Actually I tried to release it yesterday (Wicket 6.7.0 was already
available in Maven central) but my connection to oss.sonatype.org was very
slow


On Thu, Apr 18, 2013 at 2:11 PM, Martijn Dashorst <
martijn.dashorst@gmail.com> wrote:

> *This must be the quickest release of a wicketstuff project after a release
> of wicket.*
> *
> *
> *Thanks!*
> *
> *
> *Martijn*
>
> On Thu, Apr 18, 2013 at 1:08 PM, Martin Grigorov <mgrigorov@apache.org
> >wrote:
>
> > Hi,
> >
> > WicketStuff core 6.7.0 based on Apache Wicket 6.7.0 is released and
> shortly
> > will be available in Maven Central.
> >
> > The changelog for this release is:
> >
> > Bram Pouwelse (1):
> >       Added ShiroSecurityConstraints to be able to have more than one
> > security constraint on a Page.
> >
> > David Gileadi (1):
> >       Fixed to check whether the subject is authenticated, not whether it
> > has a principal.
> >
> > Inaiat Henrique (1):
> >       [jqplot] jqplot4java 1.3
> >
> > Jesse Long (1):
> >       Add Excel IDataExporter implementations
> >
> > Martin Tzvetanov Grigorov (9):
> >       [scala-extensions] Fix the compile errors. Upgrade to Scala 2.10
> >       [minis - mootip] Remove duplicate entry 'evalAlways'.
> >       [console] Comment 'console' project until its build is fixed
> >       Simplify MANIFEST.MF entries. No need to add ${user.name} to them.
> > Unknown property ${buildNumber}
> >       Ignore a failing test. Set Wicket version to 6.7.0-SNAPSHOT
> >       [scala] Add FutureModel - a model that computes its object in Scala
> > 2.10 Future
> >       Make the fields transient to avoid serializing them
> >       Make few more field transient
> >       Release 6.7.0
> >
> > Michael Mosmann (7):
> >       tree reader fix
> >       bug hunt
> >       Merge branch 'master' of github.com:wicketstuff/core
> >       changed kryo2 dependency to 0.22
> >       test fixed
> >       array exception fixed
> >       lic header fixed
> >
> > Nadeem Mohammad (1):
> >       Provided callback as per
> > https://github.com/wicketstuff/core/issues/198#issuecomment-14668069
> >
> > dieter (2):
> >       Upgraded Geocode to Google Geocoding API V3. Parse JSON result with
> > org.json library.
> >       Removed dependency to org.json jib, since this is part of wicket 6.
> > Cleaned imports of GClientGeocoder.
> >
> > inaiat (2):
> >       [jqplot]  wicket 6
> >       Merge branch 'master' of github.com:wicketstuff/core
> >
> > reiern70 (3):
> >       get rid of warnings
> >       Merge branch 'master' of https://github.com/wicketstuff/core.git
> >       fix problem with bind and IE. See
> >
> > svenmeier (6):
> >       added wicketstuff-lazymodel
> >       made dependency to extensions optional
> >       merged pull request #200: additional sort parameter
> >       pass null for no interfaces
> >       better exception message
> >       improved handling of raw lists
> >
> > tremel (1):
> >       Make project GMap3-Examples compile without errors after changes in
> > method Geocoder#decode
> >
> > The WicketStuff team
> >
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: [ANNOUNCE] WicketStuff 6.7.0 is released

Posted by Martijn Dashorst <ma...@gmail.com>.
*This must be the quickest release of a wicketstuff project after a release
of wicket.*
*
*
*Thanks!*
*
*
*Martijn*

On Thu, Apr 18, 2013 at 1:08 PM, Martin Grigorov <mg...@apache.org>wrote:

> Hi,
>
> WicketStuff core 6.7.0 based on Apache Wicket 6.7.0 is released and shortly
> will be available in Maven Central.
>
> The changelog for this release is:
>
> Bram Pouwelse (1):
>       Added ShiroSecurityConstraints to be able to have more than one
> security constraint on a Page.
>
> David Gileadi (1):
>       Fixed to check whether the subject is authenticated, not whether it
> has a principal.
>
> Inaiat Henrique (1):
>       [jqplot] jqplot4java 1.3
>
> Jesse Long (1):
>       Add Excel IDataExporter implementations
>
> Martin Tzvetanov Grigorov (9):
>       [scala-extensions] Fix the compile errors. Upgrade to Scala 2.10
>       [minis - mootip] Remove duplicate entry 'evalAlways'.
>       [console] Comment 'console' project until its build is fixed
>       Simplify MANIFEST.MF entries. No need to add ${user.name} to them.
> Unknown property ${buildNumber}
>       Ignore a failing test. Set Wicket version to 6.7.0-SNAPSHOT
>       [scala] Add FutureModel - a model that computes its object in Scala
> 2.10 Future
>       Make the fields transient to avoid serializing them
>       Make few more field transient
>       Release 6.7.0
>
> Michael Mosmann (7):
>       tree reader fix
>       bug hunt
>       Merge branch 'master' of github.com:wicketstuff/core
>       changed kryo2 dependency to 0.22
>       test fixed
>       array exception fixed
>       lic header fixed
>
> Nadeem Mohammad (1):
>       Provided callback as per
> https://github.com/wicketstuff/core/issues/198#issuecomment-14668069
>
> dieter (2):
>       Upgraded Geocode to Google Geocoding API V3. Parse JSON result with
> org.json library.
>       Removed dependency to org.json jib, since this is part of wicket 6.
> Cleaned imports of GClientGeocoder.
>
> inaiat (2):
>       [jqplot]  wicket 6
>       Merge branch 'master' of github.com:wicketstuff/core
>
> reiern70 (3):
>       get rid of warnings
>       Merge branch 'master' of https://github.com/wicketstuff/core.git
>       fix problem with bind and IE. See
>
> svenmeier (6):
>       added wicketstuff-lazymodel
>       made dependency to extensions optional
>       merged pull request #200: additional sort parameter
>       pass null for no interfaces
>       better exception message
>       improved handling of raw lists
>
> tremel (1):
>       Make project GMap3-Examples compile without errors after changes in
> method Geocoder#decode
>
> The WicketStuff team
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com