dependabot[bot] opened a new pull request, #3477: URL: https://github.com/apache/causeway/pull/3477
Bumps [io.opentelemetry.contrib:opentelemetry-maven-extension](https://github.com/open-telemetry/opentelemetry-java-contrib) from 1.54.0-alpha to 1.55.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.54.0</h2> <p>This release targets the OpenTelemetry Java Instrumentation <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.25.0">2.25.0</a>.</p> <h3>Compressors</h3> <ul> <li>Update zstd compressor to use new Compressor SPI from SDK (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2625">#2625</a>)</li> </ul> <h3>Disk buffering</h3> <ul> <li>Add support for complex attributes (arrays, nested structures) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2625">#2625</a>)</li> <li>Fix IllegalArgumentException: Unrecognized AnyValue type on empty LogRecord.body (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2529">#2529</a>)</li> </ul> <h3>Dynamic control</h3> <ul> <li>Add initial TelemetryPolicy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2592">#2592</a>)</li> <li>Add trace sampling validation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2604">#2604</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/breedx-splk"><code>@​breedx-splk</code></a> <a href="https://github.com/dshkil"><code>@​dshkil</code></a> <a href="https://github.com/dshkil-spoton"><code>@​dshkil-spoton</code></a> <a href="https://github.com/jack-berg"><code>@​jack-berg</code></a> <a href="https://github.com/jackshirazi"><code>@​jackshirazi</code></a> <a href="https://github.com/jaydeluca"><code>@​jaydeluca</code></a> <a href="https://github.com/jkwatson"><code>@​jkwatson</code></a> <a href="https://github.com/laurit"><code>@​laurit</code></a> <a href="https://github.com/LikeTheSalad"><code>@​LikeTheSalad</code></a> <a href="https://github.com/MikeGoldsmith"><code>@​MikeGoldsmith</code></a> <a href="https://github.com/oertl"><code>@​oertl</code></a> <a href="https://github.com/trask"><code>@​trask</code></a> <a href="https://github.com/zeitlinger"><code>@​zeitlinger</code></a></p> </blockquote> </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.55.0 (2026-03-31)</h2> <h3>Disk buffering</h3> <ul> <li>Add configuration option for explicit removal in the disk buffering iterator (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2560">#2560</a>)</li> <li>Replace CompletableFuture with CompletableResultCode (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2670">#2670</a>)</li> <li>Replace IllegalStateException with EOFException in readRawVarint32 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2687">#2687</a>)</li> <li>Apply upstream fixes to the disk buffering implementation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2694">#2694</a>)</li> </ul> <h3>Dynamic control</h3> <ul> <li>Add trace sampling-rate implementer (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2634">#2634</a>)</li> <li>Add json and keyvalue parsing and mapping (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2655">#2655</a>)</li> <li>Move away from JSON requirement (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2652">#2652</a>)</li> <li>Refactor trace sampling into specific subpackage (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2698">#2698</a>)</li> <li>Add jsonkeyvalue source (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2702">#2702</a>)</li> <li>Step 1 in transition to simpler validation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2703">#2703</a>)</li> <li>Move to using SourceWrapper, simplifying parsing (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2708">#2708</a>)</li> <li>Complete the jsonkeyvalue and simpler validation migration (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2715">#2715</a>)</li> <li>Refactor TYPE to POLICY_TYPE for clarity (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2720">#2720</a>)</li> <li>Add SourceKind as sources are a known list (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2722">#2722</a>)</li> <li>Add policy store (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2721">#2721</a>)</li> </ul> <h3>Build</h3> <ul> <li>Replace NVD with Sonatype OSS Index (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2689">#2689</a>)</li> <li>Fix OSS Index Audit again (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2706">#2706</a>)</li> <li>Fix release workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2639">#2639</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 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]
