Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test
MessageBodyWriters
resources works in native mode
verifies: quarkusio/quarkus#25385 When we provide `MessageBodyWriter` that does not extend `ServerMessageBodyWriter`, related resource methods must be registered for the reflection. Previously, we had to do this manually, now it's done by the Quarkus for us. Reproducer 1. go to Quarkus project 2. revert PR `git revert 224ec8c3e8e50930970e9c8b7316622ba898b0b9` 3. checkout this PR 4. `cd quarkus-test-suite/http/http-advanced-reactive` 5. run `mvn clean verify -Dit.test=HttpAdvancedReactiveIT -Dnative`
- Loading branch information