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

orpiske pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


    from 5d53f95  Updated CHANGELOG.md
     new ad2d9e6  Introduce MockWebServer extension for testing #1085
     new 8646c64  Extract HTTP-related test common into itests-common-http

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:
 .../{itests-common => itests-common-http}/pom.xml  |  21 +++-
 .../common/services/mockweb/MockWebService.java    | 136 +++++++++++++++++++++
 tests/itests-common/pom.xml                        |   2 +-
 tests/itests-https/pom.xml                         |   7 ++
 .../https/sink/CamelSinkHTTPSITCase.java           |  52 ++------
 tests/itests-netty-http/pom.xml                    |   7 ++
 .../nettyhttp/sink/CamelSinkNettyhttpITCase.java   |  19 ++-
 tests/pom.xml                                      |   1 +
 8 files changed, 188 insertions(+), 57 deletions(-)
 copy tests/{itests-common => itests-common-http}/pom.xml (75%)
 create mode 100644 
tests/itests-common-http/src/test/java/org/apache/camel/kafkaconnector/common/services/mockweb/MockWebService.java

Reply via email to