From a01638a18984fcc044933a6489cd42ab0c01bcfe Mon Sep 17 00:00:00 2001 From: Thomas Segismont Date: Thu, 13 Jan 2022 14:31:35 +0100 Subject: [PATCH] Doc note: Reactive Oracle Client extension has experimental status --- docs/src/main/asciidoc/reactive-sql-clients.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/src/main/asciidoc/reactive-sql-clients.adoc b/docs/src/main/asciidoc/reactive-sql-clients.adoc index 0c94ed7e4e4e3..49f29fa91b1a9 100644 --- a/docs/src/main/asciidoc/reactive-sql-clients.adoc +++ b/docs/src/main/asciidoc/reactive-sql-clients.adoc @@ -15,6 +15,16 @@ Currently, the following database servers are supported: * PostgreSQL * MariaDB/MySQL * Microsoft SQL Server +* Oracle + +[NOTE] +==== +The Reactive SQL Client for Oracle is considered _experimental_. + +In _experimental_ mode, early feedback is requested to mature the idea. +There is no guarantee of stability nor long term presence in the platform until the solution matures. +Feedback is welcome on our https://groups.google.com/d/forum/quarkus-dev[mailing list] or as issues in our https://github.com/quarkusio/quarkus/issues[GitHub issue tracker]. +==== In this guide, you will learn how to implement a simple CRUD application exposing data stored in *PostgreSQL* over a RESTful API.