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 in /sample-apps/java-sample-app with 18 updates #1013

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2024

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

Package From To
com.google.cloud.tools.jib 3.4.0 3.4.2
io.opentelemetry:opentelemetry-api 1.33.0 1.36.0
software.amazon.awssdk:bom 2.22.9 2.25.22
org.apache.logging.log4j:log4j-api 2.22.1 2.23.1
org.apache.logging.log4j:log4j-core 2.22.1 2.23.1
org.slf4j:slf4j-simple 2.0.10 2.0.12
software.amazon.opentelemetry:aws-opentelemetry-agent 1.32.0 1.32.1
io.opentelemetry:opentelemetry-bom 1.33.0 1.36.0
io.opentelemetry.contrib:opentelemetry-aws-xray-propagator 1.32.0-alpha 1.34.0-alpha
io.opentelemetry.contrib:opentelemetry-aws-xray 1.32.0 1.34.0
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha 1.32.0-alpha 2.2.0-alpha
io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0 1.32.0-alpha 2.2.0-alpha
com.fasterxml.jackson:jackson-bom 2.16.1 2.17.0
org.junit.jupiter:junit-jupiter-api 5.10.1 5.10.2
org.junit.jupiter:junit-jupiter-engine 5.10.1 5.10.2
io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi 1.33.0 1.36.0
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api 1.32.0 2.2.0
io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api 1.32.0-alpha 2.2.0-alpha

Updates com.google.cloud.tools.jib from 3.4.0 to 3.4.2

Updates io.opentelemetry:opentelemetry-api from 1.33.0 to 1.36.0

Release notes

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

Version 1.36.0

SDK

