Skip to content

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

Closed
DavideD opened this issue Apr 2, 2025 · 0 comments · Fixed by #2175 or #2198
Closed

Update VertxContext in preparation of Vert.x 5 #2174

DavideD opened this issue Apr 2, 2025 · 0 comments · Fixed by #2175 or #2198
Labels
upgrade Impact of dependency upgrades
Milestone

Comments

@DavideD
Copy link
Member

DavideD commented Apr 2, 2025

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.

@DavideD DavideD changed the title In VertxContext replaced the deprecated method in Vert.x 5 Update VertxContext in preparation of Vert.x 5 Apr 2, 2025
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 DavideD added the upgrade Impact of dependency upgrades label Apr 2, 2025
@DavideD DavideD added this to the next milestone Apr 2, 2025
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 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 #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
DavideD added a commit to DavideD/hibernate-reactive 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
upgrade Impact of dependency upgrades
Projects
None yet
1 participant