Skip to content

updates deps 23 jul 2025 #450

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

karianna
Copy link
Member

@karianna karianna commented Jul 23, 2025

@karianna karianna requested a review from Copilot July 23, 2025 07:09
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates dependencies across the project, with the primary focus on upgrading Vert.x from version 4.5.14 to 5.0.1 and updating various Maven plugins and tools.

  • Updated Vert.x from 4.5.14 to 5.0.1, requiring API migration from callback-based to Future-based patterns
  • Updated Maven plugins and dependencies including JUnit, Checkstyle, and various Maven plugins
  • Refactored Vert.x callback handlers to use the newer onComplete() pattern with AsyncResult

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
vertx/pom.xml Updated Vert.x core dependency from 4.5.14 to 5.0.1
pom.xml Updated Maven plugin versions and dependency versions
.mvn/wrapper/maven-wrapper.properties Updated Maven wrapper to version 3.9.11
VertxJVMEventChannel.java Migrated deployVerticle callback to Future-based onComplete pattern
VertxDataSourceChannel.java Migrated deployVerticle callback to Future-based onComplete pattern
VertxChannel.java Migrated close callback to Future-based pattern and changed log level
JVMEventVerticle.java Updated completionHandler to completion().onComplete() and removed auto-undeploy logic
DataSourceVerticle.java Updated completionHandler to completion().onComplete() and removed auto-undeploy logic

@karianna
Copy link
Member Author

@dsgrieve - Thought you might like that the pesky closing verticles during tests was finally fixable with vert.x 5 :-)

@karianna karianna requested a review from d3r3kk July 27, 2025 21:49
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.

1 participant