Hi,
WicketStuff core 6.15.0 based on Apache Wicket 6.15.0 is released and is
available in Maven Central.
The changelog for this release is:
bitstorm (7):
[tinymce] Removed workaround for WICKET-5248
[tinymce] Fixed TinyMCE 3 behavior to work inside modal window
[restannotations] Added mounting annotation and package scanner
[restannotations] Packagew name fixing
[restannotations] added test MountingAnnotationTest
[restannotations] Package name fixing to port back resource mounting
tinymce] improved InPlaceEditComponent constructors
John Sarman (6):
[servlet3-security] Add support for servlet 3.0 security integrated
with wicket-auth-roles
[servlet3-security] Updated code per remarks on the Pull Request
[servlet3-security] Removed wicket-mount-runtime.
[servlet3-security] Code cleanup and fixes to license header
[servlet3-security] Add files for deployment for other servlet
containers
[servlet3-security] Updated link in example to wicketstuff main wiki.
Piet Kromhout (6):
[gmap3] Added the ability to specify a min and max zoom level on the
GMap.
[gmap3] Fixed code formatting of zoom limit changes.
[gmap3] Reverted examples pom.xml back to it's original state, as it
was accidentally committed on the zoom limit changes.
[gmap3] Adjusted code formatting for the zoom limit changes.
[gmap3] Adjusted code formatting for the zoom limit changes.
[gmap3] Added a check for min and max zoom levels that are < 0.
svenmeier (5):
[lazy-model] reuse method to detect model type
[lazy-model] #toString() must never fail
[lazy-model] special handling of Serializable target type produced by
Mockito - use getObject().getClass() as fallback
[lazy-model] generalized previous commit: if target type is just a
class, use the target object's class to improve the detected class
[lazy-model] corrected exception message for missing getter
Martin Grigorov (3):
Merge pull request #290 from PKromhout/master
Merge pull request #291 from jsarman/master
Merge pull request #293 from jsarman/master
Andrea Del Bene (2):
Update readme.md
Update readme.md
Martin Tzvetanov Grigorov (2):
Use Wicket 6.15.0-SNAPSHOT
Release 6.15.0
The WicketStuff team