'JPA Specification in Quarkus

I am currently migrating a SpringBoot project to Quarkus where I use the JpaSpecificationExecutor interface to create dynamic querys. I see here that Quarkus still has no support for this kind of feature so I wanted to know if is there any recommendation on alternatives for this. Thanks in advance!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source