-
Notifications
You must be signed in to change notification settings - Fork 831
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
Update dependency io.zipkin.reporter2:zipkin-reporter-bom to v3.2.1 #6128
Update dependency io.zipkin.reporter2:zipkin-reporter-bom to v3.2.1 #6128
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6128 +/- ##
============================================
- Coverage 91.03% 91.00% -0.04%
- Complexity 5648 5702 +54
============================================
Files 619 630 +11
Lines 16443 16710 +267
Branches 1663 1656 -7
============================================
+ Hits 14969 15207 +238
- Misses 1010 1047 +37
+ Partials 464 456 -8 ☔ View full report in Codecov by Sentry. |
3faa43f
to
001333b
Compare
#6129 properly addresses this. Compile glitches were missed due to bom import order |
001333b
to
f3d35b1
Compare
f3d35b1
to
b918ded
Compare
#6151 updates for this |
b918ded
to
5402e4e
Compare
5402e4e
to
04d2ee9
Compare
Closing in favor of #6151. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
3.1.1
->3.2.1
Release Notes
openzipkin/zipkin-reporter-java (io.zipkin.reporter2:zipkin-reporter-bom)
v3.2.1
: Zipkin Reporter 3.2Compare Source
Zipkin Reporter 3.2 deprecates
Sender
for a simpler typeBytesMessageSender
. This only supports synchronous invocation (as used by the async reporters in the reporting thread) and requires senders to pass an empty list vs a complicated and usually implementedcheck()
function. The result is being able to implement a custom sender in less than 50 lines including imports like below! Thank a lot to @anuraaga and @reta for the review on this.Full Changelog: https://github.com/openzipkin/zipkin-reporter-java/compare/3.1.1..3.2.1
v3.2.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.