pramoth / specification-with-projection

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

Spring Boot 2.5 #22

Closed fleadram closed 1 year ago

fleadram commented 3 years ago

Hi,

I made some commits to get this repo working with 2.5 spring boot. Mostly centered around QueryHints, but also some work with initializing the h2 db in tests, changing obsolete props, etc.

Tested in my project that's pulling in this one, and all seems to work. I bumped the version to 3.0 since there's no backwards compat here, not sure how that works TBH!

Thanks, and drop me any questions you might have.

JohnnieLi commented 2 years ago

@pramoth +1

silk-bahamut commented 2 years ago

@pramoth +1

raghera commented 2 years ago

👍 Just testing this out with a project using Spring 2.6.3 and I get some issues which may be helped by this.

NolanGuzman97 commented 2 years ago

This PR worked perfectly for me with Spring Boot 2.6.3

v-ladynev commented 2 years ago

@pramoth Are you going to merge this?

v-ladynev commented 2 years ago

Until it is not merged. To Support the last Spring Boot version, fixed library sources can be copy pasted directly to the project from here https://github.com/v-ladynev/specification-with-projection-embeded

mukeshkumar-glc commented 9 months ago

@pramoth , please publish this PR on the Maven Repository.