You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/04/19 13:01:30 UTC

[camel] branch regen_bot updated (03b26d7 -> 48b184a)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 03b26d7  CAMEL-16400: adjust manual integration tests for camel-splunk-hec (#5415)
     add e65bac0  CAMEL-16400: adjust manual integration tests for camel-opentracing (#5416)
     add 48b184a  CAMEL-16400: adjust manual integration tests for camel-zendesk (#5417)

No new revisions were added by this update.

Summary of changes:
 components/camel-opentracing/pom.xml               | 10 +++++++
 ...nTest.java => ThirdPartyInstrumentationIT.java} |  4 +--
 .../{InterprocessTest.java => InterprocessIT.java} |  4 +--
 components/camel-zendesk/pom.xml                   | 32 +++-----------------
 .../zendesk/AbstractZendeskTestSupport.java        | 35 +++++++++++++++-------
 ...etIntegrationTest.java => ZendeskTicketIT.java} |  7 +++--
 6 files changed, 48 insertions(+), 44 deletions(-)
 rename components/camel-opentracing/src/test/java/org/apache/camel/opentracing/{ThirdPartyInstrumentationIntegrationTest.java => ThirdPartyInstrumentationIT.java} (96%)
 rename components/camel-opentracing/src/test/java/org/apache/camel/opentracing/integration/{InterprocessTest.java => InterprocessIT.java} (97%)
 rename components/camel-zendesk/src/test/java/org/apache/camel/component/zendesk/{ZendeskTicketIntegrationTest.java => ZendeskTicketIT.java} (95%)