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 java-sample-app-deps group across 1 directory with 17 updates #1296

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the java-sample-app-deps group with 17 updates in the /sample-apps/java-sample-app directory:

Package From To
io.opentelemetry:opentelemetry-api 1.44.1 1.47.0
software.amazon.awssdk:bom 2.29.16 2.30.22
org.yaml:snakeyaml 2.3 2.4
org.apache.logging.log4j:log4j-api 2.24.1 2.24.3
org.apache.logging.log4j:log4j-core 2.24.1 2.24.3
software.amazon.opentelemetry:aws-opentelemetry-agent 1.32.5 1.33.0
io.opentelemetry:opentelemetry-bom 1.44.1 1.47.0
io.opentelemetry.contrib:opentelemetry-aws-xray-propagator 1.40.0-alpha 1.43.0-alpha
io.opentelemetry.contrib:opentelemetry-aws-xray 1.40.0 1.43.0
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha 2.10.0-alpha 2.13.0-alpha
io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0 2.10.0-alpha 2.13.0-alpha
com.fasterxml.jackson:jackson-bom 2.18.1 2.18.2
org.junit.jupiter:junit-jupiter-api 5.11.3 5.11.4
org.junit.jupiter:junit-jupiter-engine 5.11.3 5.11.4
io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi 1.44.1 1.47.0
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api 2.10.0 2.13.0
io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api 2.10.0-alpha 2.13.0-alpha

Updates io.opentelemetry:opentelemetry-api from 1.44.1 to 1.47.0

Release notes

Sourced from io.opentelemetry:opentelemetry-api's releases.

Version 1.47.0

API

