Skip to content

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

Closed
tsegismont opened this issue Apr 4, 2025 · 0 comments · Fixed by #2177 or #2198
Closed

Create custom Vert.x contextual data storage #2176

tsegismont opened this issue Apr 4, 2025 · 0 comments · Fixed by #2177 or #2198

Comments

@tsegismont
Copy link
Contributor

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).

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 DavideD closed this as completed in 95ad44c Apr 7, 2025
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 DavideD linked a pull request Apr 8, 2025 that will close this issue
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
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 30, 2025
DavideD added a commit that referenced this issue Apr 30, 2025
DavideD added a commit that referenced this issue Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant