You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/03/21 18:38:30 UTC

[camel] branch main updated: Tiny doc update for Couchbase component (#9588)

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 825fd2e8a39 Tiny doc update for Couchbase component (#9588)
825fd2e8a39 is described below

commit 825fd2e8a39d19fcfe43cd18980b59bfc652198a
Author: David Nault <dn...@users.noreply.github.com>
AuthorDate: Tue Mar 21 11:38:21 2023 -0700

    Tiny doc update for Couchbase component (#9588)
    
    The product name is styled as "Couchbase" (not "CouchBase").
    Reference:  https://www.couchbase.com
    
    Couchbase Server 7.0 is the earliest version with full support for scopes and collections. (This feature was present in 6.5 only in "Developer Preview" mode, which is not intended for production use; if I recall correctly, modern versions of the Java SDK are not compatible with some aspects of the early developer preview implementation).
    References:
    * https://docs.couchbase.com/server/7.0/introduction/whats-new.html#whats-new-server-700
    * https://docs.couchbase.com/server/6.5/developer-preview/preview-mode.html
    
    Scopes and collections are supported in Couchbase Server Community Edition (CE) as well as Enterprise Edition (CE).
    Reference: https://www.couchbase.com/products/editions/
---
 components/camel-couchbase/src/main/docs/couchbase-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-couchbase/src/main/docs/couchbase-component.adoc b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
index 6adfa39f3f2..b007f258941 100644
--- a/components/camel-couchbase/src/main/docs/couchbase-component.adoc
+++ b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
@@ -14,7 +14,7 @@
 *{component-header}*
 
 The *couchbase:* component allows you to treat
-https://www.couchbase.com/[CouchBase] instances as a producer or consumer
+https://www.couchbase.com/[Couchbase] instances as a producer or consumer
 of messages.
 
 Maven users will need to add the following dependency to their `pom.xml`
@@ -56,7 +56,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Couchbase SDK compatibility
 
-Using collections and scopes is supported only for Couchbase Enterprise Server 6.5+.
+Using collections and scopes is supported only for Couchbase Server 7.0 and later.
 
 This component is currently using Java SDK 3.x so it might be not compatible with older Couchbase servers anymore. See the compatibility https://docs.couchbase.com/java-sdk/current/project-docs/compatibility.html[page].