dependabot[bot] opened a new pull request, #3760: URL: https://github.com/apache/causeway/pull/3760
Bumps [io.opentelemetry.contrib:opentelemetry-maven-extension](https://github.com/open-telemetry/opentelemetry-java-contrib) from 1.59.0-alpha to 1.60.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.59.0</h2> <p>This release targets the OpenTelemetry Java Instrumentation <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.30.0">2.30.0</a>.</p> <h3>:warning: Breaking changes</h3> <ul> <li>Declarative config YAML now only accepts integer millisecond values for duration properties. Users should no longer specify <code>ms</code> as a suffix in duration literals (eg. <code>100ms</code> should be given as just <code>100</code>). (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2988">#2988</a>)</li> </ul> <h3>Disk buffering</h3> <ul> <li>Replace the read-after-write delay with atomic rename: the writer now appends to <code><timestamp>.tmp</code> and atomically renames to its final numeric name on close, so finalized files become visible to the reader immediately. Orphan <code>*.tmp</code> files left behind by an unclean shutdown are recovered on the next storage open. The <code>minFileAgeForReadMillis</code> default changes from <code>33s</code> to <code>0</code> and is no longer required to be greater than <code>maxFileAgeForWriteMillis</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2897">#2897</a>)</li> </ul> <h3>Dynamic control</h3> <ul> <li>Align to name and ID in spec for policies (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2926">#2926</a>)</li> <li>Add identity to existing policy classes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2942">#2942</a>)</li> <li>Add deleted policy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2943">#2943</a>)</li> <li>Apply deleted policy to telemetry policy deletion flow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2944">#2944</a>)</li> <li>Make TelemetryPolicy an interface (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2948">#2948</a>)</li> <li>Refactor sourceKey to policyId to align to spec (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2949">#2949</a>)</li> <li>Add initializing from declarative config. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2967">#2967</a>)</li> <li>Align aggregation to spec (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2960">#2960</a>)</li> <li>Add priority ordering to sources (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2970">#2970</a>)</li> <li>Add SourceKind to TelemetryPolicy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2972">#2972</a>)</li> <li>Sampling rate is only changed if it has changed value (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2957">#2957</a>)</li> <li>SourceKind is now propagated across validation and policy creation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2973">#2973</a>)</li> <li>Drop comparable policies according to priority for an update (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2974">#2974</a>)</li> <li>Add change checking for file & http sources (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2975">#2975</a>)</li> <li>Refactor OpampPolicyProvider for other PolicyProviders (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2987">#2987</a>)</li> </ul> <h3>GCP resources</h3> <ul> <li>Add a limit on the metadata server response body size read into memory at once by the resource detector (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2883">#2883</a>)</li> </ul> <h3>IBM MQ metrics</h3> <ul> <li>Queue manager uptime is now reported (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2835">#2835</a>)</li> <li>Update metric unit from 'microseconds' to 'us' (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2887">#2887</a>)</li> <li>Remove the in development notice of the IBM MQ metrics component and move it to beta (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2982">#2982</a>)</li> </ul> <h3>OpAMP client</h3> <ul> <li>Add the ability to receive custom messages (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2990">#2990</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></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.60.0 (2026-08-28)</h2> <h3>:warning: Breaking changes</h3> <ul> <li>Remove the deprecated <code>EventToSpanEventBridge</code> log processor and its declarative configuration entry. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/3029">#3029</a>)</li> </ul> <h3>Dynamic control</h3> <ul> <li>Fix policy parsing for JSON and line-based configurations so valid policies are accepted consistently. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/3010">#3010</a>)</li> </ul> <h3>GCP authentication extension</h3> <ul> <li>Add support for ID token authentication for GCP exports. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2999">#2999</a>)</li> </ul> <h2>Version 1.59.0 (2026-07-24)</h2> <h3>:warning: Breaking changes</h3> <ul> <li>Declarative config YAML now only accepts integer millisecond values for duration properties. Users should no longer specify <code>ms</code> as a suffix in duration literals (eg. <code>100ms</code> should be given as just <code>100</code>). (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2988">#2988</a>)</li> </ul> <h3>Disk buffering</h3> <ul> <li>Replace the read-after-write delay with atomic rename: the writer now appends to <code><timestamp>.tmp</code> and atomically renames to its final numeric name on close, so finalized files become visible to the reader immediately. Orphan <code>*.tmp</code> files left behind by an unclean shutdown are recovered on the next storage open. The <code>minFileAgeForReadMillis</code> default changes from <code>33s</code> to <code>0</code> and is no longer required to be greater than <code>maxFileAgeForWriteMillis</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2897">#2897</a>)</li> </ul> <h3>Dynamic control</h3> <ul> <li>Align to name and ID in spec for policies (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2926">#2926</a>)</li> <li>Add identity to existing policy classes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2942">#2942</a>)</li> <li>Add deleted policy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-contrib/pull/2943">#2943</a>)</li> <li>Apply deleted policy to telemetry policy deletion flow</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]
