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/16 15:54:31 UTC

[camel] branch regen_bot updated (acfb493 -> d5656b3)

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 acfb493  CAMEL-16400: adjust manual integration tests for camel-aws components (#5401)
     add f94c06e  CAMEL-16400: adjust manual integration tests for camel-bonita (#5403)
     add 82652d1  CAMEL-16400: adjust manual integration tests for camel-spring-redis (#5402)
     add d5656b3  CAMEL-16400: adjust manual integration tests for camel-smpp (#5404)

No new revisions were added by this update.

Summary of changes:
 components/camel-bonita/pom.xml                                  | 9 +++++++++
 ...aProducerIntegrationTest.java => BonitaProducerManualIT.java} | 2 +-
 components/camel-smpp/pom.xml                                    | 9 +++++++++
 ...pComponentIntegrationTest.java => SmppComponentManualIT.java} | 2 +-
 ...ringIntegrationTest.java => SmppComponentSpringManualIT.java} | 2 +-
 ...ctIntegrationTest.java => SmppConsumerReconnectManualIT.java} | 2 +-
 ...ctIntegrationTest.java => SmppProducerReconnectManualIT.java} | 2 +-
 components/camel-spring-redis/pom.xml                            | 9 +++++++++
 .../RedisComponentSpringManualIT.java}                           | 5 +++--
 .../RedisConsumerManualIT.java}                                  | 8 +++++---
 .../RedisProducerManualIT.java}                                  | 6 ++++--
 ...ionTest.java => RedisStringIdempotentRepositoryManualIT.java} | 2 +-
 12 files changed, 45 insertions(+), 13 deletions(-)
 rename components/camel-bonita/src/test/java/org/apache/camel/component/bonita/integration/{BonitaProducerIntegrationTest.java => BonitaProducerManualIT.java} (95%)
 rename components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/{SmppComponentIntegrationTest.java => SmppComponentManualIT.java} (99%)
 rename components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/{SmppComponentSpringIntegrationTest.java => SmppComponentSpringManualIT.java} (99%)
 rename components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/{SmppConsumerReconnectIntegrationTest.java => SmppConsumerReconnectManualIT.java} (95%)
 rename components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/{SmppProducerReconnectIntegrationTest.java => SmppProducerReconnectManualIT.java} (96%)
 rename components/camel-spring-redis/src/test/java/org/apache/camel/component/redis/{RedisComponentSpringIntegrationTest.java => integration/RedisComponentSpringManualIT.java} (94%)
 rename components/camel-spring-redis/src/test/java/org/apache/camel/component/redis/{RedisConsumerIntegrationTest.java => integration/RedisConsumerManualIT.java} (92%)
 rename components/camel-spring-redis/src/test/java/org/apache/camel/component/redis/{RedisProducerIntegrationTest.java => integration/RedisProducerManualIT.java} (90%)
 rename components/camel-spring-redis/src/test/java/org/apache/camel/component/redis/processor/idempotent/{RedisStringIdempotentRepositoryIntegrationTest.java => RedisStringIdempotentRepositoryManualIT.java} (98%)