Skip to content
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

MODNCIP-71: Upgrade dependencies for Ramsons #101

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

julianladisch
Copy link
Collaborator

https://folio-org.atlassian.net/browse/MODNCIP-71

In MainVerticleTest.java:

Replace the deprecated deployVerticle method that will be removed in Vert.x 5:
Don't use the callback method, use the Future returning method instead:
https://github.com/eclipse-vertx/vert.x/wiki/Vert.x-5#callback-sanitization
https://github.com/folio-org/raml-module-builder/blob/master/doc/futurisation.md

Replace the custom success method with Vert.x' ctx.asyncAssertSuccess
that provides the same functionality:
https://vertx.io/docs/vertx-unit/java/#_asynchronous_assertions
Copy link

sonarcloud bot commented Sep 10, 2024

@julianladisch julianladisch merged commit f136632 into master Sep 10, 2024
4 checks passed
@julianladisch julianladisch deleted the MODNCIP-71-dependencies-ramsons branch September 10, 2024 15:50
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.

2 participants