You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2013/08/22 09:54:32 UTC

[ANNOUNCE] WicketStuff 6.10.0 is released

Hi,

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

The changelog for this release is:

bitstorm (10):
      Integration with WicketStuff
      refactor of segments
      Code clean up for Wicketstuff integration
      Suggestion from pull request review
      pom dependencies refactoring
      Introduced interface IWebSerialDeserial
      Smal refactoring
      readme modified
      Formatting stuff...
      some code improvement/cleanup

Martin Tzvetanov Grigorov (6):
      Build against Wicket 6.10.0-SNAPSHOT
      Various version updates (semver compatible)
      Use Wicket 6.11.0-SNAPSHOT
      [async-tasks] Import AjaxRequestTarget to be able to use it
      [async-tasks] Remove unused import of the AbstractTaskModel
      Release 6.10.0

svenmeier (6):
      additional test, no functional change
      #238 script is in shortcut.js (not shortcuts.js)
      allow access to non-public methods
      added license header
      let LazyModel implement IPropertyReflectionAwareModel
      added consructors with model to column

Ernesto Reinaldo Barreiro (5):
      add handler that allows to export a several tables to excel.
      add a flag to GMAP3 that makes map's JavaScript not fail in case of
no     Internet connection
      make general purpose cell exporter more robust and flexible
      fix logic to create table headers.
      Merge pull request #245 from reiern70/master

Andrea Del Bene (4):
      Wicketstuff integration
      Revert "Wicketstuff integration"
      /media/New Volume/stagew/wicketstuff-restannotations-parent
/media/New Volume/stagew/pom.xml
      Merge pull request #247 from bitstorm/master

Martin Grigorov (4):
      Merge pull request #239 from RoadRunner120485/master
      Merge pull request #242 from raphw/master
      Merge pull request #243 from raphw/master
      Merge pull request #248 from raphw/master

Michael Mosmann (4):
      kryo2: bugfix missing locale in date format
      kryo2: test fixed
      kryo2 doc fix
      kryo2 doc fix

rafwin (4):
      Added asynchronous tasks. Changed Wicket version to 6.9.1 release
(Snapshot not available in referenced repository.)
      Added further test cases. Fixed progress button where event might
have been swallowed.
      Added additional model abstraction to allow a progress button's task
to be exchanged during runtime.
      Added additional model abstraction to allow a progress button's task
to be exchanged during runtime.

