[CXF-8361] Added support for jakarta NS in AnnotationHandlerChainBuilder#718
[CXF-8361] Added support for jakarta NS in AnnotationHandlerChainBuilder#718reta merged 2 commits intoapache:3.3.x-fixesfrom
Conversation
|
Thanks for the PR, @ropalka , could you please add test cases for the change to |
|
Hello @reta - it is not possible to add test for that because Apache CXF is using javax JAXB impl |
Sadly full-fledged tests would be difficult to introduce, at least we could verify the namespace element is properly handled in case of empty handler chain, not idea but better than nothing. A few changes in Resource file Plus the cases you have added: |
|
Done @reta - should I also prepare pull requests against 3.4.x-fixes & master branches ? |
|
Thank you @ropalka , for other branches we are going to backport the change, thanks! |
…der (#718) * [CXF-8361] Added support for jakarta NS in AnnotationHandlerChainBuilder * [CXF-8361] Adding simple test case
…der (#718) * [CXF-8361] Added support for jakarta NS in AnnotationHandlerChainBuilder * [CXF-8361] Adding simple test case
…der (apache#718) * [CXF-8361] Added support for jakarta NS in AnnotationHandlerChainBuilder * [CXF-8361] Adding simple test case (cherry picked from commit 122f14b)
Fixes https://issues.apache.org/jira/browse/CXF-8361