You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
mytoop
changed the title
Context local storage removal
Context local storage removal from vert.x 5.0.0.CR3
Feb 24, 2025
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
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
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!
The text was updated successfully, but these errors were encountered: