-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Enable named data sources for Hibernate Reactive #47631
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
Conversation
This comment has been minimized.
This comment has been minimized.
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I spotted a few things in the docs and logs/error messages (see below), but otherwise the approach seems sound.
...yment/src/main/java/io/quarkus/hibernate/reactive/deployment/HibernateReactiveProcessor.java
Outdated
Show resolved
Hide resolved
...java/io/quarkus/hibernate/reactive/runtime/FastBootHibernateReactivePersistenceProvider.java
Outdated
Show resolved
Hide resolved
Yep, it's about PUs. |
09a6cc6
to
0015b7b
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks. Let's squash and merge?
* Changed error message / log to avoid using the default data source * Align FastBootHibernateReactivePersistenceProvider to FastBootHibernateReactivePersistenceProvider
65857b0
to
d47f5b6
Compare
Status for workflow
|
Status for workflow
|
|
The named data source part for #46727
I know we discussed doing named PU together, but this works already and the changes seems easy to understand so I wanted to try create the smaller one first.
this one was supposed to be done together as well but it doesn't seem to be related to named-datasource so I assume it's related to named persistent units.