You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/05 09:21:11 UTC

[camel-kafka-connector] branch first-commit created (now 34487a5)

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

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


      at 34487a5  Adds an integration test for the camel-file component

This branch includes the following new commits:

     new 9c33469  Initial commit
     new c74fb3b  Project scaffolding
     new 4fb86d7  Merged relevant parts from https://github.com/scholzj/kafka-connect-camel-connector
     new 7076604  Initial spike to have a working POC.
     new 9566299  Bump to Camel 2.23.2
     new e2bade3  Added support for headers in source connector
     new 200ee6b  Moved to camel 3 fix #12
     new 8e158f4  chore(sink headers): Support headers in Sink connector too
     new 8f07aaa  Indentation
     new c2f52ea  chore(headers properties support): Support headers and properties
     new 8791066  test(source): First attempt of test for Souce
     new e22340d  Fixed polling to consume more than one message per poll() call, see CamelSourceTaskTestIT test.
     new dde8c38  test(sink): Added tests for Camel Sink Task
     new 7aa93ab  test(sink): Properties and headers mixed tests
     new 967be76  chore(source): add a getter for Camel context
     new 75b771e  Fixed typo
     new e014d3b  Added support for configuring component properties. Refined unit tests and README.adoc Added Jms source/sink examples Fix #1 and #2
     new fc055ae  fix #9 : Add option to configure pollingConsumerQueueSize, pollingConsumerBlockWhenFull and pollingConsumerBlockTimeout
     new 92b1a7b  Added an AWS SQS Sink connector example
     new 3b19b1a  Added an example for AWS S3 Source Connector
     new 5689798  Fixed README for S3 example
     new d649c12  Added an example for AWS SQS Source connector
     new 6d8b6e7  Added an AWS SNS Sink connector example
     new 943fc45  Typo in SNS example config
     new 5f5f43e  Added AWS Kinesis source connector example
     new c693f2f  Fixes #31 Upgrade to Camel 3.0.0-M4
     new 1d533bf  Ensured Property whose value starts with #class, are first in order no matter where they are in the properties file.
     new b305044  Updated know limitations and small cosmetic changes.
     new 07f2738  Fix formatting in the README file (#36)
     new e9f185c  Add strimzi guide - Closes #3
     new 68e0fe0  Fix links, we are asciidoc not markdown
     new 7c27ff9  One more link to fix
     new 0115265  Increase the timeout in testSourcePolling to 2100ms - Closes #40
     new afc3940  Minor documentation fixes: typos
     new c1affca  Introduces an integration test infrastructure to allow verifying the integrated functionality between Camel and Kafka.
     new debeb40  Adds retry to camel source task test to work-around timeout issues
     new 60bdf25  Adds integration tests for the Camel JMS sink and source
     new a403cf7  Fix a typo in the package name in the integration-test module
     new aa8163f  Improve handling of exceptions raised during CamelContext startup - Closes #38
     new b66e2d7  Update to Camel 3.0.0-RC1 fix #42
     new 5a93470  Refactored CamelMainSupport strtup exception catching/logging.
     new 66fa884  Added support for dataformat, fix #35
     new ace5d74  Convert the Apache Artemis image to Centos 8 as noted on issue #53
     new 091068f  Adds a small note about how to run the integration tests
     new 96bfeed  This patch introductes integration testing for a Camel Kafka Connect sink using AWS SQS
     new 81ceb03  Specified requirements to run integration tests.
     new 44283eb  Bumped to camel 3.0.0-RC2 and re-enabled tests fix #50
     new 92ef672  Added http Sink example
     new 8058197  Bump Maven compiler to version 3.8.1
     new fd86a31  Re-enable the AWS SQS test since Camel 3 RC2 is released with the fix required for the test execution
     new d2ce61f  Adds the source check profile from Camel to ensure consistency of the codebase
     new 05c805e  Fix multiple source check violations
     new d4bbdff  Removes a System.out.println left out during a debug session
     new eeefb5d  This patch introduces integration testing for a Camel Kafka Connect source using AWS SQS
     new c5a50a0  Refactor duplicated AWS Configuration code to simplify reusing it for other TCs
     new 164d05e  Prevent NPE if the Kafka connect runner was not properly initialized
     new ba711e0  Introduces tests for AWS SNS Sink
     new c45914c  Remove parent from root pom.xml so we can do a mvn versions:set on this project
     new 9a43bc5  Adjust the code to make it work on Camel 3 RC3
     new ce736a1  Fix issue #67: warnings displayed on test startup
     new 746db68  Adds integration tests for AWS Kinesis source
     new 8fc729d  Adds integration tests for AWS S3
     new 7f1f257  Marks the test as ignored
     new 4dd3163  Ensure all tests run within a reasonable time or fail otherwise
     new 4d0daf4  Increase timeout for the AWS S3 Source test case
     new f8b0137  Do fail the test if the startup does not finish within the specified time
     new 05f3979  Fix code style compliance issues on the testing code
     new f93c5ea  Version bump to Camel 3
     new ae64a1c  Basic implementation of the HTTP tests
     new dbf0d3d  Re-enable the AWS S3 tests
     new 856bcbf  Fix one minor formatting issue pointed by source check
     new 7ed0e61  Add Apache RAT plugin
     new 23f02bb  add ASF license to pom
     new 15e89fa  use apache managed plugins
     new aedf178  add license to another pom
     new 32a702f  Fix issue #87: missing copyright headers causing Apache RAT Plugin check to fail
     new 34487a5  Adds an integration test for the camel-file component

The 77 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.