-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feature/update vertx #166
Feature/update vertx #166
Conversation
# Conflicts: # src/main/java/org/swisspush/reststorage/EventBusAdapter.java
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #166 +/- ##
=============================================
- Coverage 62.90% 62.61% -0.30%
Complexity 392 392
=============================================
Files 32 32
Lines 2569 2581 +12
Branches 296 297 +1
=============================================
Hits 1616 1616
- Misses 792 804 +12
Partials 161 161 ☔ View full report in Codecov by Sentry. |
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.
TODO:
dos2unix src/main/java/org/swisspush/reststorage/EventBusAdapter.java
<vertx-redis-client.version>4.3.3</vertx-redis-client.version> | ||
<slf4j.version>1.7.32</slf4j.version> | ||
<junit.version>4.13.1</junit.version> | ||
<vertx.version>4.5.1</vertx.version> |
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.
Do we plan to also update the version in gateleen and all other friends? Is this basically the first step to generally make the upgrade?
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.
Yes I am currently working on this. All the friends are prepared (with open PRs).
No description provided.