This is an automated email from the ASF dual-hosted git repository.
ffang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from d40f53e CXF-8591: Temporary queues are never deleted when the are
used. Added a test case
new 73b6517 [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 9a4b855 [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 63fd560 Merge pull request #845 from kimjand/CXF-8590
The 16474 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(-)