Skip to content

Rewrite multiple persistence unit documentation section for Hibernate Reactive #49287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2025

Conversation

lucamolteni
Copy link
Contributor

See #47631 (comment)

Original PR was missing the updates to the documentation

#46727 (comment)

This comment has been minimized.

Copy link

github-actions bot commented Aug 1, 2025

🙈 The PR is closed and the preview is expired.

Copy link
Member

@yrodiere yrodiere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! A few comments below, but otherwise LGTM.

%prod.quarkus.datasource."named-datasource".username" = quarkus_test
%prod.quarkus.datasource."named-datasource".password" = quarkus_test
%prod.quarkus.datasource.reactive.url = vertx-reactive:postgresql://localhost/quarkus_test <1>
quarkus.datasource."users".reactive=true <1>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this is necessary? It's the default...

quarkus.datasource."users".username=hibernate_orm_test<1> Define a datasource named `users`.
quarkus.datasource."users".password=hibernate_orm_test

quarkus.datasource."inventory".reactive=true <2>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this is necessary? It's the default...

quarkus.datasource."inventory".username=hibernate_orm_test
quarkus.datasource."inventory".password=hibernate_orm_test

quarkus.hibernate-orm."users".schema-management.strategy=drop-and-create <3>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you sent other PRs previously, at my request, to avoid this kind of configuration which could result in a production database being dropped :)

Maybe see how it's done in quickstarts or the ORM documentation?

@lucamolteni lucamolteni force-pushed the 46727-documentation branch from f28bf86 to 844473e Compare August 5, 2025 14:46
Copy link

quarkus-bot bot commented Aug 5, 2025

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit 844473e.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@gsmet gsmet merged commit ca09cfe into quarkusio:main Aug 8, 2025
5 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.26 - main milestone Aug 8, 2025
@gsmet
Copy link
Member

gsmet commented Aug 8, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants