This is an automated email from the ASF dual-hosted git repository.
ema pushed a change to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 2c89b82 Recording .gitmergeinfo Changes
new fabeee0 [CXF-8011]:Remove commons-lang3 dependency from tools (#537)
new 86a7f7f [CXF-7990]:Fix Infinite loop when service endpoint throws
SOAPFaultException (#538)
The 14543 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:
.../jaxws/interceptors/WebFaultOutInterceptor.java | 2 +
...RPCLitDefatulAnnoTest.java => CXF7990Test.java} | 39 +++++++++-----
...ddNumbersImplPartial2.java => EchoService.java} | 11 ++--
.../apache/cxf/systest/jaxws/EchoServiceImpl.java | 63 ++++++++++++++++++++++
tools/wsdlto/frontend/jaxws/pom.xml | 6 +++
.../frontend/jaxws/generators/SEIGenerator.java | 2 +-
.../jaxws/processor/internal/ServiceProcessor.java | 2 +-
7 files changed, 104 insertions(+), 21 deletions(-)
copy
systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/{ClientServerRPCLitDefatulAnnoTest.java
=> CXF7990Test.java} (59%)
copy
systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/{AddNumbersImplPartial2.java
=> EchoService.java} (80%)
create mode 100644
systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/EchoServiceImpl.java