Evaluate the extension for promotion to full support. Propose needed enhancements and report found bugs.
- Review of test coverage in Quarkus integration tests
- Review Quarkus Quickstarts which are using the extension
- Review upstream guides for the extension
- Exploratory testing of the extension
- Migrate application using non-reactive filter to reactive one
- Identify the usability issues and migration obstacles
- Implement test coverage for the extension in QE test suite
- New module in https://github.com/quarkus-qe/quarkus-test-suite/tree/main/security
- Focus on parity between non-reactive and reactive variants
- No impact on test automation is expected
grep "@Test" extensions/oidc-client-reactive-filter -R | wc -l
0
grep "@Test" integration-tests/oidc-client-reactive -R | wc -l
3
One reproducer for issue fixed in RHBQ .z stream
grep "@Test" security/keycloak-oidc-client-reactive -R | wc -l
1
- New module in https://github.com/quarkus-qe/quarkus-test-suite/tree/main/security
- GitHub Issues or Pull Requests in Quarkus main repo for test coverage enhancements
- Optionally GitHub Issues or Pull Requests in Quarkus Quickstarts repo for test coverage enhancements