dependabot[bot] opened a new pull request, #2060:
URL: https://github.com/apache/cxf/pull/2060

   Bumps `cxf.zipkin-reporter.version` from 3.4.0 to 3.4.1.
   Updates `io.zipkin.reporter2:zipkin-reporter-brave` from 3.4.0 to 3.4.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/openzipkin/zipkin-reporter-java/releases";>io.zipkin.reporter2:zipkin-reporter-brave's
 releases</a>.</em></p>
   <blockquote>
   <p>Zipkin Reporter 3.4 deprecates <code>AsyncReporter/SpanHandler</code> 
<code>queuedMaxBytes</code> and disables it by default.</p>
   <p>When introduced, <code>AsyncReporter</code> had three ways to trigger a 
queue flush:</p>
   <ul>
   <li><code>queuedMaxSpans</code> - when the number of spans in the queue 
exceeds a threshold</li>
   <li><code>queuedMaxBytes</code> - when the size of the spans in the queue 
exceeds a threshold</li>
   <li><code>messageTimeout</code> - when a span has been in the queue longer 
than a threshold</li>
   </ul>
   <p><code>queuedMaxBytes</code> was deprecated because requires time in the 
critical path, to calculate the size of a span to make sure it doesn't breach 
the threshold. This is problematic in tools that check for pinning, like 
Virtual Threads.</p>
   <p>Thanks a lot to <a href="https://github.com/reta";><code>@​reta</code></a> 
for sorting this out!</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openzipkin/zipkin-reporter-java/compare/3.3.0..3.4.1";>https://github.com/openzipkin/zipkin-reporter-java/compare/3.3.0..3.4.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/151238bc5ef590e7872fd5f55194f941eed58f94";><code>151238b</code></a>
 [maven-release-plugin] prepare release 3.4.1</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/ad5b40f8f3ae46c536ff9606dd2e75fb1ed423c1";><code>ad5b40f</code></a>
 Routine dependency updates (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/271";>#271</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/302b54c2cb20240f91f54501b1335d986133ef15";><code>302b54c</code></a>
 Avoid encoding list of spans twice in BaseHttpSender (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/270";>#270</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/519133204bc5a56a5286c6f40facc10c76270b5f";><code>5191332</code></a>
 Adds SECURITY.md and scanning workflow (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/267";>#267</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/3af65938e55ddbf132e29cae694921fbf27d6c2a";><code>3af6593</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li>See full diff in <a 
href="https://github.com/openzipkin/zipkin-reporter-java/compare/3.4.0...3.4.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.zipkin.reporter2:zipkin-sender-urlconnection` from 3.4.0 to 3.4.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/openzipkin/zipkin-reporter-java/releases";>io.zipkin.reporter2:zipkin-sender-urlconnection's
 releases</a>.</em></p>
   <blockquote>
   <p>Zipkin Reporter 3.4 deprecates <code>AsyncReporter/SpanHandler</code> 
<code>queuedMaxBytes</code> and disables it by default.</p>
   <p>When introduced, <code>AsyncReporter</code> had three ways to trigger a 
queue flush:</p>
   <ul>
   <li><code>queuedMaxSpans</code> - when the number of spans in the queue 
exceeds a threshold</li>
   <li><code>queuedMaxBytes</code> - when the size of the spans in the queue 
exceeds a threshold</li>
   <li><code>messageTimeout</code> - when a span has been in the queue longer 
than a threshold</li>
   </ul>
   <p><code>queuedMaxBytes</code> was deprecated because requires time in the 
critical path, to calculate the size of a span to make sure it doesn't breach 
the threshold. This is problematic in tools that check for pinning, like 
Virtual Threads.</p>
   <p>Thanks a lot to <a href="https://github.com/reta";><code>@​reta</code></a> 
for sorting this out!</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openzipkin/zipkin-reporter-java/compare/3.3.0..3.4.1";>https://github.com/openzipkin/zipkin-reporter-java/compare/3.3.0..3.4.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/151238bc5ef590e7872fd5f55194f941eed58f94";><code>151238b</code></a>
 [maven-release-plugin] prepare release 3.4.1</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/ad5b40f8f3ae46c536ff9606dd2e75fb1ed423c1";><code>ad5b40f</code></a>
 Routine dependency updates (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/271";>#271</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/302b54c2cb20240f91f54501b1335d986133ef15";><code>302b54c</code></a>
 Avoid encoding list of spans twice in BaseHttpSender (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/270";>#270</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/519133204bc5a56a5286c6f40facc10c76270b5f";><code>5191332</code></a>
 Adds SECURITY.md and scanning workflow (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/267";>#267</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/3af65938e55ddbf132e29cae694921fbf27d6c2a";><code>3af6593</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li>See full diff in <a 
href="https://github.com/openzipkin/zipkin-reporter-java/compare/3.4.0...3.4.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to