ffang commented on PR #2237: URL: https://github.com/apache/cxf/pull/2237#issuecomment-2621883390
Thanks for the contribution @ppalaga! And about the backward compatibility concerns, how about we maintain a cache in WrapperClassGenerator(or wherever more suitable), so if there's no conflict for the wrapper class names, we use the previous way to generate the package name, if we find the conflict to generate the same wrapper class in the same package(which didn't work previously), we use the new way to add SEI classname to generate the package name. This way, the scenarios which have been working are the same package name and same behaviour as before, but we also make it working for the scenarios that haven't been working(the cases described in CXF-9003). WDYT? Freeman -- 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. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org