Skip to content

Commit e7cea48

Browse files
committed
Remove obsolete and out-of-place hints about starting postgreSQL from Hibernate ORM guides
People should get such information from the datasource guide, which will tell them to just use dev services anyway.
1 parent 0cd1218 commit e7cea48

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

docs/src/main/asciidoc/hibernate-orm.adoc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -312,20 +312,6 @@ quarkus.hibernate-orm.persistence-xml.ignore=true
312312
----
313313
====
314314

315-
[TIP]
316-
====
317-
Want to start a PostgreSQL server on the side with Docker?
318-
319-
[source,bash]
320-
----
321-
docker run --rm=true --name postgres-quarkus-hibernate -e POSTGRES_USER=hibernate \
322-
-e POSTGRES_PASSWORD=hibernate -e POSTGRES_DB=hibernate_db \
323-
-p 5432:5432 postgres:14.1
324-
----
325-
326-
This will start a non-durable empty database: ideal for a quick experiment!
327-
====
328-
329315
[[multiple-persistence-units]]
330316
=== Multiple persistence units
331317

docs/src/main/asciidoc/hibernate-reactive.adoc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -196,20 +196,6 @@ The configuration properties listed here allow you to override such defaults, an
196196
Hibernate Reactive uses the same properties you would use for Hibernate ORM: see <<configuration-reference>>. You will notice that some properties
197197
contain `jdbc` in the name but there is no JDBC in Hibernate Reactive, these are simply legacy property names.
198198

199-
[TIP]
200-
====
201-
Want to start a PostgreSQL server on the side with Docker?
202-
203-
[source,bash]
204-
----
205-
docker run --rm --name postgres-quarkus-hibernate -e POSTGRES_USER=quarkus_test \
206-
-e POSTGRES_PASSWORD=quarkus_test -e POSTGRES_DB=quarkus_test \
207-
-p 5432:5432 postgres:14.1
208-
----
209-
210-
This will start a non-durable empty database: ideal for a quick experiment!
211-
====
212-
213199
[[orm-and-reactive-extension-simultaneously]]
214200
=== Hibernate ORM and Reactive extensions simultaneously
215201

0 commit comments

Comments
 (0)