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

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


    from cfc6467  Camel-master tests: Fixed dataformat
     new 4b7ba49  Added a basic test for idempotency
     new 55ca7a2  Avoid reusing the same destination name for the sjms2 
idempotency tests
     new 4b5dace  Added idempotency test for SJMS2 using header expressions
     new e51226e  Add connector entries to doc nav
     new ad8d0a9  SJMS2 itests: Avoid creating a new consumer for every message 
received

The 5 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:
 docs/modules/ROOT/nav.adoc                         | 884 +++++++++++++++++++++
 .../common/BasicConnectorPropertyFactory.java      |   4 +
 .../common/IdempotencyConfigBuilder.java           |  78 ++
 .../kafkaconnector/sjms2/clients/JMSClient.java    |  43 +-
 ...Case.java => CamelSinkIdempotentJMSITCase.java} | 156 ++--
 .../sjms2/sink/CamelSinkJMSITCase.java             |   8 +-
 .../maven/docs/UpdateDocComponentsListMojo.java    |  49 +-
 .../src/main/resources/nav.mvel                    |   8 +
 8 files changed, 1166 insertions(+), 64 deletions(-)
 create mode 100644 
tests/itests-common/src/test/java/org/apache/camel/kafkaconnector/common/IdempotencyConfigBuilder.java
 copy 
tests/itests-sjms2/src/test/java/org/apache/camel/kafkaconnector/sjms2/sink/{CamelSinkJMSITCase.java
 => CamelSinkIdempotentJMSITCase.java} (58%)
 create mode 100644 
tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/nav.mvel

Reply via email to