This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 11d71ee CAMEL-15520: cleanup a deprecation in camel-couchbase test
(#6441)
11d71ee is described below
commit 11d71eeeb77665b0c5e9ed57c7fcfcedad5ddf49
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Nov 16 17:15:49 2021 +0100
CAMEL-15520: cleanup a deprecation in camel-couchbase test (#6441)
---
.../component/couchbase/integration/CouchbaseIntegrationTestBase.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-couchbase/src/test/java/org/apache/camel/component/couchbase/integration/CouchbaseIntegrationTestBase.java
b/components/camel-couchbase/src/test/java/org/apache/camel/component/couchbase/integration/CouchbaseIntegrationTestBase.java
index 2d8a942..2432ae8 100644
---
a/components/camel-couchbase/src/test/java/org/apache/camel/component/couchbase/integration/CouchbaseIntegrationTestBase.java
+++
b/components/camel-couchbase/src/test/java/org/apache/camel/component/couchbase/integration/CouchbaseIntegrationTestBase.java
@@ -36,7 +36,7 @@ import org.junit.jupiter.api.extension.RegisterExtension;
public class CouchbaseIntegrationTestBase extends CamelTestSupport {
@RegisterExtension
- public static CouchbaseService service =
CouchbaseServiceFactory.getService();
+ public static CouchbaseService service =
CouchbaseServiceFactory.createService();
protected static String bucketName;
protected static Cluster cluster;