Hello,
WicketStuff Core projects version 1.4.21 have been released and shortly
will be available at Maven Central repository.
They are built against Apache Wicket 1.4.21.
The changelog is:
Andrei Costescu (2):
Patch (reviewed) from Andrei Costache. (option not to force
a value in the text field when behavior is attached)
Merge branch 'core-1.4.x' of
https://costescuandrei%[email protected]/wicketstuff/core.git
into core-1.4.x
Martin Grigorov (1):
Merge pull request #145 from zeratul021/core-1.4.x
Martin Tzvetanov Grigorov (1):
wicketstuff-core-1.4.21
Michael O'Cleirigh (1):
Add readme to core-1.4.x branch.
zeratul021 (1):
Fixed URL separation character
The projects can be retrieved from Maven like this:
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-progressbar</artifactId>
<version>1.4.21</version>
</dependency>
The release tag is here:
https://github.com/wicketstuff/core/tree/wicketstuff-core-1.4.21
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!