pramoth / specification-with-projection

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

updates for spring boot 3 #31

Open mdillenk opened 1 year ago

mdillenk commented 1 year ago

Here's what I have, like I said before tests fail... Tests run: 14, Failures: 9, Errors: 4, Skipped: 0 but I'm using it in a previously 2.x spring boot service and after upgrading to 3.0.x I am able to use it with this dependency that I built and released internally for interim use and I have not seen any issues or errors at runtime.