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 523d6cc Update Spring Boot to 2.3.12.RELEASE
new 477de79 Adding test cases for HTTPConduit handlin 503/404 w/o IO
exceptions (#814)
new c83c815 Recording .gitmergeinfo Changes
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:
.gitmergeinfo | 1 +
.../http/{GreeterImpl.java => BadGreeterImpl.java} | 29 ++--
.../http/{BareServer.java => BadServer.java} | 10 +-
.../systest/http/HTTPConduitIoExceptionsTest.java | 147 +++++++++++++++++++++
4 files changed, 166 insertions(+), 21 deletions(-)
copy
systests/transports/src/test/java/org/apache/cxf/systest/http/{GreeterImpl.java
=> BadGreeterImpl.java} (74%)
copy
systests/transports/src/test/java/org/apache/cxf/systest/http/{BareServer.java
=> BadServer.java} (83%)
create mode 100644
systests/transports/src/test/java/org/apache/cxf/systest/http/HTTPConduitIoExceptionsTest.java