Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the centralized-integration-deps group across 1 directory with 4 updates #1300

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2025

Bumps the centralized-integration-deps group with 4 updates in the /centralized-sampling-tests/integration-tests directory: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha, io.opentelemetry.contrib:opentelemetry-aws-xray, com.jayway.jsonpath:json-path and io.spring.dependency-management.

Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 1.32.0-alpha to 2.13.1-alpha

Release notes

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's releases.

Version 2.13.0

This release targets the OpenTelemetry SDK 1.47.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

Migration notes

  • io.opentelemetry.instrumentation.api.incubator.semconv.util.SpanNames has been deprecated, replaced by the stable io.opentelemetry.instrumentation.api.semconv.util.SpanNames
  • In preparation for stabilizing HTTP library instrumentation, the classes and methods that were deprecated in the prior two releases have now been removed (#13135, #13150)
  • Deprecated Dubbo instrumentation method was removed (#13076)

🌟 New javaagent instrumentation

  • jdk.httpserver instrumentation (#13243)

🌟 New library instrumentation

  • jdk.httpserver instrumentation (#13243)

📈 Enhancements

  • Add database client metrics to Lettuce instrumentation (#13032)
  • Stabilize io.opentelemetry.instrumentation.api.semconv.util.SpanNames (#12487)
  • Implement ExtendedTextMapGetter in http server instrumentations (#13053)
  • Implement ExtendedTextMapGetter in kafka-clients instrumentation (#13068)
  • Scrub system property secrets from process resource attribute values (#13225)
  • Add database client metrics to AWS SDK 2.x DynamoDB instrumentation (#13283)
  • Add runtime metrics to Spring boot starter (#13173)

🛠️ Bug fixes

  • Fix akka shutdown hanging (#13073)
  • Fix MalformedInputException on z/OS (#13042)
  • Fix scope leak in aws sdk instrumentation (#13129)
  • Fix MapConverter does not get initialized when OTEL_SDK_DISABLED is set to true (#13224)
  • Fix logback appender on android (#13234)
  • Fix Ktor 3 CallLogging and StatusPages don't have Trace IDs (#13239)
  • Fix Micrometer-bridge breaking Spring Actuator metrics (#13083)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​adrielp @​AlchemyDing @​bencehornak @​breedx-splk @​brunobat @​chalin @​e5l

... (truncated)

Changelog

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's changelog.

Changelog

Unreleased

Migration notes

  • The java.net.http.HttpClient instrumentation package io.opentelemetry.instrumentation.httpclient was deprecated in favor of the new package name io.opentelemetry.instrumentation.javahttpclient

Version 2.13.1 (2025-02-18)

🛠️ Bug fixes

  • Backport: Fix double instrumentation of Java runtime metrics (#13339)

Version 2.13.0 (2025-02-17)

Migration notes

  • io.opentelemetry.instrumentation.api.incubator.semconv.util.SpanNames has been deprecated, replaced by the stable io.opentelemetry.instrumentation.api.semconv.util.SpanNames
  • In preparation for stabilizing HTTP library instrumentation, the classes and methods that were deprecated in the prior two releases have now been removed (#13135, #13150)
  • Deprecated Dubbo instrumentation method was removed (#13076)

🌟 New javaagent instrumentation

  • jdk.httpserver instrumentation (#13243)

🌟 New library instrumentation

  • jdk.httpserver instrumentation (#13243)

📈 Enhancements

  • Add database client metrics to Lettuce instrumentation (#13032)
  • Stabilize io.opentelemetry.instrumentation.api.semconv.util.SpanNames (#12487)
  • Implement ExtendedTextMapGetter in http server instrumentations (#13053)
  • Implement ExtendedTextMapGetter in kafka-clients instrumentation (#13068)

... (truncated)

Commits

Updates io.opentelemetry.contrib:opentelemetry-aws-xray from 1.32.0 to 1.44.0

Release notes

Sourced from io.opentelemetry.contrib:opentelemetry-aws-xray's releases.

Version 1.44.0

This release targets the OpenTelemetry Java Instrumentation 2.13.1.

AWS resources

  • Changed resource attribute container.image.tag to container.image.tags (#1736)

AWS X-Ray propagator

  • Make xray-lambda propagator available via SPI (#1669)
  • Support Lineage in XRay trace header and remove additional baggage from being added (#1671)

CloudFoundry resources - New 🌟

CloudFoundry resource detector.

Disk buffering

  • Use delegate's temporality (#1672)

GCP authentication extension

  • Publish both shaded and unshaded variants (#1688)

JMX metrics

  • Updated Hadoop metric unit definitions to align with semantic conventions (#1675)
  • Updated Kafka metric unit definitions to align with semantic conventions (#1670)

JMX scraper

  • Use SDK autoconfigure module (#1651)
  • Rename otel.jmx.custom.scraping.config to otel.jmx.config in order to align with io.opentelemetry.instrumentation:opentelemetry-jmx-metrics (#1678)
  • Hadoop metrics added (#1675)
  • Add a CLI option to test the connection (#1684)
  • Kafka server, producer, and consumer metrics added (#1670)
  • Add custom YAML support (#1741)
  • Add SSL support (#1710)
  • Replicate JMXMP/SASL config from the JMX metrics module (#1749)

Maven extension

  • Support Maven 4.0 (#1679)

Processors

  • Changed EventToSpanEventBridge from reading event.name to reading the new LogRecord EventName field. (#1736)

Static instrumenter

... (truncated)

Changelog

Sourced from io.opentelemetry.contrib:opentelemetry-aws-xray's changelog.

Version 1.44.0 (2025-02-21)

AWS resources

  • Changed resource attribute container.image.tag to container.image.tags (#1736)

AWS X-Ray propagator

  • Make xray-lambda propagator available via SPI (#1669)
  • Support Lineage in XRay trace header and remove additional baggage from being added (#1671)

CloudFoundry resources - New 🌟

CloudFoundry resource detector.

Disk buffering

  • Use delegate's temporality (#1672)

GCP authentication extension

  • Publish both shaded and unshaded variants (#1688)

JMX metrics

  • Updated Hadoop metric unit definitions to align with semantic conventions (#1675)
  • Updated Kafka metric unit definitions to align with semantic conventions (#1670)

JMX scraper

  • Use SDK autoconfigure module (#1651)
  • Rename otel.jmx.custom.scraping.config to otel.jmx.config in order to align with io.opentelemetry.instrumentation:opentelemetry-jmx-metrics (#1678)
  • Hadoop metrics added (#1675)
  • Add a CLI option to test the connection (#1684)
  • Kafka server, producer, and consumer metrics added (#1670)
  • Add custom YAML support (#1741)

... (truncated)

Commits
  • ca9e480 [release/v1.44.x] Prepare release 1.44.0 (#1760)
  • 2858a2c Add CloudFoundry Resource Provider (#1613)
  • 539e0ef Update change log for upcoming release (#1746)
  • 4ff9055 fix(deps): update dependency com.github.luben:zstd-jni to v1.5.7-1 (#1751)
  • 023c02b jmx-scraper replicate and document jmxmp/sasl config (#1749)
  • 453c0c1 fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-i...
  • 15be817 Improve Contributing Guide (#1680)
  • b079b13 fix(deps): update dependency org.testcontainers:kafka to v1.20.5 (#1756)
  • 2ae7075 Remove static instrumenter module (#1755)
  • fb98ed2 fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-i...
  • Additional commits viewable in compare view

Updates com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0

Release notes

Sourced from com.jayway.jsonpath:json-path's releases.

json-path-2.9.0

What's Changed

New Contributors

Full Changelog: json-path/JsonPath@json-path-2.8.0...json-path-2.9.0

Commits

Updates io.spring.dependency-management from 1.1.4 to 1.1.7

Release notes

Sourced from io.spring.dependency-management's releases.

v1.1.7

🐞 Bug Fixes

  • Dependency management report task produces a deprecation warning with Gradle 8.12-rc-1 #400
  • ExclusionResolver makes assumptions that won't hold true with Gradle 9 #394

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​octylFractal

v1.1.6

🐞 Bug Fixes

  • Applying Maven-style exclusions may cause a deprecation warning with Gradle 8.8 #384

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​quaff

v1.1.5

🐞 Bug Fixes

  • When a dependency has been substituted by changing its target, its version is managed based on its original group and artifact IDs #383
  • Plugin triggers a deprecation warning for LenientConfiguration#getArtifacts(Spec) with Gradle 8.8 #381
  • Exclusions are calculated unnecessarily for non-transitive configurations #372

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​fp7

Commits
  • 99c6a87 Release v1.1.7
  • e870ef7 Address another deprecation warning in report take
  • fc43f90 Stop report task from triggering a deprecation warning
  • 0d1b43d Merge pull request #394 from octylFractal
  • 09853a2 Check for ModuleComponentIdentifier explicitly
  • e85cd28 Next development version (v1.1.7-SNAPSHOT)
  • caad92a Apply exclusions earlier to avoid deprecation warning
  • 68f86ea Merge pull request #387 from quaff
  • 4d44a45 Remove stray backtick
  • 90d9e1a Rename property to address naming clash
  • Additional commits viewable in compare view

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

Bumps the centralized-integration-deps group with 4 updates in the /centralized-sampling-tests/integration-tests directory: [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation), [io.opentelemetry.contrib:opentelemetry-aws-xray](https://github.com/open-telemetry/opentelemetry-java-contrib), [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) and [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin).


Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 1.32.0-alpha to 2.13.1-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits)

Updates `io.opentelemetry.contrib:opentelemetry-aws-xray` from 1.32.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java-contrib@v1.32.0...v1.44.0)

Updates `com.jayway.jsonpath:json-path` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](json-path/JsonPath@json-path-2.8.0...json-path-2.9.0)

Updates `io.spring.dependency-management` from 1.1.4 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.4...v1.1.7)

---
updated-dependencies:
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: centralized-integration-deps
- dependency-name: io.opentelemetry.contrib:opentelemetry-aws-xray
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: centralized-integration-deps
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: centralized-integration-deps
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: centralized-integration-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 25, 2025 17:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Java SDK labels Feb 25, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2025

Superseded by #1307.

@dependabot dependabot bot closed this Mar 4, 2025
@dependabot dependabot bot deleted the dependabot/gradle/centralized-sampling-tests/integration-tests/centralized-integration-deps-2661556fea branch March 4, 2025 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Java SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants