Matheus Cruz

Results 162 comments of Matheus Cruz

Thank you @brunobat by the answer!

@geoand I can remove [this one](https://github.com/quarkusio/quarkus/blob/40b6c912fce6a7fa95c8f4712aef2e18faa658b3/independent-projects/resteasy-reactive/common/processor/src/main/java/org/jboss/resteasy/reactive/common/processor/EndpointIndexer.java#L158) from the reasteasy code... and to work only with `@RestQuery`. WDYT, can I continue with this PR?

Thank you @FroMage! > I'm skeptical about using Map , I think it's pretty clear from the rest of the JAX-RS API that it's the wrong type and should be...

Then we need to do: - [ ] To support MultiValuedMap for query parameters ```java @RestQuery MultiValuedMap queryParams ``` - [ ] To support MultiValuedMap for headers ```java @RestHeader MultivaluedMap...

Hello @iocanel @metacosm, I think this one can solve the issue.

@iocanel could you take a look here? TY :)

This one too @iocanel @metacosm :)

I think adding the AddClusterRole... after AddNamespaceDecorator, works well. Thank you for this comment @metacosm, I solved it with `before` method!

No worry, I was trying to solve it without big changes, but I agree with you, to deal with order is a problem. I will try to solve in a...

Hi @metacosm, I tried a lot to solve this one without to use `after()` method... I think that the previous way of configuring order is still better. Do you know...