This is an automated email from the ASF dual-hosted git repository. tsato pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.
from e6ef704 Updated CHANGELOG.md new 4d52cb1 Add https itests new d9893e5 Reproduced issue #1077 - HTTPS-sink-connector duplicates protocol 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: .../common/BasicConnectorPropertyFactory.java | 4 + .../common/ConnectorPropertyFactory.java | 2 +- .../common/SinkConnectorPropertyFactory.java | 7 + tests/{itests-file => itests-https}/pom.xml | 18 +- .../https/sink/CamelHTTPSPropertyFactory.java | 72 ++++++++ .../https/sink/CamelSinkHTTPSITCase.java | 198 +++++++++++++++++++++ .../src/test/resources/client-truststore.jks | Bin 0 -> 844 bytes .../src/test/resources/server-keystore.jks | Bin 0 -> 2134 bytes tests/pom.xml | 1 + 9 files changed, 295 insertions(+), 7 deletions(-) copy tests/{itests-file => itests-https}/pom.xml (79%) create mode 100644 tests/itests-https/src/test/java/org/apache/camel/kafkaconnector/https/sink/CamelHTTPSPropertyFactory.java create mode 100644 tests/itests-https/src/test/java/org/apache/camel/kafkaconnector/https/sink/CamelSinkHTTPSITCase.java create mode 100644 tests/itests-https/src/test/resources/client-truststore.jks create mode 100644 tests/itests-https/src/test/resources/server-keystore.jks