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 a12bb70  Migrates camel-pg-replication-slot to the new test infra 
(#4724)
     add c9a724a  Migrates camel-couchdb to the new test infra (#4725)

No new revisions were added by this update.

Summary of changes:
 components/camel-couchdb/pom.xml                   | 22 ++++--
 .../camel/component/couchdb/CouchDbCrudTest.java   |  2 +-
 .../component/couchdb/CouchDbTestSupport.java      | 30 ++------
 test-infra/camel-test-infra-couchdb/pom.xml        | 60 +++++++++++++++
 .../src/main/resources/META-INF/MANIFEST.MF        |  0
 .../infra/couchdb/common/CouchDbProperties.java    | 29 +++++++
 .../services/CouchDbLocalContainerService.java     | 88 ++++++++++++++++++++++
 .../couchdb/services/CouchDbRemoteService.java     | 54 +++++++++++++
 .../infra/couchdb/services/CouchDbService.java     | 46 +++++++++++
 .../couchdb/services/CouchDbServiceFactory.java    | 43 +++++++++++
 test-infra/pom.xml                                 |  1 +
 11 files changed, 347 insertions(+), 28 deletions(-)
 create mode 100644 test-infra/camel-test-infra-couchdb/pom.xml
 copy {tooling/maven/camel-resources-plugin => 
test-infra/camel-test-infra-couchdb}/src/main/resources/META-INF/MANIFEST.MF 
(100%)
 create mode 100644 
test-infra/camel-test-infra-couchdb/src/test/java/org/apache/camel/test/infra/couchdb/common/CouchDbProperties.java
 create mode 100644 
test-infra/camel-test-infra-couchdb/src/test/java/org/apache/camel/test/infra/couchdb/services/CouchDbLocalContainerService.java
 create mode 100644 
test-infra/camel-test-infra-couchdb/src/test/java/org/apache/camel/test/infra/couchdb/services/CouchDbRemoteService.java
 create mode 100644 
test-infra/camel-test-infra-couchdb/src/test/java/org/apache/camel/test/infra/couchdb/services/CouchDbService.java
 create mode 100644 
test-infra/camel-test-infra-couchdb/src/test/java/org/apache/camel/test/infra/couchdb/services/CouchDbServiceFactory.java

Reply via email to