Hi,
WicketStuff core 6.9.0 based on Apache Wicket 6.9.0 is released and shortly
will be available in Maven Central.
The changelog for this release is:
svenmeier (8):
new method #path() to get method invocation path without binding to a
target
getObjectClass() can optionally return null; use result object's type
as fallback
test binding to different targets
prevent exceptions thrown for control flow
fallback using getObject().getClass() for type erasure; testing
FormComponent lifecycle
testing form submit too
fixed test; simplified getObjectClass()
correction of exceptions: getObjectType and getObjectClass return
null if type cannot be determined
Martin Tzvetanov Grigorov (7):
[gmap3] Change the scope of jetty to 'provided' to be able to build it
Build against Wicket 6.9.0-SNAPSHOT
[stateless] Fixes #223 - Merge indexed parameters too
[annotation-event] Add IInitializer that configures the application
automatically
[annotation-event] Introduce an additional package 'annotation' one
lever deeper than 'event'
[annotation-event] Introduce an additional package 'annotation' one
lever deeper than 'event'
Remove a repository used to test Wicket 6.7.0 release
Release 6.9.0
Horsed (6):
[jWicket] added an integration of the jQuery UI tooltip widget
[jWicket UI tooltip] tooltip content can now be obtained from the
data-tooltip attribute; added examples
[jwicket-ui-tooltip] tooltip can now be used without css resource
fixed comments
[jWicket ui tooltip] items option now defaults to component's markup
id or document when added to a page
Merge branch 'master' of https://github.com/wicketstuff/core
Michael Mosmann (6):
kryo2 serializer report output
kryo2 report refactor
kryo2-viz d3js works
Merge remote-tracking branch 'origin/master' into kryo2-viz
kryo2 lic header fixed
layout change for kryo2 reports
Martin Grigorov (5):
Merge pull request #224 from tremel/master
Merge pull request #229 from bumbumer/master
Merge pull request #230 from jsarman/master
Merge pull request #231 from jsarman/master
Merge pull request #232 from jsarman/master
John Sarman (3):
Add Glassfish4 Integration package
Removed unneeded groupid
Refactored to proper package.
bitstorm (3):
Fix for InPlaceEditBehavior (#120) and for double encoding (#220)
Merge branch 'master' of https://github.com/wicketstuff/core
Workaround for issue https://issues.apache.org/jira/browse/WICKET-5248
tremel (2):
Change jasperreport dependency to groupId net.sf.jasperreports to
have actual version of jasperreports lib. Make object tag work in
SimplePdfPage.
Merge remote-tracking branch 'upstream/master'
Bartosz Jakubowski (1):
[stateless] Merge indexed parameters before jsessionid
Edvard Fonsell (1):
Annotation based event dispatcher
martin.knopf (1):
[urlfragment] added super class constructors
The WicketStuff team