Dear all, Wicket jQuery UI 7.0.0-SNAPSHOT based on current Apache Wicket 7.0.0-SNAPSHOT and jQuery UI 1.11.0 is released and available in Apache Nexus Snapshot repository
The wicket7.x branch is aligned with current master (6.16.0) branch, so migration from wicket-jquery-ui 6.16.0 to 7.0.0-SNAPSHOT should be straightforward. The changelog is available at the wiki page: https://github.com/sebfz1/wicket-jquery-ui/wiki/%5Bchangelog%5D-wicket-jquery-ui-7.0.0 Maven dependency <repositories> <repository> <id>Apache Nexus Snapshot</id> <url>https://repository.apache.org/content/repositories/snapshots/ </url> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <dependencies> <dependency> <groupId>com.googlecode.wicket-jquery-ui</groupId> <artifactId>wicket-jquery-ui</artifactId> <version>7.0.0-SNAPSHOT</version> </dependency> </dependencies> Best regards, Sebastien.
