Hello,
WicketStuff Core projects version 1.5.9.1 have been released and shortly
will be available at Maven Central repository.
They are built against Apache Wicket 1.5.9.
The changelog is:
Martin Grigorov (4):
Merge pull request #167 from fieona/core-1.5.x
Merge pull request #168 from fieona/core-1.5.x
Merge pull request #181 from bitstorm/core-1.5.x
Merge pull request #136 from jesselong/core-1.5.x
Sofie Muys (3):
moved jwicket to wicket 1.5, jdk 1.6 + made sure it compiles.
Fixed errors and warnings
Added idea config dir to gitignore
Martin Tzvetanov Grigorov (2):
Upgrade to newer maven-compiler-plugin for faster compiling. Fix
a typo
Release Wicket Stuff 1.5.9.1
bitstorm (2):
Fixed image upload plugin for 1.5 branch
...missing css
Jesse Long (1):
Add ReferenceLoadableDetachableModel - a LoadableDetachableModel that
uses a reference (think PK) to the object to load it.
Michael Mosmann (1):
maven dependency fix
The projects can be retrieved from Maven like this:
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-progressbar</artifactId>
<version>1.5.9.1</version>
</dependency>
The release tag is here:
https://github.com/wicketstuff/core/tree/wicketstuff-core-1.5.9.1
Issues can be reported here: https://github.com/wicketstuff/core/issues
The Project Wiki is available here: https://github.com/wicketstuff/core/wiki
The WicketStuff team!