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

   Bumps 
[io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java)
 from 1.60.1 to 1.62.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/releases";>io.opentelemetry:opentelemetry-api's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.62.0</h2>
   <h3>API</h3>
   <h4>Context</h4>
   <ul>
   <li>Fix <a 
href="https://github.com/open-telemetry/opentelemetry-java/security/advisories/GHSA-rcgg-9c38-7xpx";>GHSA-rcgg-9c38-7xpx</a>:
 Apply limits to baggage entries for <code>W3CBaggagePropagator</code>, 
<code>OtTracePropagator</code>, <code>JaegerPropagator</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8378";>#8378</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Traces</h4>
   <ul>
   <li>Avoid <code>parentContext</code> allocation on span start for the common 
case (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8332";>#8332</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Add <code>setMaxExportBatchSize</code> to 
<code>PeriodicMetricReaderBuilder</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8296";>#8296</a>)</li>
   <li>Fix <code>PeriodicMetricReader</code> shutdown race that could drop the 
final flush (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8299";>#8299</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li><strong>BREAKING</strong> Prometheus: Change default server host from 
<code>0.0.0.0</code> to <code>localhost</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8298";>#8298</a>)</li>
   <li><strong>BREAKING</strong> Prometheus: Stop converting unit 
<code>&quot;1&quot;</code> to <code>&quot;ratio&quot;</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8252";>#8252</a>)</li>
   <li>OTLP: Fix null input handling in <code>StringEncoder</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8312";>#8312</a>)</li>
   <li>OTLP: Align proto field types and wire tag names in marshalers (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8293";>#8293</a>)</li>
   <li>OTLP: Fix <code>MarshalerUtil</code> <code>sizeRepeatedString</code> 
calculation (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8284";>#8284</a>)</li>
   <li>OTLP: Bound <code>JdkHttpSender</code> thread pool size to prevent 
unbounded thread creation (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8276";>#8276</a>)</li>
   <li>OTLP Profiles: Split profiles data model into separate 
<code>sdk-profiles</code> and JFR shim modules (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8207";>#8207</a>)</li>
   <li>OTLP Profiles: Publish alpha release of 
<code>opentelemetry-sdk-profiles</code> and 
<code>opentelemetry-exporter-otlp-profiles</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8351";>#8351</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li><strong>BREAKING</strong> Declarative config: Extract to new 
<code>opentelemetry-sdk-extension-declarative-config</code> artifact with new 
package <code>io.opentelemetry.sdk.autoconfigure.declarativeconfig</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8265";>#8265</a>)</li>
   <li>Autoconfigure: Add file size validation in <code>OtlpConfigUtil</code> 
to avoid unsafe cast to <code>int</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8287";>#8287</a>)</li>
   <li>Declarative config: Fix collection fields to not be initialized to empty 
by default (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8356";>#8356</a>)</li>
   <li>Incubator: Add <code>EventToSpanEventBridge</code> to bridge log-based 
events to span events (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8372";>#8372</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Add <code>@Nullable</code> to <code>equalTo</code> value argument in 
<code>OpenTelemetryAssertions</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8301";>#8301</a>)</li>
   <li>Add <code>hasValueSatisfying</code> to <code>LongPointAssert</code> and 
<code>DoublePointAssert</code> for fuzzy value matching (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8328";>#8328</a>)</li>
   <li>Add <code>containsPointsSatisfying</code> to metric data asserts for 
&quot;each given assertion must be satisfied by at least one point, extras 
allowed&quot; checks on sum, gauge, histogram, exponential histogram, and 
summary data (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8329";>#8329</a>)</li>
   </ul>
   <h3>Project tooling</h3>
   <ul>
   <li>Add initial OSGi support (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7964";>#7964</a>)</li>
   <li>Promote <code>ApiUsageLogger</code> to <code>opentelemetry-common</code> 
public API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8318";>#8318</a>)</li>
   <li>Establish exception logging guidelines and fix inconsistent patterns 
across exporters and SDK (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8231";>#8231</a>)</li>
   <li>Add <code>*.impl.*</code> package naming convention for internal code 
with japicmp compatibility (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8325";>#8325</a>)</li>
   <li>Add Sonatype dependency audit to build (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8365";>#8365</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md";>io.opentelemetry:opentelemetry-api's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.62.0 (2026-05-08)</h2>
   <h3>API</h3>
   <h4>Context</h4>
   <ul>
   <li>Fix <a 
href="https://github.com/open-telemetry/opentelemetry-java/security/advisories/GHSA-rcgg-9c38-7xpx";>GHSA-rcgg-9c38-7xpx</a>:
 Apply limits to baggage entries for <code>W3CBaggagePropagator</code>, 
<code>OtTracePropagator</code>, <code>JaegerPropagator</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8378";>#8378</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Traces</h4>
   <ul>
   <li>Avoid <code>parentContext</code> allocation on span start for the common 
case
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8332";>#8332</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Add <code>setMaxExportBatchSize</code> to 
<code>PeriodicMetricReaderBuilder</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8296";>#8296</a>)</li>
   <li>Fix <code>PeriodicMetricReader</code> shutdown race that could drop the 
final flush
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8299";>#8299</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li><strong>BREAKING</strong> Prometheus: Change default server host from 
<code>0.0.0.0</code> to <code>localhost</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8298";>#8298</a>)</li>
   <li><strong>BREAKING</strong> Prometheus: Stop converting unit 
<code>&quot;1&quot;</code> to <code>&quot;ratio&quot;</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8252";>#8252</a>)</li>
   <li>OTLP: Fix null input handling in <code>StringEncoder</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8312";>#8312</a>)</li>
   <li>OTLP: Align proto field types and wire tag names in marshalers
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8293";>#8293</a>)</li>
   <li>OTLP: Fix <code>MarshalerUtil</code> <code>sizeRepeatedString</code> 
calculation
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8284";>#8284</a>)</li>
   <li>OTLP: Bound <code>JdkHttpSender</code> thread pool size to prevent 
unbounded thread creation
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8276";>#8276</a>)</li>
   <li>OTLP Profiles: Split profiles data model into separate 
<code>sdk-profiles</code> and JFR shim modules
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8207";>#8207</a>)</li>
   <li>OTLP Profiles: Publish alpha release of 
<code>opentelemetry-sdk-profiles</code> and
   <code>opentelemetry-exporter-otlp-profiles</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8351";>#8351</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li><strong>BREAKING</strong> Declarative config: Extract to new 
<code>opentelemetry-sdk-extension-declarative-config</code>
   artifact with new package 
<code>io.opentelemetry.sdk.autoconfigure.declarativeconfig</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8265";>#8265</a>)</li>
   <li>Autoconfigure: Add file size validation in <code>OtlpConfigUtil</code> 
to avoid unsafe cast to <code>int</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8287";>#8287</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/d03621fb3c3aa7f31d31b684ada2e9a8a93f158a";><code>d03621f</code></a>
 [release/v1.62.x] Prepare release 1.62.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8385";>#8385</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3a62b7aa82fd76c2b9218e574f517a7f8142c696";><code>3a62b7a</code></a>
 Prepare 1.62.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8378";>#8378</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/893910b7db64d9bda99173cf6ee0749c15aeb9f4";><code>893910b</code></a>
 docs: Expand SIG meeting welcoming language (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8383";>#8383</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/03837d3c1763bc35464aea1078671e2ef2336a5f";><code>03837d3</code></a>
 Apply baggage limits (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8380";>#8380</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/cdadad6389720f87ee80a6be1f96d9616ed3ead6";><code>cdadad6</code></a>
 Update dependency org.osgi:org.osgi.test.bom to v1.3.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8376";>#8376</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/8e0f196fcb37e9d5a8b098fdc8ef89f70655bd5e";><code>8e0f196</code></a>
 Update error-prone monorepo to v2.49.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8259";>#8259</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/2923430f34cf33851de4191c0411e0ff5b7645d9";><code>2923430</code></a>
 Add initial OSGi support (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7964";>#7964</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3f3780ca44a8c3260645ed89ade2ffcf5d9b0c7c";><code>3f3780c</code></a>
 Add guidance for null checking, promote ApiUsageLogger to 
opentelemetry-commo...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e224e1911952dd2319c4eaa182f3c484b88366e7";><code>e224e19</code></a>
 Port event span event bridge from contrib (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8372";>#8372</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/b29f3df1ff7dea14b8372999f54af40eca6c1fbb";><code>b29f3df</code></a>
 Update dependency com.google.api.grpc:proto-google-common-protos to v2.71.0 
(...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.60.1...v1.62.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.opentelemetry:opentelemetry-api&package-manager=maven&previous-version=1.60.1&new-version=1.62.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/ratis/network/alerts).
   
   </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