ndrone / datatable-thymeleaf-spring-boot-starter

The simpliest application for show how to setup Dandelion-datatables when using Thymeleaf and Spring Boot
18 stars 12 forks source link

Thymeleaf 3 #2

Open marccollin opened 6 years ago

marccollin commented 6 years ago

any support for thymeleaf 3?

ndrone commented 6 years ago

Spring Boot 1.5.x only supports Thymeleaf 2. Spring Boot 2.x does support Thymeleaf 3. I probably could create a branch and upgrade to the latest Spring Boot 2 and see if I could get this working with Thymeleaf 3

marccollin commented 6 years ago

not tried with spring boot... only with spring.. and i was able to use thymeleaf 3 without issue.

HereWeAreAndWeCan commented 6 years ago

Hello ndrone, if you want to create a branch with Spring Boot 2 support, it could be great ! I am locked here

ndrone commented 6 years ago

so it seems that the dandelion project is severally lacking behind the Thymeleaf project. I've created sb2.x.x branch to work with Thymeleaf 3, but until the project owners of Dandelion get it upgraded. I won't be able to move the branch alone.

I will try and take a look later and see how complicated it is to update it myself, but I really don't have the time.