Skip to content

Context local storage removal since vert.x 5.0.0.CR4 #2133

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
mytoop opened this issue Feb 24, 2025 · 1 comment
Closed

Context local storage removal since vert.x 5.0.0.CR4 #2133

mytoop opened this issue Feb 24, 2025 · 1 comment

Comments

@mytoop
Copy link

mytoop commented Feb 24, 2025

Hi:
the vert.x since 5.0.0.cr4 context local storage removal.The context local storage API has been removed from the public API since it should not have been public in the first place and is meant for extending Vert.x, Its methods have been moved to io.vertx.core.internal.ContextInternal interface and might be removed any time in Vert.x 5 since there is a alternative implementation for it (`io.vertx.core.spi.context.storage.ContextLocal).
but hibernate-reactive-core 3.0.0.Beta2,path org\hibernate\reactive\context\impl\VertxContext still “io.vertx.core.Context context = Vertx.currentContext();“,need to repair and compatible the vert.x 5.X,Thanks!

@mytoop mytoop changed the title Context local storage removal Context local storage removal from vert.x 5.0.0.CR3 Feb 24, 2025
@mytoop mytoop changed the title Context local storage removal from vert.x 5.0.0.CR3 Context local storage removal since vert.x 5.0.0.CR3 Feb 24, 2025
@mytoop mytoop changed the title Context local storage removal since vert.x 5.0.0.CR3 Context local storage removal since vert.x 5.0.0.CR4 Feb 24, 2025
@DavideD
Copy link
Member

DavideD commented Feb 24, 2025

Thanks, but there's already an issue related to the upgrade to Vert.x 5.
See #2036

@DavideD DavideD closed this as not planned Won't fix, can't repro, duplicate, stale Feb 24, 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
Development

No branches or pull requests

2 participants