You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Sebastien <se...@gmail.com> on 2014/07/27 16:32:59 UTC

[ANNOUNCE] Wicket jQuery UI 1.5.11 is released

Dear all,

Wicket jQuery UI 1.5.11 based on Apache Wicket 1.5.11 and jQuery UI 1.11.0
is released and available in Maven Central.

Although the number indicates a minor version, the code has been aligned
(the most as possible) with the current master/wicket6.x branch; this
induces a lot of changes, including API breaks.
Users willing to upgrade to 1.5.11 should read the changelog carefully. The
good point is that the migration from wicket-jquery-ui 1.5.11 to 6.16.0
will then be straightforward.

The changelog is available at the wiki page:
https://github.com/sebfz1/wicket-jquery-ui/wiki/%5Bchangelog%5D-wicket-jquery-ui-1.5.11

Maven dependency

<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-jquery-ui</artifactId>
    <version>1.5.11</version>
</dependency>

Non Maven users can download the jars manually from here
http://central.maven.org/maven2/com/googlecode/wicket-jquery-ui/

Best regards,
Sebastien