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