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