This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from c9b5ae5 Recording .gitmergeinfo Changes
new 4d0c705 Adding test cases for HTTPConduit handlin 503/404 w/o IO
exceptions (#814)
new fb62177 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 | 5 +
.../http/{GreeterImpl.java => BadGreeterImpl.java} | 29 ++--
.../http/{BareServer.java => BadServer.java} | 10 +-
.../systest/http/HTTPConduitIoExceptionsTest.java | 147 +++++++++++++++++++++
4 files changed, 170 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