spring-projects / spring-data-examples

Spring Data Example Projects
Apache License 2.0
5.17k stars 3.39k forks source link

The Spring Data Querydsl example is not functional #682

Closed timothysparg closed 1 month ago

timothysparg commented 1 month ago

It looks like since this example was created there were some updates to Thymeleaf which in turn neccesitated an update to the thymeleaf-spring-data-dialect library.

Please see https://github.com/spring-projects/spring-data-examples/pull/681 where these issues have been resolve and the example is now functional again.

odrotbohm commented 1 month ago

PR merged.