Skip to content
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

Create custom Vert.x contextual data storage #2177

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

tsegismont
Copy link
Contributor

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

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).
@tsegismont
Copy link
Contributor Author

cc @DavideD

@DavideD DavideD changed the title [#2176] Create custom Vert.x contextual data storage Create custom Vert.x contextual data storage Apr 7, 2025
@DavideD DavideD merged commit 95ad44c into hibernate:main Apr 7, 2025
18 checks passed
@DavideD
Copy link
Member

DavideD commented Apr 7, 2025

THanks @tsegismont !

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

Successfully merging this pull request may close these issues.

Create custom Vert.x contextual data storage
2 participants