This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.
omit 715aeae [create-pull-request] automated change omit 4d32f6c Rebase onto master by hand omit ed32a23 Merge pull request #442 from apache/automatic-periodic-sync omit bf02fbc [create-pull-request] automated change omit e6efdb0 Point to camel-dependencies 3.6.0-SNAPSHOT omit 848afb7 Update to camel 3.6.0-SNAPSHOT add 5845aec Updated the Cassandra example add fafe291 Merge pull request #446 from apache/cassandra-ex add e21f658 Updated the AWS S3 example add 9c8b9da Merge pull request #447 from apache/s3-ex add e0c9999 Update AWS SNS example add 571a8d6 Merge pull request #448 from apache/aws-sns-ex add c5356b9 Updated SQS example add 7063ee2 Merge pull request #449 from apache/sqs-ex add c8b127e Updated SQS example add 1f9252d Merge pull request #450 from apache/sqs-source-ex add 814e3d7 Last released version is 0.5.0 add 1e3a7eb Regen connectors docs after 0.5.0 switch add 4a3be22 Merge pull request #452 from apache/0.5.0-docs add 04b84e2 Added 0.5.0 to the compatibility matrix add 0f2d20f Merge pull request #453 from apache/0.5.0-compatibility-matrix add 08c95c8 Updated CHANGELOG.md add 3e0da6d Updated CHANGELOG.md add 14261c2 Support topics.regex add 936ffc0 Removed TOPICS_CONF from SinkConnectorConfig it's already coming from Kafka Connect Config add 0618b2e Topics.regex: Added unit test add 2147b16 Merge pull request #458 from apache/topics.regex add 4de5bd1 Document Update add 2956159 Merge pull request #461 from NiteshKoushik/patch-2 add acfc80c Switch from Gitter to Zulip add 4685b20 Merge pull request #459 from lburgazzoli/zulip add 09021d6 Updated CHANGELOG.md add 638dc57 Document Update add 990c9e7 Document update add de24e14 Merge pull request #460 from NiteshKoushik/patch-1 add 46e7af0 Point to 3.6.0-SNAPSHOT add 3bf7b90 Align docs 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 (715aeae) \ N -- N -- N refs/heads/automatic-periodic-sync (3bf7b90) 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. No new revisions were added by this update. Summary of changes: CHANGELOG.md | 17 +- README.adoc | 2 +- connectors/pom.xml | 2 +- .../kafkaconnector/CamelSinkConnectorConfig.java | 5 - .../camel/kafkaconnector/CamelSinkTaskTest.java | 62 +- docs/modules/ROOT/pages/basic-concepts.adoc | 2 +- .../ROOT/pages/camel-compatibility-matrix.adoc | 1 + docs/modules/ROOT/pages/connectors.adoc | 670 ++++++++++----------- .../camel-mock-kafka-sink-connector.adoc | 49 -- .../camel-ref-kafka-source-connector.adoc | 41 -- docs/modules/ROOT/pages/contributing.adoc | 2 +- docs/modules/ROOT/pages/getting-started.adoc | 2 +- docs/modules/ROOT/pages/try-it-out-locally.adoc | 2 +- examples/CamelAWSS3SourceConnector.properties | 6 +- examples/CamelAWSSNSSinkConnector.properties | 3 +- examples/CamelAWSSQSSinkConnector.properties | 2 +- examples/CamelAWSSQSSourceConnector.properties | 3 +- examples/CamelCassandraQLSinkConnector.properties | 5 +- .../CamelCassandraQLSourceConnector.properties | 8 +- 19 files changed, 417 insertions(+), 467 deletions(-) delete mode 100644 docs/modules/ROOT/pages/connectors/camel-mock-kafka-sink-connector.adoc delete mode 100644 docs/modules/ROOT/pages/connectors/camel-ref-kafka-source-connector.adoc