Skip to content

Commit 9967c1b

Browse files
Quarkus
& drive-by off-by-one SDK fix
1 parent 51091cc commit 9967c1b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

modules/third-party/pages/integrations.adoc

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,9 @@ Couchbase ODBC and JDBC drivers enable any application based on the ODBC/JDBC st
306306
[#sdk-language-ecosystem]
307307
== SDK Language Ecosystem
308308

309-
Couchbase has SDKs in ten popular languages --
309+
Couchbase has SDKs in eleven popular languages --
310310
xref:c-sdk:hello-world:overview.adoc[C],
311+
xref:cxx-sdk:hello-world:overview.adoc[{cpp}],
311312
xref:dotnet-sdk:hello-world:overview.adoc[C# (.NET)],
312313
xref:go-sdk:hello-world:overview.adoc[Go],
313314
xref:java-sdk:hello-world:overview.adoc[Java],
@@ -343,6 +344,20 @@ a|
343344
| Couchbase Officially Supported
344345

345346

347+
| Couchbase Quarkus Java Extension
348+
| Java
349+
| The Couchbase Quarkus extension integrates the xref:java-sdk:hello-world:overview.adoc[Couchbase Java SDK] within the Quarkus ecosystem.
350+
Most notably this extension provides GraalVM native-image support to the existing Java SDK,
351+
in addition to other Quarkus integration such as Health Checks, ArC dependency injection, Micrometer metrics, DevServices and more.
352+
a|
353+
* https://docs.quarkiverse.io/quarkus-couchbase/dev/index.html[Quarkiverse docs for Quarkus Couchbase^]
354+
* xref:quarkus-extension:ROOT:overview.adoc[Couchbase Quarkus Java Extension docs]
355+
* https://javadoc.io/doc/io.quarkiverse.couchbase/quarkus-couchbase/latest/index.html[Quarkus Couchbase API reference^]
356+
| ✔
357+
| ✔
358+
| Couchbase Officially Supported
359+
360+
346361
| Ottoman
347362
| Node.js
348363
| ODM (Object Document Mapper) for Couchbase.

0 commit comments

Comments
 (0)