-
Notifications
You must be signed in to change notification settings - Fork 20
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
Remove deprecated nats:Message usages #797
Conversation
b554351
to
3c26176
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #797 +/- ##
============================================
- Coverage 80.86% 80.48% -0.39%
- Complexity 0 134 +134
============================================
Files 30 38 +8
Lines 1223 1614 +391
Branches 149 254 +105
============================================
+ Hits 989 1299 +310
- Misses 168 198 +30
- Partials 66 117 +51 ☔ View full report in Codecov by Sentry. |
native/src/main/java/io/ballerina/stdlib/nats/basic/consumer/DefaultMessageHandler.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Thisaru Guruge <thisaru@wso2.com>
Purpose
Fixes: ballerina-platform/ballerina-library#6282
Examples
Checklist