spring-projects / spring-data-examples

Spring Data Example Projects
Apache License 2.0
5.2k stars 3.4k forks source link

The Spring Data Querydsl example is not functional #682

Closed timothysparg closed 3 months ago

timothysparg commented 3 months 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 3 months ago

PR merged.