Incubator

  • Make ExtendedTracer easier to use (#6943)
  • Add ExtendedLogRecordBuilder#setEventName and corresponding SDK and OTLP serialization (#7012)
  • BREAKING: Drop event API / SDK (#7053)

SDK

  • Remove -alpha artifacts from runtime classpath of stable components (#6944)

Traces

  • Bugfix: Follow spec on span limits, batch processors (#7030)
  • Add experimental SdkTracerProvider.setScopeConfigurator(ScopeConfigurator) for updating TracerConfig at runtime (#7021)

Profiles

  • Add AttributeKeyValue abstraction to common otlp exporters (#7026)
  • Improve profiles attribute table handling (#7031)

Exporters

  • Interpret timeout zero value as no limit (#7023)
  • Bugfix - OTLP: Fix concurrent span reusable data marshaler (#7041)
  • OTLP: Add ability to customize retry exception predicate (#6991)
  • OTLP: Expand default OkHttp sender retry exception predicate (#7047, #7057)

Extensions

  • Autoconfigure: Consistent application of exporter customizers when otel.{signal}.exporter=none (#7017)
  • Autoconfigure: Promote EnvironmentResourceProvider to public API (#7052)
  • Autoconfigure: Ensure OTEL_PROPAGATORS still works when OTEL_SDK_DISABLED=true. (#7062)%

Testing

  • Add W3CBaggagePropagator to OpenTelemetryRule, OpenTelemetryExtension. (#7056)

🙇 Thank you

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

@​breedx-splk @​edeweerd1A @​jack-berg @​jackshirazi @​jhalliday @​jkwatson

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-api's changelog.

Version 1.47.0 (2025-02-07)

API

Incubator

  • Make ExtendedTracer easier to use (#6943)
  • Add ExtendedLogRecordBuilder#setEventName and corresponding SDK and OTLP serialization (#7012)
  • BREAKING: Drop event API / SDK (#7053)

SDK

  • Remove -alpha artifacts from runtime classpath of stable components (#6944)

Traces

  • Bugfix: Follow spec on span limits, batch processors (#7030)
  • Add experimental SdkTracerProvider.setScopeConfigurator(ScopeConfigurator) for updating TracerConfig at runtime (#7021)

Profiles

  • Add AttributeKeyValue abstraction to common otlp exporters (#7026)
  • Improve profiles attribute table handling (#7031)

Exporters

  • Interpret timeout zero value as no limit (#7023)
  • Bugfix - OTLP: Fix concurrent span reusable data marshaler (#7041)
  • OTLP: Add ability to customize retry exception predicate (#6991)
  • OTLP: Expand default OkHttp sender retry exception predicate (#7047, #7057)

Extensions

  • Autoconfigure: Consistent application of exporter customizers when otel.{signal}.exporter=none (#7017)
  • Autoconfigure: Promote EnvironmentResourceProvider to public API

... (truncated)

Commits
  • f97bea8 [release/v1.47.x] Prepare release 1.47.0 (#7085)
  • 355d17f Prepare 1.47.0 (#7078)
  • 19650df fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.19 (...
  • a17dcd5 fix(deps): update dependency me.champeau.jmh:jmh-gradle-plugin to v0.7.3 (#7054)
  • e075cc1 chore(deps): update plugin org.graalvm.buildtools.native to v0.10.5 (#7066)
  • 22b6fea chore(deps): update gradle/actions action to v4.3.0 (#7060)
  • ab24130 chore(deps): update plugin com.gradleup.shadow to v8.3.6 (#7063)
  • a5739eb Spec compliance: OTEL_PROPAGATORS should still work when OTEL_SDK_DISABLED (#...
  • d16cad3 feat(sdk-testing): Add W3CBaggagePropagator to test utils (#7056)
  • 2fcd5f5 Add OSSF Scorecard code scanning (#7067)
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:bom from 2.29.16 to 2.30.22

Updates org.yaml:snakeyaml from 2.3 to 2.4

Commits
  • c2f88df [maven-release-plugin] prepare for next development iteration
  • f303695 Merge branch 'master' into build-21
  • 85fa309 Update changes
  • a9a6534 Merge branch 'master' into remove-custom-base64
  • ee85b4f Fix Base64
  • c39afe5 Use tests for Java 8
  • df56322 Merge branch 'master' into ds/checkToken
  • 95bd06b Merge pull request #13 from schlosna/ds/checkToken
  • ccc1be2 Update changes.xml
  • 0487ff4 Update changes.xml
  • Additional commits viewable in compare view

Updates org.apache.logging.log4j:log4j-api from 2.24.1 to 2.24.3

Updates org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.3

Updates software.amazon.opentelemetry:aws-opentelemetry-agent from 1.32.5 to 1.33.0

Release notes

Sourced from software.amazon.opentelemetry:aws-opentelemetry-agent's releases.

Release v1.33.0

Contains the patched version of OpenTelemetry Instrumentation for Java - 1.33.0

This release also publishes the ADOT Java auto-instrumentation Docker image v1.33.0 into our public ECR repository: public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.33.0

Check out the release notes for upstream version

https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.0

Release v1.32.6

Contains the patched version of OpenTelemetry Instrumentation for Java - 1.32.1

This release also publishes the ADOT Java auto-instrumentation Docker image v1.32.6 into our public ECR repository: public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.6

Check out the release notes for upstream version

Commits
  • 6c942c6 Update dependencies and Otel to v1.33.0 (#988)
  • f696f40 Update gen ai contract tests in v1.33.x patch branch (#987)
  • 5ea8459 Updating Lambda Patch v1.33.6 + Fast Startup capability (#986)
  • dc6ba37 Migrate logging to debug exporter to match with latest otel colletor. (#984)
  • 448d680 Support new semantice conventions. (#972)
  • 12f770e Upgrade to utilize latest otel V1.33.6 (#960)
  • f3c87ee Update image scan workflow to v1.32.6 (#970)
  • 7df4423 Revert bedrock runtime change. (#966)
  • eae57c5 APIGW + Lambda sample app (#961)
  • c00d3af Add Contract Tests for SecretsManager, StepFunctions, and SNS (#958)
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-bom from 1.44.1 to 1.47.0

Release notes

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

Version 1.47.0

API

Incubator

  • Make ExtendedTracer easier to use (#6943)
  • Add ExtendedLogRecordBuilder#setEventName and corresponding SDK and OTLP serialization (#7012)
  • BREAKING: Drop event API / SDK (#7053)

SDK

  • Remove -alpha artifacts from runtime classpath of stable components (#6944)

Traces

  • Bugfix: Follow spec on span limits, batch processors (#7030)
  • Add experimental SdkTracerProvider.setScopeConfigurator(ScopeConfigurator) for updating TracerConfig at runtime (#7021)

Profiles

  • Add AttributeKeyValue abstraction to common otlp exporters (#7026)
  • Improve profiles attribute table handling (#7031)

Exporters

  • Interpret timeout zero value as no limit (#7023)
  • Bugfix - OTLP: Fix concurrent span reusable data marshaler (#7041)
  • OTLP: Add ability to customize retry exception predicate (#6991)
  • OTLP: Expand default OkHttp sender retry exception predicate (#7047, #7057)

Extensions

  • Autoconfigure: Consistent application of exporter customizers when otel.{signal}.exporter=none (#7017)
  • Autoconfigure: Promote EnvironmentResourceProvider to public API (#7052)
  • Autoconfigure: Ensure OTEL_PROPAGATORS still works when OTEL_SDK_DISABLED=true. (#7062)%

Testing

  • Add W3CBaggagePropagator to OpenTelemetryRule, OpenTelemetryExtension. (#7056)

🙇 Thank you

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

@​breedx-splk @​edeweerd1A @​jack-berg @​jackshirazi @​jhalliday @​jkwatson

... (truncated)

Changelog

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

Version 1.47.0 (2025-02-07)

API

Incubator

  • Make ExtendedTracer easier to use (#6943)
  • Add ExtendedLogRecordBuilder#setEventName and corresponding SDK and OTLP serialization (#7012)
  • BREAKING: Drop event API / SDK (#7053)

SDK

  • Remove -alpha artifacts from runtime classpath of stable components (#6944)

Traces

  • Bugfix: Follow spec on span limits, batch processors (#7030)
  • Add experimental SdkTracerProvider.setScopeConfigurator(ScopeConfigurator) for updating TracerConfig at runtime (#7021)

Profiles

  • Add AttributeKeyValue abstraction to common otlp exporters (#7026)
  • Improve profiles attribute table handling (#7031)

Exporters

  • Interpret timeout zero value as no limit (#7023)
  • Bugfix - OTLP: Fix concurrent span reusable data marshaler (#7041)
  • OTLP: Add ability to customize retry exception predicate (#6991)
  • OTLP: Expand default OkHttp sender retry exception predicate (#7047, #7057)

Extensions

  • Autoconfigure: Consistent application of exporter customizers when otel.{signal}.exporter=none (#7017)
  • Autoconfigure: Promote EnvironmentResourceProvider to public API

... (truncated)

Commits
  • f97bea8 [release/v1.47.x] Prepare release 1.47.0 (#7085)
  • 355d17f Prepare 1.47.0 (#7078)
  • 19650df fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.19 (...
  • a17dcd5 fix(deps): update dependency me.champeau.jmh:jmh-gradle-plugin to v0.7.3 (#7054)
  • e075cc1 chore(deps): update plugin org.graalvm.buildtools.native to v0.10.5 (#7066)
  • 22b6fea chore(deps): update gradle/actions action to v4.3.0 (#7060)
  • ab24130 chore(deps): update plugin com.gradleup.shadow to v8.3.6 (#7063)
  • a5739eb Spec compliance: OTEL_PROPAGATORS should still work when OTEL_SDK_DISABLED (#...
  • d16cad3 feat(sdk-testing): Add W3CBaggagePropagator to test utils (#7056)
  • 2fcd5f5 Add OSSF Scorecard code scanning (#7067)
  • Additional commits viewable in compare view

Updates io.opentelemetry.contrib:opentelemetry-aws-xray-propagator from 1.40.0-alpha to 1.43.0-alpha

Release notes

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

Version 1.42.0

AWS X-Ray SDK support

  • Update semconv dependency version (#1585)

Baggage processor

  • Add BaggageLogRecordProcessor (#1576)

Disk buffering

  • Deserialization validation (#1571)

JMX metrics

  • Align HBase metric units to semconv (#1538)
  • Align Cassandra metric units to semconv (#1591)
  • Align Tomcat metric units to semconv (#1589)
  • Align JVM units to semconv (#1593)

JMX scraper - New 🌟

The future of the JMX metrics component, built on top of the [JMX me trics](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumen tation/jmx-metrics/javaagent#jmx-metric-insight) component from the opentelemetry-java-instrumentation repository.

Maven extension

  • Load OTel SDK config from environment variables and system properties (#1434)
  • Workaround NoClassDefFoundError in @PreDestroy waiting for MNG-7056 (#1431)

🙇 Thank you

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

@​breedx-splk @​cyrille-leclerc @​jackshirazi @​jaydeluca @​laurit @​LikeTheSalad @​marquiswang @​robsunday @​SylvainJuge @​trask @​vicziani @​zeitlinger

Version 1.41.0

This release targets the OpenTelemetry Java Instrumentation 2.10.0.

... (truncated)

Changelog

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

Changelog

Unreleased

Version 1.43.0 (2025-01-17)

Azure resources - New 🌟

Azure resource detectors.

Consistent sampling

  • Improve interop with legacy samplers (#1629)

GCP authentication extension - New 🌟

Allows users to export telemetry from their applications to Google Cloud using the built-in OTLP exporters. The extension takes care of the necessary configuration required to authenticate to GCP to successfully export telemetry.

JMX scraper

  • Add support for Solr (#1595)

Version 1.42.0 (2024-12-13)

AWS X-Ray SDK support

  • Update semconv dependency version (#1585)

Baggage processor

  • [baggage-processor] Add BaggageLogRecordProcessor (#1576)

Disk buffering

  • Deserialization validation (#1571)

JMX metrics

  • Align HBase metric units to semconv (#1538)
  • Align Cassandra metric units to semconv (#1591)
  • Align Tomcat metric units to semconv (#1589)

... (truncated)

Commits

Updates io.opentelemetry.contrib:opentelemetry-aws-xray from 1.40.0 to 1.43.0

Release notes

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

Version 1.43.0

This release targets the OpenTelemetry Java Instrumentation 2.12.0.

Azure resources - New 🌟

Azure resource detectors.

Consistent sampling

  • Improve interop with legacy samplers (#1629)

GCP authentication extension - New 🌟

Allows users to export telemetry from their applications to Google Cloud using the built-in OTLP exporters. The extension takes care of the necessary configuration required to authenticate to GCP to successfully export telemetry.

JMX scraper

  • Add support for Solr (#1595)

🙇 Thank you

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

@​aabmass @​bcarter97 @​breedx-splk @​cyrille-leclerc @​dashpole @​heyams @​jsuereth @​laurit @​LikeTheSalad @​oertl @​PeterF778 @​psx95 @​punya @​robsunday @​sfriberg @​SylvainJuge @​trask @​zeitlinger

Version 1.42.0

AWS X-Ray SDK support

  • Update semconv dependency version (#1585)

Baggage processor

  • Add BaggageLogRecordProcessor (#1576)

... (truncated)

Changelog

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

Version 1.43.0 (2025-01-17)

Azure resources - New 🌟

Azure resource detectors.

Consistent sampling

  • Improve interop with legacy samplers (#1629)

GCP authentication extension - New 🌟

Allows users to export telemetry from their applications to Google Cloud using the built-in OTLP exporters. The extension takes care of the necessary configuration required to authenticate to GCP to successfully export telemetry.

JMX scraper

  • Add support for Solr (#1595)

Version 1.42.0 (2024-12-13)

AWS X-Ray SDK support

  • Update semconv dependency version (#1585)

Baggage processor

  • [baggage-processor] Add BaggageLogRecordProcessor (#1576)

Disk buffering

  • Deserialization validation (#1571)

JMX metrics

  • Align HBase metric units to semconv (#1538)
  • Align Cassandra metric units to semconv (#1591)
  • Align Tomcat metric units to semconv (#1589)
  • Align JVM units to semconv (#1593)

JMX scraper - New 🌟

... (truncated)

Commits
  • 4dc877e [release/v1.43.x] Prepare release 1.43.0 (#1654)
  • 6a66cac Update changelog for upcoming release (#1652)
  • c19a973 Azure resource providers (#1228)
  • 1b00650 fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-i...
  • 6ff8600 fix(deps): update dependency io.grpc:grpc-bom to v1.69.1 (#1649)
  • 72dc156 GCP Auth extension - allow users to specify quota project ID (#1647)
  • c00f094 fix(deps): update spotless packages to v7.0.2 (#1646)
  • 23119a9 Add GCP components to the issue templates (#1644)
  • eed1806 fix(deps): update micrometer packages to v1.14.3 (#1643)
  • a094efc fix(deps): update dependency net.ltgt.gradle:gradle-nullaway-plugin to v2.2.0...
  • Additional commits viewable in compare view

Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.10.0-alpha to 2.13.0-alpha

Release notes

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

Version 2.12.0

This release targets the OpenTelemetry SDK 1.46.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

  • Some Java agent instrumentation suppression keys have been renamed to match their module names: - elasticsearch-rest-6.0 --> elasticsearch-rest-6.4 - internal-application-logging --> internal-application-logger - javalin-5 -> javalin-5.0 - pulsar-2.8.0 -> pulsar-2.8
  • In preparation for stabilizing HTTP library instrumentation soon: - setCaptured*Headers(List) methods in *TelemetryBuilder classes were changed to setCaptured*Headers(Collection) (#12901) - setKnownMethods(Set) methods in *TelemetryBuilder classes were changed to setKnownMethods(Collection) (#12902)

📈 Enhancements

  • Support ExtendedTextMapGetter in gRPC instrumentation (#13011)
  • Add database client metrics in DynamoDB instrumentation (#13033)
  • Propagate context into async http client CompletableFuture callbacks (#13041)
  • Exclude spring routing data source from Spring Starter instrumentation (#13054)
  • Instrument jdbc batch queries (#12797)

🛠️ Bug fixes

  • Fix incorrect dubbo trace caused by using rpcContext.isProviderSide() (#12930)
  • Fix ClickHouse query failing with syntax error (#13020)
  • Fix instrumentation module not loading silently when duplicate helper classnames are detected (#13005)
  • Fix compatibility problem due to DubboHeadersGetter#keys in Dubbo 2.7.6 and 2.7.7 (#12982)
  • Fix appender install for async Logback appenders (#13047)

🙇 Thank you

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

@​AlbumenJ @​annettejanewilson @​ataraxis @​cleverchuk @​FlorianBruckner @​jamesmoessis @​jaydeluca @​jeanbisutti @​johnbley @​JonasKunz @​laurit @​markAtAthena @​rghugikar @​shalk @​steverao @​SylvainJuge @​trask @​xiepuhuan @​zeitlinger

... (truncated)

Changelog

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

Changelog

Unreleased

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)
  • 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)

... (truncated)

Commits

Updates io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0 from 2.10.0-alpha to 2.13.0-alpha

Release notes

Sourced from io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0's releases.

Version 2.12.0

This release targets the OpenTelemetry SDK 1.46.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

  • Some Java agent instrumentation suppression keys have been renamed to match their module names: - elasticsearch-rest-6.0 --> elasticsearch-rest-6.4 - internal-application-logging --> internal-application-logger - javalin-5 -> javalin-5.0 - pulsar-2.8.0 -> pulsar-2.8
  • In preparation for stabilizing HTTP library instrumentation soon: - setCaptured*Headers(List) methods in *TelemetryBuilder classes were changed to setCaptured*Headers(Collection) (#12901) - setKnownMethods(Set) methods in *TelemetryBuilder classes were changed to setKnownMethods(Collection) (#12902)

📈 Enhancements

  • Support ExtendedTextMapGetter in gRPC instrumentation (#13011)
  • Add database client metrics in DynamoDB instrumentation (#13033)
  • Propagate context into async http client CompletableFuture callbacks (#13041)
  • Exclude spring routing data source from Spring Starter instrumentation (#13054)
  • Instrument jdbc batch queries (#12797)

🛠️ Bug fixes

  • Fix incorrect dubbo trace caused by using rpcContext.isProviderSide() (#12930)
  • Fix ClickHouse query failing with syntax error (#13020)
  • Fix instrumentation module not loading silently when duplicate helper classnames are detected (#13005)
  • Fix compatibility problem due to DubboHeadersGetter#keys in Dubbo 2.7.6 and 2.7.7 (#12982)
  • Fix appender install for async Logback appenders (#13047)

🙇 Thank you

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

@​AlbumenJ @​annettejanewilson @​ataraxis @​cleverchuk @​FlorianBruckner @​jamesmoessis @​jaydeluca @​jeanbisutti @​johnbley @​JonasKunz @​laurit @​markAtAthena @​rghugikar @​shalk @​steverao @​SylvainJuge @​trask @​xiepuhuan @​zeitlinger

... (truncated)

Changelog

Sourced from io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0's changelog.

Changelog

Unreleased

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)
  • 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)

... (truncated)

Commits

Updates com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2

Commits
  • 55ff098 [maven-release-plugin] prepare release jackson-bom-2.18.2
  • 84a6fe4 Prep for 2.18.2 release
  • 88591c6 Merge branch '2.17' into 2.18
  • bc1206e Back to snapshot dep
  • 1021173 [maven-release-plugin] prepare for next development iteration
  • e3fd468 [maven-release-plugin] prepare release jackson-bom-2.17.3
  • ef13a7a Start 2.17.3 release
  • 1ed3d25 Back to snapshot deps
  • fac9a3b [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.3...r5.11.4

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL

Bumps the java-sample-app-deps group with 17 updates in the /sample-apps/java-sample-app directory:

| Package | From | To |
| --- | --- | --- |
| [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) | `1.44.1` | `1.47.0` |
| software.amazon.awssdk:bom | `2.29.16` | `2.30.22` |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.3` | `2.4` |
| org.apache.logging.log4j:log4j-api | `2.24.1` | `2.24.3` |
| org.apache.logging.log4j:log4j-core | `2.24.1` | `2.24.3` |
| [software.amazon.opentelemetry:aws-opentelemetry-agent](https://github.com/aws-observability/aws-otel-java-instrumentation) | `1.32.5` | `1.33.0` |
| [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.44.1` | `1.47.0` |
| [io.opentelemetry.contrib:opentelemetry-aws-xray-propagator](https://github.com/open-telemetry/opentelemetry-java-contrib) | `1.40.0-alpha` | `1.43.0-alpha` |
| [io.opentelemetry.contrib:opentelemetry-aws-xray](https://github.com/open-telemetry/opentelemetry-java-contrib) | `1.40.0` | `1.43.0` |
| [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.10.0-alpha` | `2.13.0-alpha` |
| [io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.10.0-alpha` | `2.13.0-alpha` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.18.1` | `2.18.2` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` |
| [io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi](https://github.com/open-telemetry/opentelemetry-java) | `1.44.1` | `1.47.0` |
| [io.opentelemetry.instrumentation:opentelemetry-instrumentation-api](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.10.0` | `2.13.0` |
| [io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.10.0-alpha` | `2.13.0-alpha` |



Updates `io.opentelemetry:opentelemetry-api` from 1.44.1 to 1.47.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.44.1...v1.47.0)

Updates `software.amazon.awssdk:bom` from 2.29.16 to 2.30.22

Updates `org.yaml:snakeyaml` from 2.3 to 2.4
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.3)

Updates `org.apache.logging.log4j:log4j-api` from 2.24.1 to 2.24.3

Updates `org.apache.logging.log4j:log4j-core` from 2.24.1 to 2.24.3

Updates `software.amazon.opentelemetry:aws-opentelemetry-agent` from 1.32.5 to 1.33.0
- [Release notes](https://github.com/aws-observability/aws-otel-java-instrumentation/releases)
- [Commits](aws-observability/aws-otel-java-instrumentation@v1.32.5...v1.33.0)

Updates `io.opentelemetry:opentelemetry-bom` from 1.44.1 to 1.47.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.44.1...v1.47.0)

Updates `io.opentelemetry.contrib:opentelemetry-aws-xray-propagator` from 1.40.0-alpha to 1.43.0-alpha
- [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](https://github.com/open-telemetry/opentelemetry-java-contrib/commits)

Updates `io.opentelemetry.contrib:opentelemetry-aws-xray` from 1.40.0 to 1.43.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.40.0...v1.43.0)

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 2.10.0-alpha to 2.13.0-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.instrumentation:opentelemetry-okhttp-3.0` from 2.10.0-alpha to 2.13.0-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 `com.fasterxml.jackson:jackson-bom` from 2.18.1 to 2.18.2
- [Commits](FasterXML/jackson-bom@jackson-bom-2.18.1...jackson-bom-2.18.2)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi` from 1.44.1 to 1.47.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.44.1...v1.47.0)

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-api` from 2.10.0 to 2.13.0
- [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](open-telemetry/opentelemetry-java-instrumentation@v2.10.0...v2.13.0)

Updates `io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api` from 2.10.0-alpha to 2.13.0-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)

---
updated-dependencies:
- dependency-name: io.opentelemetry:opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-sample-app-deps
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-sample-app-deps
- dependency-name: software.amazon.opentelemetry:aws-opentelemetry-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: io.opentelemetry.contrib:opentelemetry-aws-xray-propagator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: io.opentelemetry.contrib:opentelemetry-aws-xray
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-sample-app-deps
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-sample-app-deps
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-sample-app-deps
- dependency-name: io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 18, 2025 17:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Java SDK labels Feb 18, 2025
@github-actions github-actions bot added the InstrumentationSampleApp Issues and PRs related to instrumentation sample apps label Feb 18, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 25, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 25, 2025
@dependabot dependabot bot deleted the dependabot/gradle/sample-apps/java-sample-app/java-sample-app-deps-1d070764af branch February 25, 2025 17:25
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 InstrumentationSampleApp Issues and PRs related to instrumentation sample apps java Java SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants