-
Notifications
You must be signed in to change notification settings - Fork 95
Create custom Vert.x contextual data storage #2176
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
Comments
tsegismont
added a commit
to tsegismont/hibernate-reactive
that referenced
this issue
Apr 4, 2025
Closes hibernate#2176 In Vert.x 5, the local context data map is deprecated. Hibernate Reactive can have its own Vert.x contextual data storage (requires creating a io.vertx.core.spi.context.storage.ContextLocal key).
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 8, 2025
Closes hibernate#2176 In Vert.x 5, the local context data map is deprecated. Hibernate Reactive can have its own Vert.x contextual data storage (requires creating a io.vertx.core.spi.context.storage.ContextLocal key).
DavideD
pushed a commit
that referenced
this issue
Apr 8, 2025
Closes #2176 In Vert.x 5, the local context data map is deprecated. Hibernate Reactive can have its own Vert.x contextual data storage (requires creating a io.vertx.core.spi.context.storage.ContextLocal key).
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
to DavideD/hibernate-reactive
that referenced
this issue
Apr 30, 2025
…tual data storage" This reverts commit 95ad44c.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 30, 2025
…tual data storage" This reverts commit b4ab6a4.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Vert.x 5, the local context data map is deprecated.
Hibernate Reactive can have its own Vert.x contextual data storage (requires creating a
io.vertx.core.spi.context.storage.ContextLocal
key).The text was updated successfully, but these errors were encountered: