This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 37328b8cc add stub doc for couchbase3 client (#722)
37328b8cc is described below
commit 37328b8cc84734c12649a49b69eec6964b3d1928
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Jul 4 00:21:08 2024 +0100
add stub doc for couchbase3 client (#722)
---
docs/src/main/paradox/couchbase.md | 1 +
project/project-info.conf | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/docs/src/main/paradox/couchbase.md
b/docs/src/main/paradox/couchbase.md
index 2fd83bd3d..0ff16caf6 100644
--- a/docs/src/main/paradox/couchbase.md
+++ b/docs/src/main/paradox/couchbase.md
@@ -14,6 +14,7 @@ Apache Pekko Connectors Couchbase allows you to read and
write to Couchbase. You
The Couchbase connector supports all document formats which are supported by
the SDK. All those formats use the @java[`Document<T>`]@scala[`Document[T]`]
interface and this is the level of abstraction that this connector is using.
+In v1.1.0, there is also a Couchbase3 connector that provides the equivalent
support using the Couchbase Client v3. This conector continues to use the
Couchbase Client v2.
@@project-info{ projectId="couchbase" }
diff --git a/project/project-info.conf b/project/project-info.conf
index 86444b801..ef3d19d0c 100644
--- a/project/project-info.conf
+++ b/project/project-info.conf
@@ -103,6 +103,17 @@ project-info {
}
]
}
+ couchbase3: ${project-info.shared-info} {
+ title: "Apache Pekko Connectors Couchbase3"
+ jpms-name: "pekko.stream.connectors.couchbase3"
+ issues.url: ${project-info.labels}"couchbase3"
+ api-docs: [
+ {
+ url: ${project-info.scaladoc}"couchbase3/index.html"
+ text: "API (Scaladoc)"
+ }
+ ]
+ }
csv: ${project-info.shared-info} {
title: "Apache Pekko Connectors CSV"
jpms-name: "pekko.stream.connectors.csv"
@@ -305,6 +316,17 @@ project-info {
}
]
}
+ jakartams: ${project-info.shared-info} {
+ title: "Apache Pekko Connectors JakartaMS"
+ jpms-name: "pekko.stream.connectors.jakartams"
+ issues.url: ${project-info.labels}"jakartams"
+ api-docs: [
+ {
+ url: ${project-info.scaladoc}"jakartams/index.html"
+ text: "API (Scaladoc)"
+ }
+ ]
+ }
jms: ${project-info.shared-info} {
title: "Apache Pekko Connectors JMS"
jpms-name: "pekko.stream.connectors.jms"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]