From 0e2bbf5dfbe9422e6fc79d0f3676c80c5af0aebe Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Wed, 30 Aug 2023 12:47:59 +0200 Subject: [PATCH] Make hibernate reactive status clear in docs --- docs/src/main/asciidoc/hibernate-reactive.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/hibernate-reactive.adoc b/docs/src/main/asciidoc/hibernate-reactive.adoc index 388d928731669..edd4b83ab2774 100644 --- a/docs/src/main/asciidoc/hibernate-reactive.adoc +++ b/docs/src/main/asciidoc/hibernate-reactive.adoc @@ -4,10 +4,11 @@ and pull requests should be submitted there: https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc //// = Using Hibernate Reactive - include::_attributes.adoc[] :config-file: application.properties :reactive-doc-url-prefix: https://hibernate.org/reactive/documentation/1.1/reference/html_single/#getting-started +:extension-status: preview + link:https://hibernate.org/reactive/[Hibernate Reactive] is a reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database. @@ -19,6 +20,8 @@ xref:hibernate-orm.adoc[Hibernate ORM guide]. This guide will only focus on what for Hibernate Reactive. ==== +include::{includes}/extension-status.adoc[] + == Solution We recommend that you follow the instructions in the next sections and create the application step by step.