Remove dependency to io.knotx.junit (non-v5) in most of the tests, with the exclusion of knotx-adapter module which is due to be removed for OpenAPI milestone
Remove some redundancy by using common utility methods from knotx-junit5 module in tests
Disable io.knotx.server.KnotxServerRoutingTest#whenRequestingGetWithCustomFlowProcessing test for now due to failures when ported to newer WebClient; separate ticket will be raised after approval to fix this issue
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
I hereby agree to the terms of the Knot.x Contributor License Agreement.
Description
io.knotx.junit
(non-v5) in most of the tests, with the exclusion ofknotx-adapter
module which is due to be removed for OpenAPI milestoneknotx-junit5
module in testsio.knotx.server.KnotxServerRoutingTest#whenRequestingGetWithCustomFlowProcessing
test for now due to failures when ported to newerWebClient
; separate ticket will be raised after approval to fix this issueTypes of changes
Checklist:
I hereby agree to the terms of the Knot.x Contributor License Agreement.