From 18f63c88b4f1448f2e5c633a4212cbbf76075e8d Mon Sep 17 00:00:00 2001 From: tomekl007 Date: Tue, 1 Sep 2020 11:25:54 +0200 Subject: [PATCH] mention cassandra-quarkus-client in the section about extensions that support ssl --- docs/src/main/asciidoc/native-and-ssl.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/main/asciidoc/native-and-ssl.adoc b/docs/src/main/asciidoc/native-and-ssl.adoc index d3b04829d4cb7..27110e224a298 100644 --- a/docs/src/main/asciidoc/native-and-ssl.adoc +++ b/docs/src/main/asciidoc/native-and-ssl.adoc @@ -82,6 +82,7 @@ As SSL is de facto the standard nowadays, we decided to enable its support autom * the Reactive client for PostgreSQL extension (`quarkus-reactive-pg-client`), * the Reactive client for MySQL extension (`quarkus-reactive-mysql-client`), * the Reactive client for DB2 extension (`quarkus-reactive-db2-client`). + * the Cassandra client extensions (`cassandra-quarkus-client`) As long as you have one of those extensions in your project, the SSL support will be enabled by default.