Closed JavaNeed closed 8 years ago
@JavaNeed This is fixed now. Seems like I included the dependency without checking it properly. The most up to date version of Layout dialect is 2.0.1 (as of time of writing this comment) and it supports Thymeleaf 3. See https://ultraq.github.io/thymeleaf-layout-dialect/MigrationGuide.html
The project uses Spring Boot 1.4 and Spring Boot 1.4 provides a way to use Thymeleaf 3 in your project - http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto-use-thymeleaf-3. And this was the change I introduced, most probably without proper checking.
Thank you !!
Hello, I'm facing the exact issue mentioned in the link: http://stackoverflow.com/questions/39257275/failure-to-find-nz-net-ultraq-thymeleafthymeleaf-layout-dialectjar3-0-0-relea
Please guide.