From 3998ec5a1a61c7ee5a840418c2239c109d7e32e6 Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Tue, 19 Apr 2022 11:18:21 +0200 Subject: [PATCH] QUARKUS-2019 - Tech preview support for resteasy-reactive-jaxb --- QUARKUS-2019.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 QUARKUS-2019.md diff --git a/QUARKUS-2019.md b/QUARKUS-2019.md new file mode 100644 index 0000000..46f7db6 --- /dev/null +++ b/QUARKUS-2019.md @@ -0,0 +1,21 @@ +# QUARKUS-2019 - Tech preview support for resteasy-reactive-jaxb + +JIRA link: https://issues.redhat.com/browse/QUARKUS-2019 + +Tech preview support for resteasy-reactive-jaxb + +## Scope of the testing +- Review upstream coverage +- Ensure Marete config gets updates +- Test development in case of missing test coverage + +## Getting familiar with the feature +Following actions were taken to ensure familiarity: +- Focus on exploratory testing of the feature + +## Automated test development + - No need for additional test coverage, PR with the feature is well done. + - https://github.com/quarkusio/quarkus/pull/20773/files contains reasonable test coverage with 16 tests + +## Advanced topics for test development +N/A \ No newline at end of file