Martin Sturm (3):
      Build against wicket 6.9.1-SNAPSHOT
      [Issue #236] Fixed issue in class
AnnotationsShiroAuthorizationStrategy.
      [Issue #236] Added unit test..

Martin Knopf (1):
      added readme based on wiki page

The WicketStuff team

Re: [ANNOUNCE] WicketStuff 6.10.0 is released

Posted by Andrea Del Bene <an...@gmail.com>.
Right! Thank you, I've learnt another Git "magic" :)
>
> I guess you need to fetch the new tag
>
>
> O


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


Re: [ANNOUNCE] WicketStuff 6.10.0 is released

Posted by Martin Grigorov <mg...@apache.org>.
commit 82f88e172f636b5d74fa705e53e5ef50e57ce576
Author: Martin Knopf <le...@gmail.com>
Date:   Sun Aug 18 13:50:16 2013 +0200

    added readme based on wiki page

A       jdk-1.6-parent/urlfragment-parent/README.md

commit 4ffb17aa1e8c444e701476860d5110c3a37d2de3
Author: Andrea Del Bene <an...@gmail.com>
Date:   Fri Aug 9 17:51:41 2013 +0200

    /media/New Volume/stagew/wicketstuff-restannotations-parent
    /media/New Volume/stagew/pom.xml

A       jdk-1.6-parent/wicketstuff-restannotations-parent/LICENSE
A       jdk-1.6-parent/wicketstuff-restannotations-parent/header.txt
A       jdk-1.6-parent/wicketstuff-restannotations-parent/pom.xml
A       jdk-1.6-parent/wicketstuff-restannotations-parent/readme.md
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/LICENSE
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/pom.xml
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/src/main/java/org/wicketstuff/rest/Index.html
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/src/main/java/org/wicketstuff/rest/Index.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/src/main/java/org/wicketstuff/rest/WicketApplication.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/src/main/java/org/wicketstuff/rest/domain/PersonPojo.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/src/main/java/org/wicketstuff/rest/resource/PersonsRestResource.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/src/main/resources/log4j.properties
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/src/main/webapp/WEB-INF/web.xml
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/src/main/webapp/logo.png
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/src/main/webapp/style.css
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/src/test/java/org/wicketstuff/rest/Start.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/src/test/java/org/wicketstuff/rest/TestPersonResource.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-examples/src/test/resources/keystore
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-json/.gitignore
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-json/LICENSE
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-json/pom.xml
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-json/src/main/java/org/wicketstuff/rest/resource/gson/GsonRestResource.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-json/src/main/java/org/wicketstuff/rest/resource/gson/GsonSerialDeserial.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-json/src/main/resources/log4j.properties
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-json/src/main/webapp/WEB-INF/web.xml
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-json/src/main/webapp/logo.png
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-json/src/main/webapp/style.css
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations-json/src/test/resources/keystore
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/.gitignore
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/LICENSE
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/pom.xml
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/HomePage.html
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/HomePage.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/Person.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/annotations/AuthorizeInvocation.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/annotations/MethodMapping.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/annotations/parameters/AnnotatedParam.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/annotations/parameters/CookieParam.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/annotations/parameters/HeaderParam.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/annotations/parameters/MatrixParam.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/annotations/parameters/PathParam.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/annotations/parameters/RequestBody.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/annotations/parameters/RequestParam.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/contenthandling/IObjectSerialDeserial.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/contenthandling/RestMimeTypes.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/contenthandling/serialdeserial/MultiFormatSerialDeserial.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/contenthandling/serialdeserial/TextualObjectSerialDeserial.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/resource/AbstractRestResource.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/resource/MethodMappingInfo.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/resource/urlsegments/AbstractURLSegment.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/resource/urlsegments/FixedURLSegment.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/resource/urlsegments/MultiParamSegment.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/resource/urlsegments/ParamSegment.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/utils/http/HttpMethod.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/utils/http/HttpUtils.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/utils/reflection/MethodParameter.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/utils/reflection/ReflectionUtils.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/utils/test/BufferedMockRequest.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/resources/log4j.properties
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/webapp/WEB-INF/web.xml
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/webapp/logo.png
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/main/webapp/style.css
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/test/java/org/wicketstuff/rest/Start.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/test/java/org/wicketstuff/rest/TestRestResources.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/test/java/org/wicketstuff/rest/TestSegmentClasses.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/test/java/org/wicketstuff/rest/WicketApplication.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/test/java/org/wicketstuff/rest/contenthandling/serialdeserial/TestJsonDesSer.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/test/java/org/wicketstuff/rest/contenthandling/serialdeserial/XmlSerialDeser.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/test/java/org/wicketstuff/rest/resource/MultiFormatRestResource.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/test/java/org/wicketstuff/rest/resource/RegExpRestResource.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/test/java/org/wicketstuff/rest/resource/RestResourceFullAnnotated.java
A
jdk-1.6-parent/wicketstuff-restannotations-parent/restannotations/src/test/resources/keystore

commit eec74cde0720af9338e5f80994216e298874fee3
Author: Andrea Del Bene <an...@gmail.com>
Date:   Fri Aug 9 17:14:11 2013 +0200

    Wicketstuff integration

A       jdk-1.6-parent/wicketstuff-restannotations-parent

commit e87c3b62134b0ea9dd2c8fa14d257672633dacf5
Author: Ernesto Reinaldo Barreiro <re...@gmail.com>
Date:   Wed Jul 31 14:04:07 2013 +0400

    add handler that allows to export a several tables to excel.

A
jdk-1.6-parent/wicket-poi-parent/wicket-poi/src/main/java/org/wicketstuff/poi/excel/TablesComponentAsXlsHandler.java

commit 171de475308a2bc45fe02e612e4810232b45e6e1
Author: Michael Mosmann <mi...@mosmann.de>
Date:   Fri Jul 26 05:52:54 2013 +0200

    kryo2 doc fix

A
jdk-1.6-parent/serializer-kryo2/src/test/java/org/wicketstuff/pageserializer/kryo2/examples/ApplicationWithDirectoryBasedOutput.java
A
jdk-1.6-parent/serializer-kryo2/src/test/java/org/wicketstuff/pageserializer/kryo2/examples/ExampleTestWithDirectoryBasedOutput.java

commit 33b1e0e61066c5dd7e5360fb206664ee923cd304
Author: rafwin <ra...@web.de>
Date:   Wed Jul 24 16:09:42 2013 +0200

    Added asynchronous tasks. Changed Wicket version to 6.9.1 release
(Snapshot not available in referenced repository.)

A       jdk-1.6-parent/async-tasks-parent/async-tasks-demo/pom.xml
A
jdk-1.6-parent/async-tasks-parent/async-tasks-demo/src/main/java/org/wicketstuff/async/demo/DemoApplication.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-demo/src/main/java/org/wicketstuff/async/demo/DemoPage.html
A
jdk-1.6-parent/async-tasks-parent/async-tasks-demo/src/main/java/org/wicketstuff/async/demo/DemoPage.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-demo/src/main/java/org/wicketstuff/async/demo/GenericTask.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-demo/src/main/webapp/WEB-INF/web.xml
A
jdk-1.6-parent/async-tasks-parent/async-tasks-demo/src/main/webapp/css/bootstrap.css
A       jdk-1.6-parent/async-tasks-parent/async-tasks-impl/pom.xml
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/components/IRunnableFactory.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/components/InteractionState.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/components/ProgressBar.html
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/components/ProgressBar.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/components/ProgressButton.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/components/StateDescription.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/components/TaskState.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/task/AbstractTaskModel.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/task/DefaultTaskManager.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/task/DefaultTaskManagerHook.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/task/IProgressObservableRunnable.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/task/ITaskManager.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/task/ITaskManagerHook.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/main/java/org/wicketstuff/async/task/PseudoFuture.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/test/java/org/wicketstuff/async/components/ProgressButtonTest.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/test/java/org/wicketstuff/async/components/TestPage.html
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/test/java/org/wicketstuff/async/components/TestPage.java
A
jdk-1.6-parent/async-tasks-parent/async-tasks-impl/src/test/java/org/wicketstuff/async/task/DefaultTaskManagerTest.java
A       jdk-1.6-parent/async-tasks-parent/pom.xml

commit 20cf71260faf718c25eb30b2d3e85f8df2d05f6b
Author: Martin Sturm <Ma...@comsysto.com>
Date:   Tue Jul 23 09:28:38 2013 +0200

    [Issue #236] Added unit test..

A
jdk-1.6-parent/shiro-security/wicket-shiro/src/test/java/org/wicketstuff/shiro/annotation/AnnotationsShiroAuthorizationStrategyTest.java



I guess you need to fetch the new tag


On Fri, Aug 23, 2013 at 2:52 PM, Andrea Del Bene <an...@gmail.com>wrote:

> unfortunately the command doesn't work with ver 6.10.0:
>
> git log --name-status --diff-filter=A
> wicketstuff-core-6.9.0..wicketstuff-core-6.10.0
>
> I works with the older versions. Is there something that I have to with
> the repo to make it work?
>
> >
> https://github.com/wicketstuff/core/wiki/Wicket-Stuff-Core-Release-Process#getting-the-list-of-new-modules
> >
> >
> >
> >
> > On Thu, Aug 22, 2013 at 4:24 PM, Andrea Del Bene <an.delbene@gmail.com
> >wrote:
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: [ANNOUNCE] WicketStuff 6.10.0 is released

Posted by Andrea Del Bene <an...@gmail.com>.
unfortunately the command doesn't work with ver 6.10.0:

git log --name-status --diff-filter=A
wicketstuff-core-6.9.0..wicketstuff-core-6.10.0

I works with the older versions. Is there something that I have to with
the repo to make it work?

> https://github.com/wicketstuff/core/wiki/Wicket-Stuff-Core-Release-Process#getting-the-list-of-new-modules
>
>
>
>
> On Thu, Aug 22, 2013 at 4:24 PM, Andrea Del Bene <an...@gmail.com>wrote:
>
>


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


Re: [ANNOUNCE] WicketStuff 6.10.0 is released

Posted by Martin Grigorov <mg...@apache.org>.
https://github.com/wicketstuff/core/wiki/Wicket-Stuff-Core-Release-Process#getting-the-list-of-new-modules




On Thu, Aug 22, 2013 at 4:24 PM, Andrea Del Bene <an...@gmail.com>wrote:

> Anybody has a list of the new modules available with this last version?
> I'd like to write an announcement of the new version at JavaLobby.
> > Hi,
> >
> > WicketStuff core 6.10.0 based on Apache Wicket 6.10.0 is released
> > and shortly will be available in Maven Central.
> >
> > The changelog for this release is:
> >
> > bitstorm (10):
> >       Integration with WicketStuff
> >       refactor of segments
> >       Code clean up for Wicketstuff integration
> >       Suggestion from pull request review
> >       pom dependencies refactoring
> >       Introduced interface IWebSerialDeserial
> >       Smal refactoring
> >       readme modified
> >       Formatting stuff...
> >       some code improvement/cleanup
> >
> > Martin Tzvetanov Grigorov (6):
> >       Build against Wicket 6.10.0-SNAPSHOT
> >       Various version updates (semver compatible)
> >       Use Wicket 6.11.0-SNAPSHOT
> >       [async-tasks] Import AjaxRequestTarget to be able to use it
> >       [async-tasks] Remove unused import of the AbstractTaskModel
> >       Release 6.10.0
> >
> > svenmeier (6):
> >       additional test, no functional change
> >       #238 script is in shortcut.js (not shortcuts.js)
> >       allow access to non-public methods
> >       added license header
> >       let LazyModel implement IPropertyReflectionAwareModel
> >       added consructors with model to column
> >
> > Ernesto Reinaldo Barreiro (5):
> >       add handler that allows to export a several tables to excel.
> >       add a flag to GMAP3 that makes map's JavaScript not fail in case of
> > no     Internet connection
> >       make general purpose cell exporter more robust and flexible
> >       fix logic to create table headers.
> >       Merge pull request #245 from reiern70/master
> >
> > Andrea Del Bene (4):
> >       Wicketstuff integration
> >       Revert "Wicketstuff integration"
> >       /media/New Volume/stagew/wicketstuff-restannotations-parent
> > /media/New Volume/stagew/pom.xml
> >       Merge pull request #247 from bitstorm/master
> >
> > Martin Grigorov (4):
> >       Merge pull request #239 from RoadRunner120485/master
> >       Merge pull request #242 from raphw/master
> >       Merge pull request #243 from raphw/master
> >       Merge pull request #248 from raphw/master
> >
> > Michael Mosmann (4):
> >       kryo2: bugfix missing locale in date format
> >       kryo2: test fixed
> >       kryo2 doc fix
> >       kryo2 doc fix
> >
> > rafwin (4):
> >       Added asynchronous tasks. Changed Wicket version to 6.9.1 release
> > (Snapshot not available in referenced repository.)
> >       Added further test cases. Fixed progress button where event might
> > have been swallowed.
> >       Added additional model abstraction to allow a progress button's
> task
> > to be exchanged during runtime.
> >       Added additional model abstraction to allow a progress button's
> task
> > to be exchanged during runtime.
> >
> > Martin Sturm (3):
> >       Build against wicket 6.9.1-SNAPSHOT
> >       [Issue #236] Fixed issue in class
> > AnnotationsShiroAuthorizationStrategy.
> >       [Issue #236] Added unit test..
> >
> > Martin Knopf (1):
> >       added readme based on wiki page
> >
> > 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.10.0 is released

Posted by Andrea Del Bene <an...@gmail.com>.
Sure! I've just started to write a draft. If you want you can have a
look at http://java.dzone.com/announcements/wicketstuff-6100-out
> Andrea,
>
> I'd be curious to have a look at your JavaLobby article. Will you be kind
> enough to post the link here when it's available, please?
>
> Regards,
>
> Pierre
>
>
>
> On Thu, Aug 22, 2013 at 3:24 PM, Andrea Del Bene <an...@gmail.com>wrote:
>
>> Anybody has a list of the new modules available with this last version?
>> I'd like to write an announcement of the new version at JavaLobby.
>>> Hi,
>>>
>>> WicketStuff core 6.10.0 based on Apache Wicket 6.10.0 is released
>>> and shortly will be available in Maven Central.
>>>
>>> The changelog for this release is:
>>>
>>> bitstorm (10):
>>>       Integration with WicketStuff
>>>       refactor of segments
>>>       Code clean up for Wicketstuff integration
>>>       Suggestion from pull request review
>>>       pom dependencies refactoring
>>>       Introduced interface IWebSerialDeserial
>>>       Smal refactoring
>>>       readme modified
>>>       Formatting stuff...
>>>       some code improvement/cleanup
>>>
>>> Martin Tzvetanov Grigorov (6):
>>>       Build against Wicket 6.10.0-SNAPSHOT
>>>       Various version updates (semver compatible)
>>>       Use Wicket 6.11.0-SNAPSHOT
>>>       [async-tasks] Import AjaxRequestTarget to be able to use it
>>>       [async-tasks] Remove unused import of the AbstractTaskModel
>>>       Release 6.10.0
>>>
>>> svenmeier (6):
>>>       additional test, no functional change
>>>       #238 script is in shortcut.js (not shortcuts.js)
>>>       allow access to non-public methods
>>>       added license header
>>>       let LazyModel implement IPropertyReflectionAwareModel
>>>       added consructors with model to column
>>>
>>> Ernesto Reinaldo Barreiro (5):
>>>       add handler that allows to export a several tables to excel.
>>>       add a flag to GMAP3 that makes map's JavaScript not fail in case of
>>> no     Internet connection
>>>       make general purpose cell exporter more robust and flexible
>>>       fix logic to create table headers.
>>>       Merge pull request #245 from reiern70/master
>>>
>>> Andrea Del Bene (4):
>>>       Wicketstuff integration
>>>       Revert "Wicketstuff integration"
>>>       /media/New Volume/stagew/wicketstuff-restannotations-parent
>>> /media/New Volume/stagew/pom.xml
>>>       Merge pull request #247 from bitstorm/master
>>>
>>> Martin Grigorov (4):
>>>       Merge pull request #239 from RoadRunner120485/master
>>>       Merge pull request #242 from raphw/master
>>>       Merge pull request #243 from raphw/master
>>>       Merge pull request #248 from raphw/master
>>>
>>> Michael Mosmann (4):
>>>       kryo2: bugfix missing locale in date format
>>>       kryo2: test fixed
>>>       kryo2 doc fix
>>>       kryo2 doc fix
>>>
>>> rafwin (4):
>>>       Added asynchronous tasks. Changed Wicket version to 6.9.1 release
>>> (Snapshot not available in referenced repository.)
>>>       Added further test cases. Fixed progress button where event might
>>> have been swallowed.
>>>       Added additional model abstraction to allow a progress button's
>> task
>>> to be exchanged during runtime.
>>>       Added additional model abstraction to allow a progress button's
>> task
>>> to be exchanged during runtime.
>>>
>>> Martin Sturm (3):
>>>       Build against wicket 6.9.1-SNAPSHOT
>>>       [Issue #236] Fixed issue in class
>>> AnnotationsShiroAuthorizationStrategy.
>>>       [Issue #236] Added unit test..
>>>
>>> Martin Knopf (1):
>>>       added readme based on wiki page
>>>
>>> The WicketStuff team
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>


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


Re: [ANNOUNCE] WicketStuff 6.10.0 is released

Posted by Pierre Goupil <go...@gmail.com>.
Andrea,

I'd be curious to have a look at your JavaLobby article. Will you be kind
enough to post the link here when it's available, please?

Regards,

Pierre



On Thu, Aug 22, 2013 at 3:24 PM, Andrea Del Bene <an...@gmail.com>wrote:

> Anybody has a list of the new modules available with this last version?
> I'd like to write an announcement of the new version at JavaLobby.
> > Hi,
> >
> > WicketStuff core 6.10.0 based on Apache Wicket 6.10.0 is released
> > and shortly will be available in Maven Central.
> >
> > The changelog for this release is:
> >
> > bitstorm (10):
> >       Integration with WicketStuff
> >       refactor of segments
> >       Code clean up for Wicketstuff integration
> >       Suggestion from pull request review
> >       pom dependencies refactoring
> >       Introduced interface IWebSerialDeserial
> >       Smal refactoring
> >       readme modified
> >       Formatting stuff...
> >       some code improvement/cleanup
> >
> > Martin Tzvetanov Grigorov (6):
> >       Build against Wicket 6.10.0-SNAPSHOT
> >       Various version updates (semver compatible)
> >       Use Wicket 6.11.0-SNAPSHOT
> >       [async-tasks] Import AjaxRequestTarget to be able to use it
> >       [async-tasks] Remove unused import of the AbstractTaskModel
> >       Release 6.10.0
> >
> > svenmeier (6):
> >       additional test, no functional change
> >       #238 script is in shortcut.js (not shortcuts.js)
> >       allow access to non-public methods
> >       added license header
> >       let LazyModel implement IPropertyReflectionAwareModel
> >       added consructors with model to column
> >
> > Ernesto Reinaldo Barreiro (5):
> >       add handler that allows to export a several tables to excel.
> >       add a flag to GMAP3 that makes map's JavaScript not fail in case of
> > no     Internet connection
> >       make general purpose cell exporter more robust and flexible
> >       fix logic to create table headers.
> >       Merge pull request #245 from reiern70/master
> >
> > Andrea Del Bene (4):
> >       Wicketstuff integration
> >       Revert "Wicketstuff integration"
> >       /media/New Volume/stagew/wicketstuff-restannotations-parent
> > /media/New Volume/stagew/pom.xml
> >       Merge pull request #247 from bitstorm/master
> >
> > Martin Grigorov (4):
> >       Merge pull request #239 from RoadRunner120485/master
> >       Merge pull request #242 from raphw/master
> >       Merge pull request #243 from raphw/master
> >       Merge pull request #248 from raphw/master
> >
> > Michael Mosmann (4):
> >       kryo2: bugfix missing locale in date format
> >       kryo2: test fixed
> >       kryo2 doc fix
> >       kryo2 doc fix
> >
> > rafwin (4):
> >       Added asynchronous tasks. Changed Wicket version to 6.9.1 release
> > (Snapshot not available in referenced repository.)
> >       Added further test cases. Fixed progress button where event might
> > have been swallowed.
> >       Added additional model abstraction to allow a progress button's
> task
> > to be exchanged during runtime.
> >       Added additional model abstraction to allow a progress button's
> task
> > to be exchanged during runtime.
> >
> > Martin Sturm (3):
> >       Build against wicket 6.9.1-SNAPSHOT
> >       [Issue #236] Fixed issue in class
> > AnnotationsShiroAuthorizationStrategy.
> >       [Issue #236] Added unit test..
> >
> > Martin Knopf (1):
> >       added readme based on wiki page
> >
> > The WicketStuff team
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
"Un truc bien avec la musique, c'est que quand elle te frappe, tu n'as pas
mal.
Alors frappez-moi de musique !
Frappez-moi de musique, maintenant !"

(Bob Marley : "Trenchtown Rock")

Re: [ANNOUNCE] WicketStuff 6.10.0 is released

Posted by Andrea Del Bene <an...@gmail.com>.
Anybody has a list of the new modules available with this last version?
I'd like to write an announcement of the new version at JavaLobby.
> Hi,
>
> WicketStuff core 6.10.0 based on Apache Wicket 6.10.0 is released
> and shortly will be available in Maven Central.
>
> The changelog for this release is:
>
> bitstorm (10):
>       Integration with WicketStuff
>       refactor of segments
>       Code clean up for Wicketstuff integration
>       Suggestion from pull request review
>       pom dependencies refactoring
>       Introduced interface IWebSerialDeserial
>       Smal refactoring
>       readme modified
>       Formatting stuff...
>       some code improvement/cleanup
>
> Martin Tzvetanov Grigorov (6):
>       Build against Wicket 6.10.0-SNAPSHOT
>       Various version updates (semver compatible)
>       Use Wicket 6.11.0-SNAPSHOT
>       [async-tasks] Import AjaxRequestTarget to be able to use it
>       [async-tasks] Remove unused import of the AbstractTaskModel
>       Release 6.10.0
>
> svenmeier (6):
>       additional test, no functional change
>       #238 script is in shortcut.js (not shortcuts.js)
>       allow access to non-public methods
>       added license header
>       let LazyModel implement IPropertyReflectionAwareModel
>       added consructors with model to column
>
> Ernesto Reinaldo Barreiro (5):
>       add handler that allows to export a several tables to excel.
>       add a flag to GMAP3 that makes map's JavaScript not fail in case of
> no     Internet connection
>       make general purpose cell exporter more robust and flexible
>       fix logic to create table headers.
>       Merge pull request #245 from reiern70/master
>
> Andrea Del Bene (4):
>       Wicketstuff integration
>       Revert "Wicketstuff integration"
>       /media/New Volume/stagew/wicketstuff-restannotations-parent
> /media/New Volume/stagew/pom.xml
>       Merge pull request #247 from bitstorm/master
>
> Martin Grigorov (4):
>       Merge pull request #239 from RoadRunner120485/master
>       Merge pull request #242 from raphw/master
>       Merge pull request #243 from raphw/master
>       Merge pull request #248 from raphw/master
>
> Michael Mosmann (4):
>       kryo2: bugfix missing locale in date format
>       kryo2: test fixed
>       kryo2 doc fix
>       kryo2 doc fix
>
> rafwin (4):
>       Added asynchronous tasks. Changed Wicket version to 6.9.1 release
> (Snapshot not available in referenced repository.)
>       Added further test cases. Fixed progress button where event might
> have been swallowed.
>       Added additional model abstraction to allow a progress button's task
> to be exchanged during runtime.
>       Added additional model abstraction to allow a progress button's task
> to be exchanged during runtime.
>
> Martin Sturm (3):
>       Build against wicket 6.9.1-SNAPSHOT
>       [Issue #236] Fixed issue in class
> AnnotationsShiroAuthorizationStrategy.
>       [Issue #236] Added unit test..
>
> Martin Knopf (1):
>       added readme based on wiki page
>
> The WicketStuff team
>


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