theodo-fintech / spring-search

Provides advanced search capabilities to a JPA entity
MIT License
193 stars 44 forks source link

Upgrade Spring Version 3.0.2 ( jakarta.persistence, antlr4) #62

Closed LeandriT closed 10 months ago

LeandriT commented 1 year ago

Actually the version of spring boot recent delivered is 3.0.2 and in this version we use jakarta.persistence and spring search (version 0.2.2) is not supporting this upgrade.. my question: Is this migration planned? to upgrade to the most recent spring boot version as of (02-13-2023) 3.0.2 that works with jakarta.persistence, and antlr4 (Jakarte EE 10) (Spring Framework 6.0) ?

LeandriT commented 1 year ago
Captura de pantalla 2023-02-13 a la(s) 15 13 28
torshid commented 1 year ago

Looks like this repo isn't maintained anymore, you may check our solid alternative here https://github.com/turkraft/springfilter. It supports filtering collections, enums, all date types and much more. You can even use functions, and customize the query language with your own operators.

dorian-frances commented 10 months ago

We are currently in the process of migrating to Spring 3. We'll let you all know when it's done.