-
Notifications
You must be signed in to change notification settings - Fork 95
Provide access to the contextual data map #2207
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
Labels
quarkus
The issue links an issue in Quarkus
regression
Something that was working before. A test that we have disabled
Milestone
Comments
gavinking
added a commit
to gavinking/hibernate-reactive
that referenced
this issue
Apr 21, 2025
gavinking
added a commit
to gavinking/hibernate-reactive
that referenced
this issue
Apr 21, 2025
We actually have a solution for this, so I will just fix the issue |
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 24, 2025
We store the session in the Vert.x local context. But, Quarkus needs a way to access the same context when using Panache. See quarkus issue: quarkusio/quarkus#47314
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 24, 2025
We store the session in the Vert.x local context. But, Quarkus needs a way to access the same context when using Panache. See quarkus issue: quarkusio/quarkus#47314
This was referenced Apr 24, 2025
DavideD
added a commit
to DavideD/quarkus
that referenced
this issue
Apr 24, 2025
In preparation to the upgrade to Vertx. 5, Hibernate Reactive doesn't use anymore the deprecated API to access the local context. This commits updates the way Panache access the context so that the two extensions can comunicate. Fix quarkusio#47314 Relats to the Hibernate Reactive issues: * hibernate/hibernate-reactive#2176 * hibernate/hibernate-reactive#2174 * hibernate/hibernate-reactive#2207
DavideD
added a commit
that referenced
this issue
Apr 24, 2025
We store the session in the Vert.x local context. But, Quarkus needs a way to access the same context when using Panache. See quarkus issue: quarkusio/quarkus#47314
DavideD
added a commit
that referenced
this issue
Apr 24, 2025
We store the session in the Vert.x local context. But, Quarkus needs a way to access the same context when using Panache. See quarkus issue: quarkusio/quarkus#47314
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 30, 2025
…xtual data map" This reverts commit 02db560.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 30, 2025
…xtual data map" This reverts commit 80a9cfe.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
quarkus
The issue links an issue in Quarkus
regression
Something that was working before. A test that we have disabled
These are the changes:
We introduced them when we worked on #2176 and #2174, but they are causing a regression in Quarkus:
quarkusio/quarkus#47314
I will try to have a look and see if I can figure out what's going on, but, if we cannot find a solution, I think it's better to revert the changes and applies them again later
The text was updated successfully, but these errors were encountered: