-
Notifications
You must be signed in to change notification settings - Fork 162
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
base: main
Are you sure you want to change the base?
Conversation
…it into update_deps_22_apr_2025
There was a problem hiding this 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 |
vertx/src/main/java/com/microsoft/gctoolkit/vertx/VertxChannel.java
Outdated
Show resolved
Hide resolved
….java Co-authored-by: Copilot <[email protected]>
@dsgrieve - Thought you might like that the pesky closing verticles during tests was finally fixable with vert.x 5 :-) |
…kit into updates_deps_23_jul_2025
Uh oh!
There was an error while loading. Please reload this page.