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 281c974 Updated CHANGELOG.md
new 2a045fd Use isEmpty for emptiness check as it's a bit more idiomatic
new b73b024 Remove unnecessary close calls which are handled by
try-with-resources
new b760dae Rename the avroData bytes to avoid confusion with the member
variable also named avroData
new f94d7b7 Ensure file input streams are closed after use
new 379b240 Avoid a very unlikely NPE if the overridePomFile flag is null
new 2984a52 Avoid type specification on constructors when possible
new 23665f3 Provide better details if unable to delete the Maven artifact
file
new 6db1487 Avoid hard-coded separators and they can cause portability
problems
new 4d452f3 Remove unnecessary toString for getAbsolutePath() which
already returns a String
new f124fa5 Add integration tests for AWS v2 lambda
new 10ef1d6 Ensure all tests have timeouts
The 11 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:
.../SinkPojoToSchemaAndStructTransform.java | 5 +-
tests/itests-aws-v2/pom.xml | 5 +
.../sink/CamelAWSLambdaPropertyFactory.java} | 52 +++++----
.../sink/CamelSinkLambdaITCase.java} | 116 +++++++++++++--------
.../sink/TestLambda2Configuration.java} | 14 +--
.../aws/v2/s3/sink/CamelSinkAWSS3ITCase.java | 3 +-
...ctory.java => ByteProducerPropertyFactory.java} | 7 +-
.../common/clients/kafka/KafkaClient.java | 14 ++-
.../common/test/AbstractTestMessageProducer.java | 6 +-
.../sql/sink/CamelSinkSQLITCase.java | 2 +
.../syslog/source/CamelSourceSyslogITCase.java | 2 +
.../maven/docs/UpdateDocComponentsListMojo.java | 8 +-
.../maven/CamelKafkaConnectorCreateMojo.java | 2 +-
.../maven/CamelKafkaConnectorUpdateMojo.java | 35 ++++---
.../maven/GenerateCamelKafkaConnectorsMojo.java | 7 +-
.../maven/utils/JsonMapperKafkaConnector.java | 6 +-
.../kafkaconnector/maven/utils/MavenUtils.java | 11 +-
17 files changed, 188 insertions(+), 107 deletions(-)
copy
tests/itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/{kms/sink/CamelAWSKMSPropertyFactory.java
=> lambda/sink/CamelAWSLambdaPropertyFactory.java} (63%)
copy
tests/itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/{ec2/sink/CamelSinkAWSEC2ITCase.java
=> lambda/sink/CamelSinkLambdaITCase.java} (52%)
copy
tests/itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/{kms/sink/TestKMS2Configuration.java
=> lambda/sink/TestLambda2Configuration.java} (70%)
copy
tests/itests-common/src/test/java/org/apache/camel/kafkaconnector/common/clients/kafka/{DefaultProducerPropertyFactory.java
=> ByteProducerPropertyFactory.java} (87%)