You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2021/09/02 11:19:04 UTC

[GitHub] [cxf] kimjand opened a new pull request #845: [CXF-8590]

kimjand opened a new pull request #845:
URL: https://github.com/apache/cxf/pull/845


   Add synchronization to UnknownExtensibilityElement.getElement() call sites.
   The Element returned from getElement may not be thread safe, so we have to take precautions when accessing the Element.
   Also synchronize on the DescriptionInfo parameter in Wsdl11AttachmentPolicyProvider.getElementPolicy to avoid a race condition when registeredPolicy is not yet set.


-- 
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-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cxf] ffang merged pull request #845: [CXF-8590]

Posted by GitBox <gi...@apache.org>.
ffang merged pull request #845:
URL: https://github.com/apache/cxf/pull/845


   


-- 
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-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org