Dear Wicket jQuery/Kendo UI users,

Wicket jQuery UI 8.0.0-M1 based on Apache Wicket 8.0.0-M1 is now released.

*Migration Guide:*

The code is aligned to Wicket jQuery UI 7.3.1 so there is no specific
migration other than:

- Wicket itself -
https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+8.0
- org.threeten data/time which should be replaced by java8 date/time.
Removing threeten dependency and reorganizing imports will suffice.
- Custom theme(s), if any

*Libraries:*

- jQuery UI: 1.12.0
- Kendo UI: 2016.2.714

*Maven dependencies:*

<!-- Wicket jQuery UI -->

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

<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-jquery-ui-theme-base</artifactId>
    <version>8.0.0-M1</version>
</dependency>

<!-- Wicket Kendo UI -->

<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-kendo-ui</artifactId>
    <version>8.0.0-M1</version>
</dependency>

<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-kendo-ui-theme-default</artifactId>
    <version>8.0.0-M1</version>
</dependency>

If you have any *question*, feel free to ask in the forum:
http://groups.google.com/group/wicket-jquery-ui/

If you notice an *issue*, please report it here:
https://github.com/sebfz1/wicket-jquery-ui/issues
Enjoy! :)
Sebastien.
http://www.7thweb.net/wicket-jquery-ui

Reply via email to