You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/04/16 15:11:04 UTC

[camel] branch master updated (f94c06e -> 82652d1)

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

orpiske pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from f94c06e  CAMEL-16400: adjust manual integration tests for camel-bonita (#5403)
     add 82652d1  CAMEL-16400: adjust manual integration tests for camel-spring-redis (#5402)

No new revisions were added by this update.

Summary of changes:
 components/camel-spring-redis/pom.xml                            | 9 +++++++++
 .../RedisComponentSpringManualIT.java}                           | 5 +++--
 .../RedisConsumerManualIT.java}                                  | 8 +++++---
 .../RedisProducerManualIT.java}                                  | 6 ++++--
 ...ionTest.java => RedisStringIdempotentRepositoryManualIT.java} | 2 +-
 5 files changed, 22 insertions(+), 8 deletions(-)
 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%)