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 2020/11/02 16:50:48 UTC

[camel] branch regen_bot updated (39e3770 -> 36e7f01)

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 39e3770  Regen
     add 36e7f01  Migrates the Couchbase test infrastructure (#4551)

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml                                     |  5 ++
 .../pom.xml                                        | 10 ++-
 .../src/main/resources/META-INF/MANIFEST.MF        |  0
 .../services/CouchbaseLocalContainerService.java   | 90 ++++++++++++++++++++++
 .../services/CouchbaseRemoteService.java}          | 36 +++++----
 .../couchbase/services/CouchbaseService.java}      | 24 +++---
 .../services/CouchbaseServiceFactory.java}         | 23 +++---
 test-infra/camel-test-infra-elasticsearch/pom.xml  |  5 ++
 test-infra/pom.xml                                 |  1 +
 9 files changed, 155 insertions(+), 39 deletions(-)
 copy test-infra/{camel-test-infra-cassandra => camel-test-infra-couchbase}/pom.xml (92%)
 copy {tooling/maven/camel-resources-plugin => test-infra/camel-test-infra-couchbase}/src/main/resources/META-INF/MANIFEST.MF (100%)
 create mode 100644 test-infra/camel-test-infra-couchbase/src/test/java/org/apache/camel/test/infra/couchbase/services/CouchbaseLocalContainerService.java
 copy test-infra/{camel-test-infra-elasticsearch/src/test/java/org/apache/camel/test/infra/elasticsearch/services/RemoteElasticSearchService.java => camel-test-infra-couchbase/src/test/java/org/apache/camel/test/infra/couchbase/services/CouchbaseRemoteService.java} (56%)
 copy test-infra/{camel-test-infra-elasticsearch/src/test/java/org/apache/camel/test/infra/elasticsearch/services/ElasticSearchService.java => camel-test-infra-couchbase/src/test/java/org/apache/camel/test/infra/couchbase/services/CouchbaseService.java} (82%)
 copy test-infra/{camel-test-infra-cassandra/src/test/java/org/apache/camel/test/infra/cassandra/services/CassandraServiceFactory.java => camel-test-infra-couchbase/src/test/java/org/apache/camel/test/infra/couchbase/services/CouchbaseServiceFactory.java} (60%)