Dear wicket-jquery-ui users, Wicket jQuery UI 6.20.0 based on Apache Wicket 6.20.0 is now pre-released.
A pre-release means that it is available trough the oss sonatype staging repository only, the aim is to have a chance to test the release before it becomes definitive and pushed at maven central. This version comes with a significant amount of changes, including some API breaks. It is highly recommended to read the changelog: https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-6.20.0 *Staging Repository* <repositories> <repository> <id>sonatype-releases</id> <name>Sonatype Releases Repository</name> <url> https://oss.sonatype.org/content/repositories/comgooglecodewicket-jquery-ui-1019 </url> </repository> </repositories> *Maven dependencies* Wicket jQuery UI <dependency> <groupId>com.googlecode.wicket-jquery-ui</groupId> <artifactId>wicket-jquery-ui</artifactId> <version>6.20.0</version> </dependency> Wicket Kendo UI <dependency> <groupId>com.googlecode.wicket-jquery-ui</groupId> <artifactId>wicket-kendo-ui</artifactId> <version>6.20.0</version> </dependency> Should you notice any issue/regression, please open an issue: https://github.com/sebfz1/wicket-jquery-ui/issues Feedbacks & votes are welcome! Thanks in advance & enjoy, Sebastien http://www.7thweb.net/wicket-jquery-ui/
