rmannibucau commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-735072209
@dufoli I'd really drop it since it has a lot of pitfall. You can have one implementation which would use it as non static attribute and keep the default one having a single map for example, sounds saner to me, wdyt? Since it must be a singleton per bus it must work. One thing which can be broken in fully dynamic mode (not build generated) is that proxy name can need to be tested to ensure it is not used (in openwebbeans we add a counter, something like "name=X;int i = 0; while (loadClassPassed(name+i))i++;". ---------------------------------------------------------------- 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]
