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

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


    from 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.
     new 47e804b  Delete temporary queue when it is used (#826)
     new 88ffff4  CXF-8591: Temporary queues are never deleted when the are 
used. Added a test case

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:
 .../org/apache/cxf/transport/jms/JMSConduit.java   |  5 +-
 .../apache/cxf/transport/jms/JMSConfiguration.java | 13 ++++
 .../cxf/transport/jms/JMSDestinationTest.java      | 73 ++++++++++++++++++++++
 3 files changed, 89 insertions(+), 2 deletions(-)

Reply via email to