I have been recently working on spring-web-query, an open-source library to make filtering, sorting and pagination in Spring Boot based APIs easy to implement. The idea came from seeing the same query parsing, validation, and mapping logic repeated across projects. I wanted a cleaner way to define query behaviour up front while keeping APIs flexible and safe. The result is a library that supports declarative querying with RSQL (RESTful Service Query Language, a URI-friendly query language), DTO-aware contracts, nested field paths, and Spring Boot auto-configuration. If that sounds useful, I'd love for you to check it out and share feedback: https://lnkd.in/g5NMs2mV I’ve been actively working on this, with 12 releases already shipped in the last month. It’s evolving quickly, and I’m continuing to improve it based on real usage and feedback. Contributions, ideas, and feedback are all welcome. #Java #SpringBoot #Spring #SpringDataJPA #OpenSource #BackendDevelopment #APIDesign #SoftwareEngineering
Thanks for sharing 😊
This looks really useful, excited to try it out! Akshit Bansal 🙌
Amazing to see this coming together so well, Akshit Bansal 🚀 This is going to be super useful for everyone 🔥