Traces

  • Lazily initialize the container for events in the SDK Span implementation (#6244)

Exporters

  • Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • Add connectTimeout configuration option OtlpGrpc{Signal}Exporters (#6079)

Extensions

  • Add ComponentLoader to autoconfigure support more scenarios (#6217)
  • Added MetricReader customizer for AutoConfiguredOpenTelemetrySdkBuilder (#6231)
  • Return AutoConfiguredOpenTelemetrySdkBuilder instead of the base type (#6248)

Tooling

  • Add note about draft PRs to CONTRIBUTING.md (#6247)

🙇 Thank you

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

@​alexandru-roman-db @​asafm @​breedx-splk @​jack-berg @​jeanbisutti @​jkwatson @​johnbley @​lmolkova @​marcschumacher @​trask @​tydhot @​zeitlinger

Version 1.35.0

NOTE: The opentelemetry-exporter-jaeger and opentelemetry-exporter-jaeger-thift artifacts have stopped being published. Jaeger has native support for OTLP, and users should export to jaeger using OTLP instead.

API

Incubator

  • Add Span#addLink, for adding a link after span start (#6084)

SDK

... (truncated)

Changelog

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

Version 1.36.0 (2024-03-08)

SDK

Traces

  • Lazily initialize the container for events in the SDK Span implementation (#6244)

Exporters

  • Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • Add connectTimeout configuration option OtlpGrpc{Signal}Exporters (#6079)

Extensions

  • Add ComponentLoader to autoconfigure support more scenarios (#6217)
  • Added MetricReader customizer for AutoConfiguredOpenTelemetrySdkBuilder (#6231)
  • Return AutoConfiguredOpenTelemetrySdkBuilder instead of the base type (#6248)

Tooling

  • Add note about draft PRs to CONTRIBUTING.md (#6247)

Version 1.35.0 (2024-02-09)

NOTE: The opentelemetry-exporter-jaeger and opentelemetry-exporter-jaeger-thift artifacts have stopped being published. Jaeger has native support for OTLP, and users should export to jaeger using OTLP instead.

API

Incubator

  • Add Span#addLink, for adding a link after span start (#6084)

SDK

Traces

... (truncated)

Commits
  • 049c6cf [release/v1.36.x] Prepare release 1.36.0 (#6278)
  • f032fc6 Prepare 1.36.0 (#6276)
  • c3ed1d5 Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.23 (#6275)
  • e41470b Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • f24acbd Update dependency org.testcontainers:testcontainers-bom to v1.19.7 (#6271)
  • cd52950 Update dependency io.grpc:grpc-bom to v1.62.2 (#6254)
  • 96bed03 Update plugin de.undercouch.download to v5.6.0 (#6262)
  • 56c11e5 add ComponentLoader to support more auto configuration scenarios (#6217)
  • 5eeb733 Update dependency com.linecorp.armeria:armeria-bom to v1.27.2 (#6249)
  • 5ef2cb9 Update dependency checkstyle to v10.14.0 (#6261)
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:bom from 2.22.9 to 2.25.22

Updates org.apache.logging.log4j:log4j-api from 2.22.1 to 2.23.1

Updates org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.1

Updates org.slf4j:slf4j-simple from 2.0.10 to 2.0.12

Updates software.amazon.opentelemetry:aws-opentelemetry-agent from 1.32.0 to 1.32.1

Release notes

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

Release v1.32.1

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.1 into our public ECR repository: public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.1

Check out the release notes for upstream version

Commits

Updates io.opentelemetry:opentelemetry-bom from 1.33.0 to 1.36.0

Release notes

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

Version 1.36.0

SDK

Traces

  • Lazily initialize the container for events in the SDK Span implementation (#6244)

Exporters

  • Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • Add connectTimeout configuration option OtlpGrpc{Signal}Exporters (#6079)

Extensions

  • Add ComponentLoader to autoconfigure support more scenarios (#6217)
  • Added MetricReader customizer for AutoConfiguredOpenTelemetrySdkBuilder (#6231)
  • Return AutoConfiguredOpenTelemetrySdkBuilder instead of the base type (#6248)

Tooling

  • Add note about draft PRs to CONTRIBUTING.md (#6247)

🙇 Thank you

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

@​alexandru-roman-db @​asafm @​breedx-splk @​jack-berg @​jeanbisutti @​jkwatson @​johnbley @​lmolkova @​marcschumacher @​trask @​tydhot @​zeitlinger

Version 1.35.0

NOTE: The opentelemetry-exporter-jaeger and opentelemetry-exporter-jaeger-thift artifacts have stopped being published. Jaeger has native support for OTLP, and users should export to jaeger using OTLP instead.

API

Incubator

  • Add Span#addLink, for adding a link after span start (#6084)

SDK

... (truncated)

Changelog

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

Version 1.36.0 (2024-03-08)

SDK

Traces

  • Lazily initialize the container for events in the SDK Span implementation (#6244)

Exporters

  • Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • Add connectTimeout configuration option OtlpGrpc{Signal}Exporters (#6079)

Extensions

  • Add ComponentLoader to autoconfigure support more scenarios (#6217)
  • Added MetricReader customizer for AutoConfiguredOpenTelemetrySdkBuilder (#6231)
  • Return AutoConfiguredOpenTelemetrySdkBuilder instead of the base type (#6248)

Tooling

  • Add note about draft PRs to CONTRIBUTING.md (#6247)

Version 1.35.0 (2024-02-09)

NOTE: The opentelemetry-exporter-jaeger and opentelemetry-exporter-jaeger-thift artifacts have stopped being published. Jaeger has native support for OTLP, and users should export to jaeger using OTLP instead.

API

Incubator

  • Add Span#addLink, for adding a link after span start (#6084)

SDK

Traces

... (truncated)

Commits
  • 049c6cf [release/v1.36.x] Prepare release 1.36.0 (#6278)
  • f032fc6 Prepare 1.36.0 (#6276)
  • c3ed1d5 Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.23 (#6275)
  • e41470b Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • f24acbd Update dependency org.testcontainers:testcontainers-bom to v1.19.7 (#6271)
  • cd52950 Update dependency io.grpc:grpc-bom to v1.62.2 (#6254)
  • 96bed03 Update plugin de.undercouch.download to v5.6.0 (#6262)
  • 56c11e5 add ComponentLoader to support more auto configuration scenarios (#6217)
  • 5eeb733 Update dependency com.linecorp.armeria:armeria-bom to v1.27.2 (#6249)
  • 5ef2cb9 Update dependency checkstyle to v10.14.0 (#6261)
  • Additional commits viewable in compare view

Updates io.opentelemetry.contrib:opentelemetry-aws-xray-propagator from 1.32.0-alpha to 1.34.0-alpha

Release notes

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

Version 1.33.0

This release targets the OpenTelemetry SDK 1.33.0.

compressors/

  • Add zstd compressor implementation for OTLP exporters (#1108)

Consistent sampling

  • Switch from acceptance to rejection threshold (#1130)

Disk buffering

  • Shadowing generated proto java sources (#1146)
  • Single responsibility for disk exporters (#1161)
  • Split serializer (#1167)
  • Disk buffering config and README updates (#1169)
  • Ensure no sign propagation for flags byte (#1166)

GCP Resources - New 🌟

This module provides GCP resource detectors for OpenTelemetry.

JMX metrics

  • Add Error handling for closure parameters (#1102)
  • Add kafka.request.time.avg (#1135)

Kafka exporter - New 🌟

This module contains KafkaSpanExporter, which is an implementation of the io.opentelemetry.sdk.trace.export.SpanExporter interface.

KafkaSpanExporter can be used for sending SpanData to a Kafka topic.

🙇 Thank you

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

@​akats7 @​breedx-splk @​jack-berg @​jeanbisutti @​jkwatson @​jsuereth @​kenfinnigan @​laurit @​LikeTheSalad @​mackjmr @​naser-ayat @​oertl

... (truncated)

Changelog

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

Changelog

Unreleased

Version 1.34.0 (2024-03-27)

AWS resources

  • Add support for cloud.account.id, cloud.availability_zone, cloud.region, and cloud.resource_id (#1171)

AWS X-Ray propagator

  • Add xray propagators that prioritizes xray environment variable (#1032)

GCP Resources

  • Update docs on how to use with Java agent v2.2.0 and later (#1237)

Micrometer MeterProvider

  • Implement Metrics incubator APIs to accept advice (#1190)

Version 1.33.0 (2024-02-21)

Compressors

  • Add zstd compressor implementation for OTLP exporters (#1108)

Consistent sampling

  • Switch from acceptance to rejection threshold (#1130)

Disk buffering

  • Shadowing generated proto java sources (#1146)
  • Single responsibility for disk exporters (#1161)
  • Split serializer (#1167)
  • Disk buffering config and README updates (#1169)
  • Ensure no sign propagation for flags byte

... (truncated)

Commits

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

Release notes

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

Version 1.34.0

This release targets the OpenTelemetry SDK 1.34.0.

AWS resources

  • Add support for cloud.account.id, cloud.availability_zone, cloud.region, and cloud.resource_id (#1171)

AWS X-Ray propagator

  • Add xray propagators that prioritizes xray environment variable (#1032)

GCP Resources

  • Update docs on how to use with Java agent v2.2.0 and later (#1237)

Micrometer MeterProvider

  • Implement Metrics incubator APIs to accept advice (#1190)

🙇 Thank you

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

@​breedx-splk @​HaloFour @​jsuereth @​laurit @​LikeTheSalad @​mmanciop @​psx95 @​rapphil @​robberphex @​trask @​tylerbenson @​wangzlei @​zeitlinger

Version 1.33.0

This release targets the OpenTelemetry SDK 1.33.0.

compressors/

  • Add zstd compressor implementation for OTLP exporters (#1108)

Consistent sampling

  • Switch from acceptance to rejection threshold (#1130)

Disk buffering

... (truncated)

Changelog

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

Version 1.34.0 (2024-03-27)

AWS resources

  • Add support for cloud.account.id, cloud.availability_zone, cloud.region, and cloud.resource_id (#1171)

AWS X-Ray propagator

  • Add xray propagators that prioritizes xray environment variable (#1032)

GCP Resources

  • Update docs on how to use with Java agent v2.2.0 and later (#1237)

Micrometer MeterProvider

  • Implement Metrics incubator APIs to accept advice (#1190)

Version 1.33.0 (2024-02-21)

Compressors

  • Add zstd compressor implementation for OTLP exporters (#1108)

Consistent sampling

  • Switch from acceptance to rejection threshold (#1130)

Disk buffering

  • Shadowing generated proto java sources (#1146)
  • Single responsibility for disk exporters (#1161)
  • Split serializer (#1167)
  • Disk buffering config and README updates (#1169)
  • Ensure no sign propagation for flags byte (#1166)

GCP Resources - New 🌟

... (truncated)

Commits
  • 4280422 [release/v1.34.x] Prepare release 1.34.0 (#1244)
  • 3f71b88 Update change log for 1.34.0 release (#1242)
  • 531ba2b AWS ECS Detector: set cloud.{account.id,availability_zone,region} (#1171)
  • 9dcefdd Implement Metrics incubator APIs to accept advice (#1190)
  • 341421d Update GCP resource detector info (#1237)
  • 7278440 migrate gradle/gradle-build-action to gradle/actions/setup-gradle (#1239)
  • 96ac402 Update dependency com.linecorp.armeria:armeria-bom to v1.27.3 (#1238)
  • 3a3d9e1 Disable major updates for uk.org.webcompere:system-stubs-jupiter (#1234)
  • d2add82 Update dependency gradle to v8.7 (#1235)
  • b186c81 Update gradle/wrapper-validation-action action to v2.1.2 (#1233)
  • Additional commits viewable in compare view

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

Release notes

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

Version 2.1.0

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

  • Deprecated config properties have been removed in favor of the new names:
    • otel.instrumentation.kafka.client-propagation.enabled -> otel.instrumentation.kafka.producer-propagation.enabled
    • otel.instrumentation.netty.always-create-connect-span -> otel.instrumentation.netty.connection-telemetry.enabled
    • otel.instrumentation.http.capture-headers.client.request -> otel.instrumentation.http.client.capture-request-headers
    • otel.instrumentation.http.capture-headers.client.response -> otel.instrumentation.http.client.capture-response-headers
    • otel.instrumentation.http.capture-headers.server.request -> otel.instrumentation.http.server.capture-request-headers
    • otel.instrumentation.http.capture-headers.server.response -> otel.instrumentation.http.server.capture-response-headers
    • otel.instrumentation.http.client.emit-experimental-metrics -> otel.instrumentation.http.client.emit-experimental-telemetry
    • otel.instrumentation.http.server.emit-experimental-metrics -> otel.instrumentation.http.server.emit-experimental-telemetry (#10349)
  • The deprecated Jaeger exporter has been removed (#10241)
  • Actuator instrumentation has been disabled by default. You can enable using OTEL_INSTRUMENTATION_SPRING_BOOT_ACTUATOR_AUTOCONFIGURE_ENABLED=true or -Dotel.instrumentation.spring-boot-actuator-autoconfigure.enabled=true. (#10394)
  • Spring starter: removed support for the deprecated @​io.opentelemetry.extension.annotations.WithSpan annotation. Use @​io.opentelemetry.instrumentation.annotations.WithSpan annotation instead. (#10530)

🌟 New javaagent instrumentation

  • MyBatis framework instrumentation (#10258)
  • Finagle instrumentation (#10141)

🌟 New library instrumentation

  • Apache HttpClient 5 instrumentation (#10100)

📈 Enhancements

  • Spring starter: add distro version resource attribute (#10276)
  • Add context propagation for rector schedulers (#10311)
  • Spring starter: automatic addition of the OTel Logback appender (#10306)
  • Spring starter: add resource detectors (#10277)
  • Allow closing the observables for System and Process metrics gathered by OSHI (#10364)
  • Spring starter: Allow to configure the OTel Logback appender from system properties (#10355)
  • Spring starter: re-use sdk logic for configuring otlp exporters (#10292)
    • All available spring starter properties (including the new properties) can be found here
    • You can also use auto-completion in your IDE to see the available properties in application.properties or application.yml
  • Spring starter: add SystemOutLogRecordExporter (#10420)
  • Spring starter: use duration parser of config properties (#10512)
  • Spring starter: support otel.propagators (#10408)
  • Set route only on the SERVER span (#10290)
  • Convert Apache HttpClient 4.3 library instrumentation to "low-level" HTTP instrumentation (#10253)

🛠️ Bug fixes

... (truncated)

Changelog

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

Changelog

Unreleased

Version 1.33.1 (2024-03-20)

📈 Enhancements

  • Backport: Capture http.route for akka-http (#10777)
  • Update the OpenTelemetry SDK version to 1.36.0 (#10866)

Version 2.2.0 (2024-03-14)

Migration notes

  • Remove deprecated spring properties (#10454)

🌟 New javaagent instrumentation

  • Add cloud resource detectors in javaagent, but keep them disabled by default (#10754)
  • Add support for XXL-JOB (#10421)

📈 Enhancements

  • Don't fill network peer for cassandra SniEndPoint (#10573)
  • Spring boot starter: add service.version detection, improve service.name detection (#10457)
  • Always create a JMS consumer span (#10604)
  • Ability to disable the automatic Logback appender addition (#10629)
  • Allow excluding all methods of a class (#10753)
  • Preserve attribute type for logback key value pairs (#10781)
  • Add instrumentation for graphql 20 that does not use deprecated methods (#10779)
  • Capture http.route for pekko-http (#10799)
  • Normalize SQL IN(?, ?, ...) statements to "in(?)" to reduce cardinality of db.statement attribute (#10564)
  • Capture db.operation for CREATE/DROP/ALTER SQL statement (#10020)
  • Ignore AWS Lambda Runtime internal handlers

... (truncated)

Commits

Updates io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0 from 1.32.0-alpha to 2.2.0-alpha

Release notes

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

Version 2.1.0

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

  • Deprecated config properties have been removed in favor of the new names:
    • otel.instrumentation.kafka.client-propagation.enabled -> otel.instrumentation.kafka.producer-propagation.enabled
    • otel.instrumentation.netty.always-create-connect-span -> otel.instrumentation.netty.connection-telemetry.enabled
    • otel.instrumentation.http.capture-headers.client.request -> otel.instrumentation.http.client.capture-request-headers
    • otel.instrumentation.http.capture-headers.client.response -> otel.instrumentation.http.client.capture-response-headers
    • otel.instrumentation.http.capture-headers.server.request -> otel.instrumentation.http.server.capture-request-headers
    • otel.instrumentation.http.capture-headers.server.response -> otel.instrumentation.http.server.capture-response-headers
    • otel.instrumentation.http.client.emit-experimental-metrics -> otel.instrumentation.http.client.emit-experimental-telemetry
    • otel.instrumentation.http.server.emit-experimental-metrics -> otel.instrumentation.http.server.emit-experimental-telemetry (#10349)
  • The deprecated Jaeger exporter has been removed (#10241)
  • Actuator instrumentation has been disabled by default. You can enable using OTEL_INSTRUMENTATION_SPRING_BOOT_ACTUATOR_AUTOCONFIGURE_ENABLED=true or -Dotel.instrumentation.spring-boot-actuator-autoconfigure.enabled=true. (#10394)
  • Spring starter: removed support for the deprecated @​io.opentelemetry.extension.annotations.WithSpan annotation. Use @​io.opentelemetry.instrumentation.annotations.WithSpan annotation instead. (#10530)

🌟 New javaagent instrumentation

  • MyBatis framework instrumentation (#10258)
  • Finagle instrumentation (#10141)

🌟 New library instrumentation

  • Apache HttpClient 5 instrumentation (#10100)

📈 Enhancements

  • Spring starter: add distro version resource attribute (#10276)
  • Add context propagation for rector schedulers (#10311)
  • Spring starter: automatic addition of the OTel Logback appender (#10306)
  • Spring starter: add resource detectors (#10277)
  • Allow closing the observables for System and Process metrics gathered by OSHI (#10364)
  • Spring starter: Allow to configure the OTel Logback appender from system properties (#10355)
  • Spring starter: re-use sdk logic for configuring otlp exporters (#10292)
    • All available spring starter properties (including the new properties) can be found here
    • You can also use auto-completion in your IDE to see the available properties in application.properties or application.yml
  • Spring starter: add SystemOutLogRecordExporter (#10420)
  • Spring starter: use duration parser of config properties (#10512)
  • Spring starter: support otel.propagators (#10408)
  • Set route only on the SERVER span (#10290)
  • Convert Apache HttpClient 4.3 library instrumentation to "low-level" HTTP instrumentation (#10253)

🛠️ Bug fixes

... (truncated)

Changelog

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

Changelog

Unreleased

Version 1.33.1 (2024-03-20)

📈 Enhancements

  • Backport: Capture http.route for akka-http (#10777)
  • Update the OpenTelemetry SDK version to 1.36.0 (#10866)

Version 2.2.0 (2024-03-14)

Migration notes

  • Remove deprecated spring properties (#10454)

🌟 New javaagent instrumentation

  • Add cloud resource detectors in javaagent, but keep them disabled by default (#10754)
  • Add support for XXL-JOB (#10421)

📈 Enhancements

  • Don't fill network peer for cassandra SniEndPoint (#10573)
  • Spring boot starter: add service.version detection, improve service.name detection (#10457)
  • Always create a JMS consumer span (#10604)
  • Ability to disable the automatic Logback appender addition (#10629)
  • Allow excluding all methods of a class (#10753)
  • Preserve attribute type for logback key value pairs (#10781)
  • Add instrumentation for graphql 20 that does not use deprecated methods (#10779)
  • Capture http.route for pekko-http (#10799)
  • Normalize SQL IN(?, ?, ...) statements to "in(?)" to reduce cardinality of db.statement attribute (#10564)
  • Capture db.operation for CREATE/DROP/ALTER SQL statement (#10020)
  • Ignore AWS Lambda Runtime internal handlers

... (truncated)

Commits

Updates com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.17.0

Commits
  • 518dce9 [maven-release-plugin] prepare release jackson-bom-2.17.0
  • 09f3f57 Prepare for 2.17.0 release
  • e35f5af Update to 2.17 jackson-parent
  • 8e000a1 Merge branch '2.16' into 2.17
  • 78fc05f Back to snapshot deps
  • 5cc2410 [maven-release-plugin] prepare for next development iteration
  • c8ad938 [maven-release-plugin] prepare release jackson-bom-2.16.2
  • 9f3a1c1 Prepare for 2.16.2 release
  • 80aef2e Back to snapshot deps
  • d465ba2 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2

Release notes

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

JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.1...r5.10.2

Commits
  • 4c0ddda Release 5.10.2
  • 463a147 Finalize release notes for 5.10.2
  • 43c105a Revert "Apply method predicate before searching type hierarchy"
  • 63d464d Revert "Harmonize application of method and field filters in search algorithms"
  • 85ec2fc Revert "Apply field predicate before searching type hierarchy"
  • 6209006 Update release notes
  • 5ee499f Fix CI build
  • d919ba7 Namespace user-specific build parameters
  • e26cd83 Prepare release notes for 5.10.2
  • ec8d428 Include LauncherInterceptor in launcher module declaration
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2

Release notes

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

JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.1...r5.10.2

Commits
  • 4c0ddda Release 5.10.2
  • 463a147 Finalize release notes for 5.10.2
  • 43c105a Revert "Apply method predicate before searching type hierarchy"
  • 63d464d Revert "Harmonize application of method and field filters in search algorithms"
  • 85ec2fc Revert "Apply field predicate before searching type hierarchy"
  • 6209006 Update release notes
  • 5ee499f Fix CI build
  • d919ba7 Namespace user-specific build parameters
  • e26cd83 Prepare release notes for 5.10.2
  • ec8d428 Include LauncherInterceptor in launcher module declaration
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi from 1.33.0 to 1.36.0

Release notes

Sourced from io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi's releases.

Version 1.36.0

SDK

Traces

  • Lazily initialize the container for events in the SDK Span implementation (#6244)

Exporters

  • Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • Add connectTimeout configuration option OtlpGrpc{Signal}Exporters (#6079)

Extensions

  • Add ComponentLoader to autoconfigure support more scenarios (

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

| Package | From | To |
| --- | --- | --- |
| com.google.cloud.tools.jib | `3.4.0` | `3.4.2` |
| [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) | `1.33.0` | `1.36.0` |
| software.amazon.awssdk:bom | `2.22.9` | `2.25.22` |
| org.apache.logging.log4j:log4j-api | `2.22.1` | `2.23.1` |
| org.apache.logging.log4j:log4j-core | `2.22.1` | `2.23.1` |
| org.slf4j:slf4j-simple | `2.0.10` | `2.0.12` |
| [software.amazon.opentelemetry:aws-opentelemetry-agent](https://github.com/aws-observability/aws-otel-java-instrumentation) | `1.32.0` | `1.32.1` |
| [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.33.0` | `1.36.0` |
| [io.opentelemetry.contrib:opentelemetry-aws-xray-propagator](https://github.com/open-telemetry/opentelemetry-java-contrib) | `1.32.0-alpha` | `1.34.0-alpha` |
| [io.opentelemetry.contrib:opentelemetry-aws-xray](https://github.com/open-telemetry/opentelemetry-java-contrib) | `1.32.0` | `1.34.0` |
| [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `1.32.0-alpha` | `2.2.0-alpha` |
| [io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `1.32.0-alpha` | `2.2.0-alpha` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.16.1` | `2.17.0` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.10.1` | `5.10.2` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.10.1` | `5.10.2` |
| [io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi](https://github.com/open-telemetry/opentelemetry-java) | `1.33.0` | `1.36.0` |
| [io.opentelemetry.instrumentation:opentelemetry-instrumentation-api](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `1.32.0` | `2.2.0` |
| [io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `1.32.0-alpha` | `2.2.0-alpha` |


Updates `com.google.cloud.tools.jib` from 3.4.0 to 3.4.2

Updates `io.opentelemetry:opentelemetry-api` from 1.33.0 to 1.36.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.33.0...v1.36.0)

Updates `software.amazon.awssdk:bom` from 2.22.9 to 2.25.22

Updates `org.apache.logging.log4j:log4j-api` from 2.22.1 to 2.23.1

Updates `org.apache.logging.log4j:log4j-core` from 2.22.1 to 2.23.1

Updates `org.slf4j:slf4j-simple` from 2.0.10 to 2.0.12

Updates `software.amazon.opentelemetry:aws-opentelemetry-agent` from 1.32.0 to 1.32.1
- [Release notes](https://github.com/aws-observability/aws-otel-java-instrumentation/releases)
- [Commits](aws-observability/aws-otel-java-instrumentation@v1.32.0...v1.32.1)

Updates `io.opentelemetry:opentelemetry-bom` from 1.33.0 to 1.36.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.33.0...v1.36.0)

Updates `io.opentelemetry.contrib:opentelemetry-aws-xray-propagator` from 1.32.0-alpha to 1.34.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.32.0 to 1.34.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.34.0)

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 1.32.0-alpha to 2.2.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 1.32.0-alpha to 2.2.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.16.1 to 2.17.0
- [Commits](FasterXML/jackson-bom@jackson-bom-2.16.1...jackson-bom-2.17.0)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.1...r5.10.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.1...r5.10.2)

Updates `io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi` from 1.33.0 to 1.36.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.33.0...v1.36.0)

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-api` from 1.32.0 to 2.2.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@v1.32.0...v2.2.0)

Updates `io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api` from 1.32.0-alpha to 2.2.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: com.google.cloud.tools.jib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-sample-app-deps
- 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.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-sample-app-deps
- dependency-name: org.slf4j:slf4j-simple
  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-patch
  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-major
  dependency-group: java-sample-app-deps
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java-sample-app-deps
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-major
  dependency-group: java-sample-app-deps
- dependency-name: io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java-sample-app-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Java SDK labels Apr 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2024

Superseded by #1026.

@dependabot dependabot bot closed this Apr 9, 2024
@dependabot dependabot bot deleted the dependabot/gradle/sample-apps/java-sample-app/java-sample-app-deps-209cc3cbef branch April 9, 2024 17:44
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.

None yet

0 participants