Phillip Krüger

Results 219 comments of Phillip Krüger

Sure, we will look at this a.s.a.p. We can move this to SmallRye and close here ?

Hi thanks for this. Are you keen to do a PR?

Hi @gabrielsson . Are you keen to do a PR to add this ? I assume you are looking for a way to add the payload to the init message...

There are ways in that you can get the original method. We do it in Quarkus. See https://github.com/quarkusio/quarkus/blob/b60ad38c41ed42d34ec1fe86cc5934647c92440f/extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/filter/AutoTagFilter.java#L51 as an example

This sounds similar to https://github.com/quarkusio/quarkus/blob/main/extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/filter/AutoRolesAllowedFilter.java If you create a small reproducer and the expected entries in the schema document, I can maybe build it in the above filter.

It's because the method with the Source parameter also contains a query annotation, so we will tread that is a query and a source. If you only want to attach...

I think the javadoc is correct and the code in the api is wrong. We do not have 'name' parameters for any other annotations. It's either the value (like in...