This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.
discard 9acabbb Remove Github changelog action
omit cb12879 [create-pull-request] automated change
omit 1e95120 [create-pull-request] automated change
omit fe878ce Avoid slashes on RabbitMQ component
omit b6e2016 Avoid slashes in sjms2 URLs
omit 40edf93 Fix issue #159: camel components secret options are showed in
logs
omit 4b963e5 Bump camel dependency to use the latest 3.8.0-SNAPSHOT
add 7502299 Remove Github changelog action
add f9a3e56 Fixed incorrect number of arguments in HDFS test logs
add 18f5869 Removed invalid throws in RabbitMQ test client code
add 6d2493c Fixed invalid usage of raw types
add df27d6f Removed declarations of exceptions never thrown
add d65aa45 Removed unnecessary string scaping in test logs
add e886eab Simplified assertion in the elastic search sink test
add bfa8e7c Do fail the AWS S3 test on I/O error while reading the files
add e52aba2 Force the embedded runner to throw an exception if the
provided service is null
add 99214cf Add an warning if the embedded runner times out before fully
stopped
add b9d85de Use a final variable for test connector properties
add ffedadd Cleanup iteration over test result set
add 03f9486 Use the StandardsCharset to avoid the
UnsupportedEncodingException
add bddecd6 Use the join method to simplify building the plugin paths
add 75110df Use a immutable singleton list instead in the test KafkaClient
new d198f85 Bump camel dependency to use the latest 3.8.0-SNAPSHOT
new 37f2c75 Fix issue #159: camel components secret options are showed in
logs
new 3639e14 Avoid slashes in sjms2 URLs
new 210b54f Avoid slashes on RabbitMQ component
new 6848963 [create-pull-request] automated change
new 65fe36a [create-pull-request] automated change
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9acabbb)
\
N -- N -- N refs/heads/camel-master (65fe36a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 6 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:
.../aws/v2/s3/source/CamelSourceAWSS3ITCase.java | 11 ++++++++++-
.../blob/sink/CamelSinkAzureStorageBlobITCase.java | 4 ++--
.../queue/sink/CamelSinkAzureStorageQueueITCase.java | 2 +-
.../common/BasicConnectorPropertyFactory.java | 2 +-
.../kafkaconnector/common/PluginPathHelper.java | 2 +-
.../common/clients/kafka/KafkaClient.java | 5 ++---
.../common/services/kafka/EmbeddedKafkaService.java | 4 ++--
.../services/kafkaconnect/KafkaConnectRunner.java | 2 +-
.../kafkaconnect/KafkaConnectRunnerService.java | 6 ++++--
.../services/kafkaconnect/KafkaConnectService.java | 4 ++--
.../sink/CamelSinkElasticSearchITCase.java | 2 +-
.../hdfs/sink/CamelSinkHDFSITCase.java | 4 ++--
.../kafkaconnector/jdbc/client/DatabaseClient.java | 2 +-
.../jdbc/sink/CamelSinkJDBCITCase.java | 2 +-
.../jdbc/sink/CamelSinkJDBCNoDataSourceITCase.java | 2 +-
.../mongodb/sink/CamelSinkMongoDBITCase.java | 2 +-
.../rabbitmq/clients/RabbitMQClient.java | 2 --
.../rabbitmq/sink/RabbitMQSinkITCase.java | 20 +++++++-------------
.../kafkaconnector/sql/client/DatabaseClient.java | 2 +-
.../kafkaconnector/sql/sink/CamelSinkSQLITCase.java | 2 +-
.../sql/source/CamelSourceSQLITCase.java | 2 +-
.../kafkaconnector/ssh/services/SshService.java | 4 ++--
.../syslog/services/SyslogService.java | 4 ++--
.../syslog/source/CamelSourceSyslogITCase.java | 4 ++--
24 files changed, 49 insertions(+), 47 deletions(-)