This is an automated email from the ASF dual-hosted git repository.
valdar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.
from 44168cc Added Contributing documentation (beginning)
new 522a6cb Preliminary conversion of the test code
new 52a5465 Adjust the PluginPathHelper to return the plugin directories
instead of the jar files
new e96566b Add one additional parameter to prevent a ClassCastException
error within Netty code
new 0f33098 Merge pull request #138 from
orpiske/fix-delegating-classpath-issues
The 329 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:
core/pom.xml | 1 -
parent/pom.xml | 6 ++++
pom.xml | 2 +-
tests/pom.xml | 33 +++++++++--------
.../kafkaconnector/ConnectorPropertyFactory.java | 4 +--
.../camel/kafkaconnector/PluginPathHelper.java | 42 ++++++++++++++++++----
.../services/kafka/EmbeddedKafkaService.java | 2 +-
.../sink/aws/sns/CamelAWSSNSPropertyFactory.java | 10 +++---
.../sink/aws/sqs/CamelAWSSQSPropertyFactory.java | 10 +++---
.../cassandra/CamelCassandraPropertyFactory.java | 4 +--
.../CamelElasticSearchPropertyFactory.java | 2 +-
.../ConnectRecordValueToMapTransformer.java | 2 +-
.../sink/file/CamelFilePropertyFactory.java | 2 +-
.../sink/http/CamelHTTPPropertyFactory.java | 2 +-
.../sink/jms/CamelJMSPropertyFactory.java | 3 +-
.../kinesis/CamelAWSKinesisPropertyFactory.java | 13 ++++---
.../source/aws/s3/CamelAWSS3PropertyFactory.java | 8 ++---
.../source/aws/sqs/CamelAWSSQSPropertyFactory.java | 10 +++---
.../source/jms/CamelJMSPropertyFactory.java | 3 +-
.../source/timer/CamelTimerPropertyFactory.java | 4 +--
tests/src/test/resources/log4j2.properties | 8 +++++
21 files changed, 106 insertions(+), 65 deletions(-)