Skip to content

Commit f0dde18

Browse files
committed
Sync documentation of main branch
1 parent d58c102 commit f0dde18

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

_generated-doc/main/config/quarkus-all-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26582,7 +26582,7 @@ Environment variable: `+++QUARKUS_HIBERNATE_ORM_DATABASE_VERSION_CHECK_ENABLED++
2658226582
endif::add-copy-button-to-env-var[]
2658326583
--
2658426584
|boolean
26585-
|``true` if the dialect was set automatically by Quarkus, `false` if it was set explicitly`
26585+
|``true``
2658626586

2658726587

2658826588
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect[Dialect related configuration]##

_generated-doc/main/config/quarkus-hibernate-orm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ Environment variable: `+++QUARKUS_HIBERNATE_ORM_DATABASE_VERSION_CHECK_ENABLED++
773773
endif::add-copy-button-to-env-var[]
774774
--
775775
|boolean
776-
|``true` if the dialect was set automatically by Quarkus, `false` if it was set explicitly`
776+
|``true``
777777

778778

779779
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect[Dialect related configuration]##

_generated-doc/main/config/quarkus-hibernate-orm_quarkus.hibernate-orm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ Environment variable: `+++QUARKUS_HIBERNATE_ORM_DATABASE_VERSION_CHECK_ENABLED++
773773
endif::add-copy-button-to-env-var[]
774774
--
775775
|boolean
776-
|``true` if the dialect was set automatically by Quarkus, `false` if it was set explicitly`
776+
|``true``
777777

778778

779779
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect[Dialect related configuration]##

_versions/main/guides/hibernate-orm.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,6 @@ Hibernate ORM may generate SQL that is invalid which would lead to runtime excep
214214
If the database cannot be reached, a warning will be logged but startup will proceed.
215215
You can optionally disable the version check if you know the database won't be reachable on startup
216216
using <<quarkus-hibernate-orm_quarkus-hibernate-orm-database-version-check-enabled,`quarkus.hibernate-orm.database.version-check.enabled=false`>>.
217-
218-
// TODO change the default to "always enabled" when we solve version detection problems
219-
// See https://github.com/quarkusio/quarkus/issues/43703
220-
// See https://github.com/quarkusio/quarkus/issues/42255
221-
The version check is disabled by default when a dialect is set explicitly,
222-
as a workaround for https://github.com/quarkusio/quarkus/issues/42255[#42255]/link:https://github.com/quarkusio/quarkus/issues/43703[#43703].
223217
====
224218

225219
[[hibernate-dialect-other-databases]]

_versions/main/guides/hibernate-reactive.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ A `Mutiny.SessionFactory` will be created based on the Quarkus `datasource` conf
122122

123123
The dialect will be selected based on the Reactive SQL client - unless you set one explicitly.
124124

125+
NOTE: For more information on dialect selection and database versions,
126+
see xref:hibernate-orm.adoc#hibernate-dialect[the corresponding section of the Hibernate ORM guide].
127+
125128
You can then happily inject your `Mutiny.SessionFactory`:
126129

127130
[source,java]

0 commit comments

Comments
 (0)