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

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


    from 30db078ce9d Add sensible defaults to StaxUtils's MAX_ELEMENT_COUNT and 
MAX_XML_CHARACTERS (#3463)
     new 20e22d7af90 Bump org.apache.maven.plugins:maven-surefire-plugin from 
3.5.6 to 3.6.0 (#3473)
     new 4554f36e97e Bump cxf.openfeign.version from 13.14 to 13.15 (#3471)
     new 999333788f4 Bump org.owasp:dependency-check-maven from 12.2.2 to 
13.0.0 (#3479)
     new c04ce10bf5a Bump org.apache.maven.plugins:maven-surefire-report-plugin 
(#3478)
     new 2fc958d4e89 CXF-9245: Race Condition in 
ServerLifeCycleManagerImpl#stopServer() (#3475)
     new 92895a01dd1 Update Apache Tomcat to 9.0.122

The 6 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:
 .../cxf/bus/managers/AbstractLifeCycleManager.java |  31 +++---
 .../cxf/bus/managers/CXFBusLifeCycleManager.java   |  13 +--
 .../bus/managers/ClientLifeCycleManagerImpl.java   |  12 +-
 .../bus/managers/ServerLifeCycleManagerImpl.java   |  13 +--
 .../managers/ServerLifeCycleManagerImplTest.java   | 124 +++++++++++++++++++++
 distribution/src/main/release/samples/pom.xml      |   6 +-
 parent/pom.xml                                     |   2 +-
 pom.xml                                            |   6 +-
 8 files changed, 163 insertions(+), 44 deletions(-)
 copy 
systests/tracing/src/test/java/org/apache/cxf/systest/brave/TestSpanReporter.java
 => 
core/src/main/java/org/apache/cxf/bus/managers/AbstractLifeCycleManager.java 
(60%)
 create mode 100644 
core/src/test/java/org/apache/cxf/bus/managers/ServerLifeCycleManagerImplTest.java

Reply via email to