ropalka commented on pull request #746: URL: https://github.com/apache/cxf/pull/746#issuecomment-786771721
Hi @reta . The problem with your proposal is AnnotationHandlerChainBuilder is extending HandlerChainBuilder class. If I would introduce both JakartaeeHandlerChainBuilder and JavaeeHandlerChain builders I would need to drop "AnnotationHandlerChainBuilder extends HandlerChainBuilder" relationship which is again not public API backward compatible change. The proposal PR I sent is 100% backward compatible. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
