-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from rsvoboda/QUARKUS-2019
QUARKUS-2019 - Tech preview support for resteasy-reactive-jaxb
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |