Phillip Krüger
Phillip Krüger
Yea, the best way to achieve this is with filters
@MikeEdgar do you have any suggestions ?
Yes, health use a filter: https://github.com/quarkusio/quarkus/blob/main/extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/HealthOpenAPIFilter.java
Thanks for this ! @jmartisk @mskacelik can you have a look ?
No progress. But we accept Pull requests :)
@jmartisk - do you have capacity to look at this ?
@diversit what you did is the only current way to do this. We are considering making this easier with a `@Pagination` annotation. But under the covers it will do what...
I think that is a good idea, what would happen if the user set both ?
A, ok , so that is what the OneOf will do ? Can this be done with a directive on the client side ?