pramoth / specification-with-projection

Support projections with JpaSpecificationExecutor.findAll(Specification,Pageable) for Spring Data JPA
MIT License
164 stars 56 forks source link

tryGetFetchGraphHints has been removed #19

Open lol768 opened 3 years ago

lol768 commented 3 years ago

https://github.com/spring-projects/spring-data-jpa/commit/4b7f9e91c52ecf1d4b46b5d109e77050bbb0bd39#diff-0351078d8920625dbe4e487ae2e380aaed6bc7b14d306d2ccff88a7e142fb8c5

Subsequently this fails w/ Spring Boot 2.4.0:

java.lang.NoSuchMethodError: 'java.util.Map org.springframework.data.jpa.repository.query.Jpa21Utils.tryGetFetchGraphHints(javax.persistence.EntityManager, org.springframework.data.jpa.repository.query.JpaEntityGraph, java.lang.Class)'