dependabot[bot] opened a new pull request, #3208: URL: https://github.com/apache/causeway/pull/3208
Bumps [io.opentelemetry.contrib:opentelemetry-maven-extension](https://github.com/open-telemetry/opentelemetry-java-contrib) from 1.50.0-alpha to 1.51.0-alpha. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java-contrib/releases">io.opentelemetry.contrib:opentelemetry-maven-extension's releases</a>.</em></p> <blockquote> <h2>Version 1.50.0</h2> <p>This release targets the OpenTelemetry Java Instrumentation <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.20.1">2.20.1</a>.</p> <p>Note: This release broadly applies some style guidelines across the repository. As a result, some classes that were visible might be package/private. Other non-final classes may now be final. See <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2182">#2182</a> and <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2210">#2210</a> and <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2212">#2212</a> and <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2212">#2213</a> for examples and details. These changes are not expected to break anyone, so please open an issue if this causes problems.</p> <h3>Baggage processor</h3> <ul> <li>Move baggage processor to the front of the processor list (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2152">#2152</a>)</li> <li>Add declarative configuration support (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2031">#2031</a>)</li> </ul> <h3>Disk buffering</h3> <ul> <li>Catching IllegalStateException in case of failed deserialization (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2157">#2157</a>)</li> <li>Apply final to public API classes where possible (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2216">#2216</a>)</li> <li>Handle empty attribute values (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2268">#2268</a>)</li> </ul> <h3>Inferred spans</h3> <ul> <li>Support dynamically changing the inferred span interval (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2153">#2153</a>)</li> </ul> <h3>JMX scraper</h3> <ul> <li>Implement stable <code>service.instance.id</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2270">#2270</a>)</li> </ul> <h3>Kafka exporter</h3> <ul> <li>Add Kafka connectivity error handling (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2202">#2202</a>)</li> </ul> <h3>OpAMP client</h3> <ul> <li>Move important user-facing classes out of 'internal' package (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2249">#2249</a>)</li> <li>Exponential backoff retries on http connection failures (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2274">#2274</a>)</li> </ul> <h3>Span stack traces</h3> <ul> <li>Add declarative configuration support (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2262">#2262</a>)</li> </ul> <h3>🙇 Thank you</h3> <p>This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:</p> <p><a href="https://github.com/atoulme"><code>@​atoulme</code></a> <a href="https://github.com/boguszpawlowski"><code>@​boguszpawlowski</code></a> <a href="https://github.com/breedx-splk"><code>@​breedx-splk</code></a> <a href="https://github.com/copilot-swe-agent"><code>@​copilot-swe-agent</code></a> <a href="https://github.com/Ejdangerfield"><code>@​Ejdangerfield</code></a> <a href="https://github.com/JacekPietrasSpotOn"><code>@​JacekPietrasSpotOn</code></a> <a href="https://github.com/jackshirazi"><code>@​jackshirazi</code></a> <a href="https://github.com/jaydeluca"><code>@​jaydeluca</code></a></p> <!-- 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-contrib/blob/main/CHANGELOG.md">io.opentelemetry.contrib:opentelemetry-maven-extension's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Unreleased</h2> <h2>Version 1.51.0 (2025-10-20)</h2> <h3>AWS X-Ray SDK support and propagator</h3> <ul> <li>Add AWS X-Ray adaptive sampling support (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2147">#2147</a>).</li> </ul> <h3>Common Expression Language sampler - New 🌟</h3> <p>A rule-based sampler backed by Common Expression Language (CEL) expressions for declarative sampling rules</p> <h3>Disk buffering</h3> <ul> <li>Implement the disk buffering API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2183">#2183</a>).</li> </ul> <h3>Inferred spans</h3> <ul> <li>Return the previous profiler interval from <code>setInterval</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2354">#2354</a>).</li> </ul> <h3>OpAMP client</h3> <ul> <li>Restore the client parameter to OpAMP callbacks (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2336">#2336</a>).</li> </ul> <h2>Version 1.50.0 (2025-09-26)</h2> <p>Note: This release broadly applies some style guidelines across the repository. As a result, some classes that were visible might be package/private. Other non-final classes may now be final. See <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2182">#2182</a> and <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2210">#2210</a> and <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2212">#2212</a> and <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2212">#2213</a> for examples and details. These changes are not expected to break anyone, so please open an issue if this causes problems.</p> <h3>Baggage processor</h3> <ul> <li>Move baggage processor to the front of the processor list (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2152">#2152</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-java-contrib/commits">compare view</a></li> </ul> </details> <br /> [](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 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]
