dependabot[bot] opened a new pull request, #1384: URL: https://github.com/apache/cxf/pull/1384
Bumps [io.opentelemetry:opentelemetry-semconv](https://github.com/open-telemetry/opentelemetry-java) from 1.28.0-alpha to 1.29.0-alpha. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-semconv's releases</a>.</em></p> <blockquote> <h2>Version 1.28.0</h2> <p><a href="https://github.com/open-telemetry/opentelemetry-java/blob/HEAD/sdk-extensions/autoconfigure">opentelemetry-sdk-extension-autoconfigure</a> is now stable! See "SDK Extension" notes below for changes made prior to stabilization.</p> <h3>SDK</h3> <h4>Metrics</h4> <ul> <li>Make Advice proper immutable class (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5532">#5532</a>)</li> <li>Show attributes when async instruments record duplicate measurements (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5542">#5542</a>)</li> <li>After cardinality limit exceeded record measurements to overflow series (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5560">#5560</a>)</li> </ul> <h4>Exporter</h4> <ul> <li>Add HttpSender abstraction with OkHttp implementation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5505">#5505</a>)</li> <li>Add HttpSenderProvider SPI (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5533">#5533</a>)</li> <li>Add JDK 11+ HttpClient HttpSender implementation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5557">#5557</a>)</li> <li>Remove unnecessary :exporter:otlp:common dependencies (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5535">#5535</a>)</li> <li>Fix OTLP exporter artifact name in an error message (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5541">#5541</a>)</li> <li>Stabilize RetryPolicy API for OTLP exporters (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5524">#5524</a>)</li> <li>DEPRECATION: <code>opentelemetry-exporter-jaeger</code> and <code>opentelemetry-exporter-jaeger-thrift</code> are now deprecated with the last release planned for 1.34.0 (January 2024) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5190">#5190</a>)</li> </ul> <h4>SDK Extensions</h4> <ul> <li>Mark opentelemetry-sdk-extension-autoconfigure as stable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5577">#5577</a>)</li> <li>Refactor autoconfigure registerShutdownHook(boolean) to disableShutdownHook() (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5565">#5565</a>)</li> <li>AutoConfiguredOpenTelemetrySdkBuilder does not set GlobalOpenTelemetry by default (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5564">#5564</a>)</li> <li>Add public API to autoconfigure to access environment resource (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5554">#5554</a>)</li> <li>Move autoconfigure getConfig to internal, remove getResource (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5467">#5467</a>)</li> <li>Add autoconfigure support for low memory metric temporality setting (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5558">#5558</a>)</li> <li>DEPRECATION: zpages extension from opentelemetry-sdk-extension-incubator is now deprecated (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5578">#5578</a>)</li> </ul> <h3>Project tooling</h3> <ul> <li>Publish build scans to ge.opentelemetry.io (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5510">#5510</a>)</li> <li>Update Gradle Wrapper from 8.0.1 to 8.1.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5531">#5531</a>)</li> <li>Add action to auto update gradle wrapper (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5511">#5511</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/bogdandrutu"><code>@​bogdandrutu</code></a> <a href="https://github.com/breedx-splk"><code>@​breedx-splk</code></a> <a href="https://github.com/brunobat"><code>@​brunobat</code></a> <a href="https://github.com/damian-les"><code>@​damian-les</code></a> <a href="https://github.com/jack-berg"><code>@​jack-berg</code></a> <a href="https://github.com/jkwatson"><code>@​jkwatson</code></a> <a href="https://github.com/jsuereth"><code>@​jsuereth</code></a> <a href="https://github.com/mateuszrzeszutek"><code>@​mateuszrzeszutek</code></a> <a href="https://github.com/trask"><code>@​trask</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/blob/main/CHANGELOG.md">io.opentelemetry:opentelemetry-semconv's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Unreleased</h2> <h2>Version 1.29.0 (2023-08-11)</h2> <h3>API</h3> <ul> <li>Update Span javadoc to allow null/empty attr values (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5616">#5616</a>)</li> </ul> <h3>SDK</h3> <ul> <li>Add Sdk{Signal}ProviderBuilder#addResource(Resource) method to merge Resource with current (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5619">#5619</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Add LongHistogramAdviceConfigurer to improve api surface types (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5689">#5689</a>)</li> <li>Instruments with names which are case-insensitive equal contribute to same metric, advice is not part of instrument identity. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5701">#5701</a>)</li> </ul> <h4>Exporter</h4> <ul> <li>Add OtlpHttp{Signal}Exporter#toBuilder() methods (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5652">#5652</a>)</li> <li>Add OtlpGrpc{Signal}Exporter#toBuilder() methods (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5680">#5680</a>)</li> <li>Add #toString to OTLP exporters (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5686">#5686</a>)</li> <li>Break out GrpcSender, GrpcSenderProvider (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5617">#5617</a>)</li> </ul> <h4>SDK Extensions</h4> <ul> <li>BREAKING: Delete zpages (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5611">#5611</a>)</li> <li>Initialize file configuration with generated model classes and parse method (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5399">#5399</a>)</li> <li>Refactor SpiUtil to improve mocking (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5679">#5679</a>)</li> <li>Switch from snakeyaml to snakeyaml engine (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5691">#5691</a>)</li> <li>Add experimental autoconfigure support for customizing cardinality limit (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5659">#5659</a>)</li> <li>Reorganize autoconfigure docs by signal (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5665">#5665</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/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]
