JIRA link: https://issues.redhat.com/browse/QUARKUS-2098
Test plan covers RESTEasy Reactive functionality provided by quarkus-resteasy-reactive
and quarkus-rest-client-reactive
extensions,
with emphasis on multipart form data support.
https://quarkus.io/version/main/guides/resteasy-reactive
https://quarkus.io/version/main/guides/rest-client-reactive
- Endpoints with mediatypes with suffix(e.g. application/test+json).
Negligible. We will add several tests and corresponding endpoints.
- Add test for mediatype with subtype and suffix
- Add tests for mediatype with either subtype or suffix
- Tests to make sure, that priority is
- subtype+suffix
- only subtype
- only suffix
3 developer days