-
Notifications
You must be signed in to change notification settings - Fork 95
Update VertxContext in preparation of Vert.x 5 #2174
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
Labels
upgrade
Impact of dependency upgrades
Milestone
Comments
tsegismont
added a commit
to tsegismont/hibernate-reactive
that referenced
this issue
Apr 2, 2025
Closes hibernate#2174 Local context data management methods are deprecated and will be removed in Vert.x 5. This change will make it easier to upgrade to Vert.x 5 (should be just a matter of changing imports)
DavideD
pushed a commit
that referenced
this issue
Apr 2, 2025
Closes #2174 Local context data management methods are deprecated and will be removed in Vert.x 5. This change will make it easier to upgrade to Vert.x 5 (should be just a matter of changing imports)
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 8, 2025
Closes hibernate#2174 Local context data management methods are deprecated and will be removed in Vert.x 5. This change will make it easier to upgrade to Vert.x 5 (should be just a matter of changing imports)
DavideD
pushed a commit
that referenced
this issue
Apr 8, 2025
Closes #2174 Local context data management methods are deprecated and will be removed in Vert.x 5. This change will make it easier to upgrade to Vert.x 5 (should be just a matter of changing imports)
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
…e in Vert.x Context" This reverts commit 147604a.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 30, 2025
…e in Vert.x Context" This reverts commit 742ab0b.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vert.x 5 deprecates some methods related to adding values in the duplicated context.
The latest Vert.x 4 already includes some of the new methods, so we can start to update the code now.
The text was updated successfully, but these errors were encountered: