darrachequesne / spring-data-jpa-datatables

Spring Data JPA extension to work with the great jQuery plugin DataTables (https://datatables.net/)
Apache License 2.0
447 stars 173 forks source link

Add support for Spring Boot 3.0.0 #145

Closed dellui closed 1 year ago

dellui commented 1 year ago

Hello. I can use your spring-data-jpa-datatable with Spring Boot 2.7.4 and all wrok's fine!

With spring boot 3.0.0 I have compatibility issue (No property findAll found for type)

Can you add support for Spring boot 3.0.0 or suggest me some workaround ?

Thanks. Ciao. Gigi

darrachequesne commented 1 year ago

Hi! I think we will have to wait for the GA release, the spring-boot-dependencies module is not updated on maven yet: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies

Reference: https://github.com/spring-projects/spring-boot/releases/tag/v3.0.0-M5

Do you know the effort needed to migrate to 3.0.0?

dellui commented 1 year ago

Hello darrachequesne. Thank you for your answer. I know, I know...it's certainly complex but...I tried to ask you anyway :)

Ciao. Gigi

darrachequesne commented 1 year ago

Support for Spring Boot 3 was added in version 6.0.0 :rocket: