This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
Update dependency io.zipkin.reporter2:zipkin-sender-okhttp3 to v2.17.2 #400
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.16.3
->2.17.2
Release Notes
openzipkin/zipkin-reporter-java (io.zipkin.reporter2:zipkin-sender-okhttp3)
v2.17.2
: Zipkin Reporter 2.17.2Compare Source
Zipkin Reporter v2.17.2 fixes a bug where the jars that should be at Java 1.6 or 1.7 bytecode were not.
Full Changelog: https://github.com/openzipkin/zipkin-reporter-java/compare/2.17.0..2.17.2
v2.17.1
Compare Source
v2.17.0
: Zipkin Reporter 2.17.0Compare Source
Zipkin Reporter v2.17.0 updates default versions of dependencies so that CVE scanners like trivy pass by default. Details below for the interested.
For example, trivy is now clean.
In order to do this, and based on user demand, we had to change some default practice in our senders (the transport plug-in for sending spans to a zipkin compatible endpoint). Here is a summary of each and how versions are handled.
While not end-user affecting, we have also migrated from JUnit 4 to JUnit 5, thanks to OpenRewrite recipes from @TeamModerne. Also, we use docker images to test all messaging transports. This ensures compatibility with upstream in transparent ways, and also removes classpath conflicts from java-based messaging transports such as ActiveMQ and Kafka.
Thanks a lot to @anuraaga for copious support work on this release, as well.
Full Changelog: openzipkin/zipkin-reporter-java@2.16.5...2.17.0
Note: To pass Trivy at the moment, we have to skip old versions used only for compatibility testing. There is a discussion about making this default.
v2.16.5
: Zipkin Reporter 2.16.5Compare Source
Zipkin Reporter v2.16.5 updates dependencies and moves the build to work on current LTS JDKs (11, 17 and 21). Runtime Java versions remain the same. For example, the minimum Java version of the core jar remains 1.6.
Full Changelog: openzipkin/zipkin-reporter-java@2.16.4...2.16.5
v2.16.4
: Zipkin Reporter 2.16.4Compare Source
What's Changed
Full Changelog: openzipkin/zipkin-reporter-java@2.16.3...2.16.4
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.