This is an automated email from the ASF dual-hosted git repository.

ffang pushed a change to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 41cba7f  CXF-8578: Bridge methods for covariant return types cannot be 
invoked on client proxies (#842)
     new c7cb268  [CXF-8590] 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.
     new 7400fd2  [CXF-8590] 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.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/cxf/jaxws/EndpointReferenceBuilder.java | 26 ++++----
 .../cxf/jaxws/support/JaxWsEndpointImpl.java       | 15 +++--
 .../cxf/ws/policy/PolicyAnnotationListener.java    | 18 ++++--
 .../LocalServiceModelReferenceResolver.java        | 15 +++--
 .../wsdl11/Wsdl11AttachmentPolicyProvider.java     | 72 ++++++++++++----------
 .../reference/ReferenceResolverTest.java           |  5 +-
 .../java/org/apache/cxf/wsdl11/SchemaUtil.java     |  6 +-
 .../org/apache/cxf/wsdl11/ServiceWSDLBuilder.java  |  6 +-
 8 files changed, 99 insertions(+), 64 deletions(-)

Reply via email to