Skip to content

Commit

Permalink
Merge pull request #23153 from gsmet/fix-hr-doc
Browse files Browse the repository at this point in the history
Fix minor issues in the Hibernate Reactive documentation
  • Loading branch information
geoand authored Jan 25, 2022
2 parents 6654252 + fd2e170 commit a0d9e35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/main/asciidoc/hibernate-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ link:https://hibernate.org/reactive/[Hibernate Reactive] is a reactive API for H
and a reactive style of interaction with the database.

[NOTE]
----
====
Hibernate Reactive works with the same annotations and most of the configuration described in the
xref:quarkus-hibernate-orm.adoc[Hibernate ORM guide]. This guide will only focus on what's specific
for Hibernate Reactive.
----
====

== Solution

Expand Down Expand Up @@ -168,7 +168,7 @@ The configuration properties listed here allow you to override such defaults, an
Hibernate Reactive uses the same properties you would use for Hibernate ORM. You will notice that some properties
contain `jdbc` in the name but there is not JDBC in Hibernate Reactive, these are simply legacy property names.

include::{generated-dir}/config/quarkus-orm-reactive.adoc[opts=optional, leveloffset=+2]
include::{generated-dir}/config/quarkus-hibernate-orm.adoc[opts=optional, leveloffset=+2]

[TIP]
====
Expand Down

0 comments on commit a0d9e35

Please sign in to comment.