pramoth / specification-with-projection

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

Release with TypeQuery<Tuple> feature #17

Closed daniel-shuy closed 3 years ago

daniel-shuy commented 4 years ago

First off, I want to say that I really appreciate all the work that has been put into this library.

I see that the feature to use TypeQuery<Tuple> for selection projection (d44a4cd) has been committed to master since 17th May 2019. I have been eagerly awaiting a release for this feature, and was wondering if there are any outstanding issues preventing it, and if there is anyway I can help?

gollapudi2009 commented 4 years ago

@pramoth Is this feature going to be merged to the repository..?? Waiting for a release

daniel-shuy commented 3 years ago

I randomly revisited this project after almost 2 years, and was shocked to discover that this feature was finally released in 2.0.2 just this month 🎉

Thank you @pramoth. Just a minor suggestion, could you create GitHub releases so that those watching the project will be notified? Thanks!