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 dependency-updates group across 1 directory with 31 updates #330

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps the dependency-updates group with 31 updates in the / directory:

Package From To
io.airlift:airbase 157 158
io.opentelemetry:opentelemetry-bom 1.38.0 1.40.0
io.opentelemetry:opentelemetry-api 1.38.0 1.40.0
io.opentelemetry:opentelemetry-context 1.38.0 1.40.0
io.airlift:jmx-http-rpc 249 250
io.airlift:bootstrap 249 250
io.airlift:configuration 249 250
io.airlift:http-client 249 250
io.airlift:json 249 250
io.airlift:log 249 250
io.airlift:log-manager 249 250
io.airlift:testing 249 250
com.fasterxml.jackson.core:jackson-core 2.17.1 2.17.2
com.fasterxml.jackson.core:jackson-databind 2.17.1 2.17.2
com.fasterxml.jackson.dataformat:jackson-dataformat-csv 2.17.1 2.17.2
com.fasterxml.jackson.core:jackson-annotations 2.17.1 2.17.2
io.trino:trino-filesystem 451 452
io.trino:trino-hdfs 451 452
io.trino:trino-memory-context 451 452
io.trino:trino-orc 451 452
io.trino:trino-spi 451 452
io.trino:trino-plugin-toolkit 451 452
io.trino:trino-main 451 452
io.trino:trino-testing 451 452
io.trino:trino-testing-services 451 452
io.trino:trino-tpch 451 452
com.amazonaws:aws-java-sdk-core 1.12.755 1.12.761
com.amazonaws:aws-java-sdk-s3 1.12.755 1.12.761
com.github.docker-java:docker-java-api 3.3.6 3.4.0
org.assertj:assertj-core 3.26.0 3.26.3
org.apache.maven.plugins:maven-release-plugin 3.1.0 3.1.1

Updates io.airlift:airbase from 157 to 158

Changelog

Sourced from io.airlift:airbase's changelog.

Airbase 158

  • Plugin updates:
  • maven-jar-plugin to 3.4.2 (from 3.4.1)
  • maven-release-plugin to 3.1.0 (from 3.0.1)
  • maven-surefire-plugin to 3.3.0 (from 3.2.5)
  • maven-dependency-plugin to 3.7.1 (from 3.6.1)
  • maven-clean-plugin to 3.4.0 (from 3.3.2)
  • maven-checkstyle-plugin to 3.4.0 (from 3.3.1)
  • git-commit-id plugin to 9.0.1 (from 8.0.1)
  • Dependency updates:
  • junit 5.10.3 (from 5.10.2)
  • jackson 2.17.2 (from 2.17.1)

Airbase 157

  • Checkstyle updates:
  • Require empty line before record definition
  • Plugin configuration:
  • Inject git commit info into reactor projects once
  • Dependency updates:
    • AssertJ 3.26.0 (from 3.25.3)
    • byte-buddy 1.14.17 (from 1.14.14)
    • checkstyle 10.17.0 (from 10.16.0)
    • error_prone_annotations 2.27.1 (from 2.27.0)
    • guava 33.2.1-jre (from 33.1.0-jre)
    • jackson 2.17.1 (from 2.17.0)
    • kotlin 2.0.0 (from 1.9.23)
    • spotbugs-annotations to 4.8.5 (from 4.8.4)
    • PMD runtime 7.2.0 (from 7.1.0)
  • Plugin updates:
    • maven-build-helper 3.6.0 (from 3.5.0)
    • maven-license-plugin 4.5 (from 4.3)
    • maven-modernizer-plugin 2.9.0 (from 2.7.0)
    • maven-sortpom-plugin 4.0.0 (from 3.4.1)
    • spotbugs-maven-plugin to 4.8.5.0 (from 4.8.4.0)
    • maven-enforcer-plugin 3.5.0 (from 3.4.1)
    • maven-javadoc-plugin 3.7.0 (from 3.6.3)
    • maven-shade-plugin 3.6.0 (from 3.5.3)
    • errorprone 2.28.0 (from 2.27.1)

Airbase 156

  • Dependency updates:
    • checkstyle 10.16.0 (from 10.12.3)
    • error_prone_annotations 2.27.0 (from 2.25.0)
    • PMD runtime 7.1.0 (from 7.0.0)
    • opentelemetry 1.37.0 (from 1.36.0)
    • opentelemetry-instrumentation 2.3.0 (from 2.2.0)
  • Plugin updates:
    • restrict-imports-enforcer-rule 2.5.0 (from 2.4.0)
    • maven-install-plugin 3.1.2 (from 3.1.1)
    • maven-deploy-plugin 3.1.2 (from 3.1.1)

... (truncated)

Commits

Updates io.opentelemetry:opentelemetry-bom from 1.38.0 to 1.40.0

Release notes

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

Version 1.40.0

API

Incubator

  • Narrow ExtendedSpanBuilder return types for chaining (#6514)
  • Add APIs to determine if tracer, logger, instruments are enabled (#6502)

SDK

Extensions

  • Move autoconfigure docs to opentelemetry.io (#6491)

🙇 Thank you

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

@​breedx-splk @​heyams @​huange7 @​ICTylor @​jack-berg @​jaydeluca @​jkwatson @​laurit @​sebastian-alfers @​trask

Version 1.39.0

API

Incubator

  • BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conventions (#6497)

SDK

Exporter

  • BREAKING: Serve prometheus metrics only on /metrics by default. To restore the previous behavior and serve metrics on all paths, override the default handler as demonstrated here. (#6476)
  • Make OTLP exporter memory mode API public (#6469)
  • Speed up OTLP string marshaling using sun.misc.Unsafe (#6433)
  • Add exporter data classes for experimental profiling signal type. (#6374)
  • Start prometheus http server with daemon thread (#6472)
  • Update the Prometheus metrics library and improve how units are included in metric names. (#6473)
  • Remove android animalsniffer check from prometheus exporter (#6478)

Extensions

... (truncated)

Changelog

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

Version 1.40.0 (2024-07-05)

API

Incubator

  • Narrow ExtendedSpanBuilder return types for chaining (#6514)
  • Add APIs to determine if tracer, logger, instruments are enabled (#6502)

SDK

Extensions

  • Move autoconfigure docs to opentelemetry.io (#6491)

Version 1.39.0 (2024-06-07)

API

Incubator

  • BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conventions (#6497)

SDK

Exporter

  • BREAKING: Serve prometheus metrics only on /metrics by default. To restore the previous behavior and serve metrics on all paths, override the default handler as demonstrated here. (#6476)
  • Make OTLP exporter memory mode API public (#6469)
  • Speed up OTLP string marshaling using sun.misc.Unsafe (#6433)
  • Add exporter data classes for experimental profiling signal type. (#6374)
  • Start prometheus http server with daemon thread (#6472)
  • Update the Prometheus metrics library and improve how units are included in metric names. (#6473)
  • Remove android animalsniffer check from prometheus exporter (#6478)

Extensions

... (truncated)

Commits
  • 8094b39 [release/v1.40.x] Prepare release 1.40.0 (#6556)
  • c48fe94 Prepare changelog for 1.40.0 release (#6554)
  • 1f7d6a5 Add APIs to determine if tracer, logger, instruments are enabled (#6502)
  • 9fd6bca Fix build after recent collector release (#6548)
  • b56af03 Update dependency io.opentelemetry.proto:opentelemetry-proto to v1.3.1-alpha ...
  • 22aaae8 Update dependency org.skyscreamer:jsonassert to v1.5.3 (#6535)
  • c1ff34c Update dependency net.ltgt.gradle:gradle-errorprone-plugin to v4.0.1 (#6533)
  • ed46fa3 Update dependency com.linecorp.armeria:armeria-bom to v1.29.1 (#6543)
  • 021e7fe Update dependency io.grpc:grpc-bom to v1.65.0 (#6544)
  • 4086210 Update dependency org.junit:junit-bom to v5.10.3 (#6542)
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-api from 1.38.0 to 1.40.0

Release notes

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

Version 1.40.0

API

Incubator

  • Narrow ExtendedSpanBuilder return types for chaining (#6514)
  • Add APIs to determine if tracer, logger, instruments are enabled (#6502)

SDK

Extensions

  • Move autoconfigure docs to opentelemetry.io (#6491)

🙇 Thank you

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

@​breedx-splk @​heyams @​huange7 @​ICTylor @​jack-berg @​jaydeluca @​jkwatson @​laurit @​sebastian-alfers @​trask

Version 1.39.0

API

Incubator

  • BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conventions (#6497)

SDK

Exporter

  • BREAKING: Serve prometheus metrics only on /metrics by default. To restore the previous behavior and serve metrics on all paths, override the default handler as demonstrated here. (#6476)
  • Make OTLP exporter memory mode API public (#6469)
  • Speed up OTLP string marshaling using sun.misc.Unsafe (#6433)
  • Add exporter data classes for experimental profiling signal type. (#6374)
  • Start prometheus http server with daemon thread (#6472)
  • Update the Prometheus metrics library and improve how units are included in metric names. (#6473)
  • Remove android animalsniffer check from prometheus exporter (#6478)

Extensions

... (truncated)

Changelog

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

Version 1.40.0 (2024-07-05)

API

Incubator

  • Narrow ExtendedSpanBuilder return types for chaining (#6514)
  • Add APIs to determine if tracer, logger, instruments are enabled (#6502)

SDK

Extensions

  • Move autoconfigure docs to opentelemetry.io (#6491)

Version 1.39.0 (2024-06-07)

API

Incubator

  • BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conventions (#6497)

SDK

Exporter

  • BREAKING: Serve prometheus metrics only on /metrics by default. To restore the previous behavior and serve metrics on all paths, override the default handler as demonstrated here. (#6476)
  • Make OTLP exporter memory mode API public (#6469)
  • Speed up OTLP string marshaling using sun.misc.Unsafe (#6433)
  • Add exporter data classes for experimental profiling signal type. (#6374)
  • Start prometheus http server with daemon thread (#6472)
  • Update the Prometheus metrics library and improve how units are included in metric names. (#6473)
  • Remove android animalsniffer check from prometheus exporter (#6478)

Extensions

... (truncated)

Commits
  • 8094b39 [release/v1.40.x] Prepare release 1.40.0 (#6556)
  • c48fe94 Prepare changelog for 1.40.0 release (#6554)
  • 1f7d6a5 Add APIs to determine if tracer, logger, instruments are enabled (#6502)
  • 9fd6bca Fix build after recent collector release (#6548)
  • b56af03 Update dependency io.opentelemetry.proto:opentelemetry-proto to v1.3.1-alpha ...
  • 22aaae8 Update dependency org.skyscreamer:jsonassert to v1.5.3 (#6535)
  • c1ff34c Update dependency net.ltgt.gradle:gradle-errorprone-plugin to v4.0.1 (#6533)
  • ed46fa3 Update dependency com.linecorp.armeria:armeria-bom to v1.29.1 (#6543)
  • 021e7fe Update dependency io.grpc:grpc-bom to v1.65.0 (#6544)
  • 4086210 Update dependency org.junit:junit-bom to v5.10.3 (#6542)
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-context from 1.38.0 to 1.40.0

Release notes

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

Version 1.40.0

API

Incubator

  • Narrow ExtendedSpanBuilder return types for chaining (#6514)
  • Add APIs to determine if tracer, logger, instruments are enabled (#6502)

SDK

Extensions

  • Move autoconfigure docs to opentelemetry.io (#6491)

🙇 Thank you

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

@​breedx-splk @​heyams @​huange7 @​ICTylor @​jack-berg @​jaydeluca @​jkwatson @​laurit @​sebastian-alfers @​trask

Version 1.39.0

API

Incubator

  • BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conventions (#6497)

SDK

Exporter

  • BREAKING: Serve prometheus metrics only on /metrics by default. To restore the previous behavior and serve metrics on all paths, override the default handler as demonstrated here. (#6476)
  • Make OTLP exporter memory mode API public (#6469)
  • Speed up OTLP string marshaling using sun.misc.Unsafe (#6433)
  • Add exporter data classes for experimental profiling signal type. (#6374)
  • Start prometheus http server with daemon thread (#6472)
  • Update the Prometheus metrics library and improve how units are included in metric names. (#6473)
  • Remove android animalsniffer check from prometheus exporter (#6478)

Extensions

... (truncated)

Changelog

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

Version 1.40.0 (2024-07-05)

API

Incubator

  • Narrow ExtendedSpanBuilder return types for chaining (#6514)
  • Add APIs to determine if tracer, logger, instruments are enabled (#6502)

SDK

Extensions

  • Move autoconfigure docs to opentelemetry.io (#6491)

Version 1.39.0 (2024-06-07)

API

Incubator

  • BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conventions (#6497)

SDK

Exporter

  • BREAKING: Serve prometheus metrics only on /metrics by default. To restore the previous behavior and serve metrics on all paths, override the default handler as demonstrated here. (#6476)
  • Make OTLP exporter memory mode API public (#6469)
  • Speed up OTLP string marshaling using sun.misc.Unsafe (#6433)
  • Add exporter data classes for experimental profiling signal type. (#6374)
  • Start prometheus http server with daemon thread (#6472)
  • Update the Prometheus metrics library and improve how units are included in metric names. (#6473)
  • Remove android animalsniffer check from prometheus exporter (#6478)

Extensions

... (truncated)

Commits
  • 8094b39 [release/v1.40.x] Prepare release 1.40.0 (#6556)
  • c48fe94 Prepare changelog for 1.40.0 release (#6554)
  • 1f7d6a5 Add APIs to determine if tracer, logger, instruments are enabled (#6502)
  • 9fd6bca Fix build after recent collector release (#6548)
  • b56af03 Update dependency io.opentelemetry.proto:opentelemetry-proto to v1.3.1-alpha ...
  • 22aaae8 Update dependency org.skyscreamer:jsonassert to v1.5.3 (#6535)
  • c1ff34c Update dependency net.ltgt.gradle:gradle-errorprone-plugin to v4.0.1 (#6533)
  • ed46fa3 Update dependency com.linecorp.armeria:armeria-bom to v1.29.1 (#6543)
  • 021e7fe Update dependency io.grpc:grpc-bom to v1.65.0 (#6544)
  • 4086210 Update dependency org.junit:junit-bom to v5.10.3 (#6542)
  • Additional commits viewable in compare view

Updates io.airlift:jmx-http-rpc from 249 to 250

Commits

Updates io.airlift:bootstrap from 249 to 250

Commits

Updates io.airlift:configuration from 249 to 250

Commits

Updates io.airlift:http-client from 249 to 250

Commits

Updates io.airlift:json from 249 to 250

Commits

Updates io.airlift:log from 249 to 250

Commits

Updates io.airlift:log-manager from 249 to 250

Commits

Updates io.airlift:testing from 249 to 250

Commits

Updates com.fasterxml.jackson.core:jackson-core from 2.17.1 to 2.17.2

Commits
  • a6f49ca [maven-release-plugin] prepare release jackson-core-2.17.2
  • 3d41b1c Prepare for 2.17.2 release
  • 55261be Fix #1308: allow trailing dot for "Stringified numbers" (#1309)
  • 449ed86 Update javadoc to clarify buffering of JsonParser.getText(Writer) wrt #1288
  • 27edeb7 Back to snapshot deps
  • 948e63d [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.17.1 to 2.17.2

Commits
  • 86f27f7 [maven-release-plugin] prepare release jackson-dataformats-text-2.17.2
  • 29c3900 Prepare for 2.17.2 release
  • 6750677 Backport #481, update release notes
  • e51d723 CSV: fix issue in setSchema (#481)
  • ff5d1d6 Back to snapshot dep
  • 2623f30 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.17.1 to 2.17.2

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.17.1 to 2.17.2

Commits
  • 86f27f7 [maven-release-plugin] prepare release jackson-dataformats-text-2.17.2
  • 29c3900 Prepare for 2.17.2 release
  • 6750677 Backport #481, update release notes
  • e51d723 CSV: fix issue in setSchema (#481)
  • ff5d1d6 Back to snapshot dep
  • 2623f30 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.airlift:bootstrap from 249 to 250

Commits

Updates io.airlift:configuration from 249 to 250

Commits

Updates io.airlift:http-client from 249 to 250

Commits

Updates io.airlift:json from 249 to 250

Commits

Updates io.airlift:log from 249 to 250

Commits

Updates io.trino:trino-filesystem from 451 to 452

Updates io.trino:trino-hdfs from 451 to 452

Updates io.trino:trino-memory-context from 451 to 452

Updates io.trino:trino-orc from 451 to 452

Updates io.trino:trino-spi from 451 to 452

Updates io.trino:trino-plugin-toolkit from 451 to 452

Updates io.trino:trino-main from 451 to 452

Updates io.trino:trino-testing from 451 to 452

Commits

Updates io.trino:trino-testing-services from 451 to 452

Updates io.trino:trino-tpch from 451 to 452

Updates io.trino:trino-hdfs from 451 to 452

Updates io.trino:trino-memory-context from 451 to 452

Updates io.trino:trino-orc from 451 to 452

Updates com.fasterxml.jackson.core:jackson-annotations from 2.17.1 to 2.17.2

Commits

Updates io.opentelemetry:opentelemetry-api from 1.38.0 to 1.40.0

Release notes

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

Version 1.40.0

API

Incubator

  • Narrow ExtendedSpanBuilder return types for chaining (#6514)
  • Add APIs to determine if tracer, logger, instruments are enabled (#6502)

SDK

Extensions

  • Move autoconfigure docs to opentelemetry.io (#6491)

🙇 Thank you

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

@​breedx-splk @​heyams @​huange7 @​ICTylor @​jack-berg @​jaydeluca @​jkwatson @​laurit @​sebastian-alfers @​trask

Version 1.39.0

API

Incubator

  • BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conventions (#6497)

SDK

Exporter

  • BREAKING: Serve prometheus metrics only on /metrics by default. To restore the previous behavior and serve metrics on all paths, override the default handler as demonstrated here. (#6476)
  • Make OTLP exporter memory mode API public (#6469)
  • Speed up OTLP string marshaling using sun.misc.Unsafe (#6433)
  • Add exporter data classes for experimental profiling signal type. (#6374)
  • Start prometheus http server with daemon thread (#6472)
  • Update the Prometheus metrics library and improve how units are included in metric names. (#6473)
  • Remove android animalsniffer check from prometheus exporter (#6478)

Extensions

... (truncated)

Changelog

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

Version 1.40.0 (2024-07-05)

API

Incubator

  • Narrow ExtendedSpanBuilder return types for chaining (#6514)
  • Add APIs to determine if tracer, logger, instruments are enabled (#6502)

SDK

Extensions

  • Move autoconfigure docs to opentelemetry.io (#6491)

Version 1.39.0 (2024-06-07)

API

Incubator

  • BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conventions (#6497)

SDK

Exporter

  • BREAKING: Serve prometheus metrics only on /metrics by default. To restore the previous behavior and serve metrics on all paths, override the default handler as demonstrated here. (#6476)
  • Make OTLP exporter memory mode API public (#6469)
  • Speed up OTLP string marshaling using sun.misc.Unsafe (#6433)
  • Add exporter data classes for experimental profiling signal type. (#6374)
  • Start prometheus http server with daemon thread (#6472)
  • Update the Prometheus metrics library and improve how units are included in metric names. (#6473)
  • Remove android animalsniffer check from prometheus exporter (#6478)

Extensions

... (truncated)

Commits
  • 8094b39 [release/v1.40.x] Prepare release 1.40.0 (#6556)
  • c48fe94 Prepare changelog for 1.40.0 release (#6554)
  • 1f7d6a5 Add APIs to determine if tracer, logger, instruments are enabled (#6502)
  • 9fd6bca Fix build after recent collector release (#6548)
  • b56af03 Update dependency io.opentelemetry.proto:opentelemetry-proto to v1.3.1-alpha ...
  • 22aaae8 Update dependency org.skyscreamer:jsonassert to v1.5.3 (#6535)
  • c1ff34c Update dependency net.ltgt.gradle:gradle-errorprone-plugin to v4.0.1 (#6533)
  • ed46fa3 Update dependency com.linecorp.armeria:armeria-bom to v1.29.1 (#6543)
  • 021e7fe Update dependency io.grpc:grpc-bom to v1.65.0 (#6544)
  • 4086210 Update dependency org.junit:junit-bom to v5.10.3 (#6542)
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-context from 1.38.0 to 1.40.0

Release notes

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

Version 1.40.0

API

Incubator

  • Narrow ExtendedSpanBuilder return types for chaining (#6514)
  • Add APIs to determine if tracer, logger, instruments are enabled (#6502)

SDK

Extensions

  • Move autoconfigure docs to opentelemetry.io (#6491)

🙇 Thank you

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

@​breedx-splk @​heyams @​huange7 @​ICTylor @​jack-berg @​jaydeluca @​jkwatson @​laurit @​sebastian-alfers @​trask

Version 1.39.0

API

Incubator

  • BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conventions (#6497)

SDK

Exporter

  • BREAKING: Serve prometheus metrics only on /metrics by default. To restore the previous behavior and serve metrics on all paths, override the default handler as demonstrated here. (#6476)
  • Make OTLP exporter memory mode API public (#6469)
  • Speed up OTLP string marshaling using sun.misc.Unsafe (#6433)
  • Add exporter data classes for experimental profiling signal type. (#6374)
  • Start prometheus http server with daemon thread (#6472)
  • Update the Prometheus metrics library and improve how units are included in metric names. (#6473)
  • Remove android animalsniffer check from prometheus exporter (#6478)

Extensions

... (truncated)

Changelog

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

Version 1.40.0 (2024-07-05)

API

Incubator

  • Narrow ExtendedSpanBuilder return types for chaining (#6514)
  • Add APIs to determine if tracer, logger, instruments are enabled (#6502)

SDK

Extensions

  • Move autoconfigure docs to opentelemetry.io (#6491)

Version 1.39.0 (2024-06-07)

API

Incubator

  • BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conventions (#6497)

SDK

Exporter

  • BREAKING: Serve prometheus metrics only on /metrics by default. To restore the previous behavior and serve metrics on all paths, override the default handler as demonstrated here. (#6476)
  • Make OTLP exporter memory mode API public (#6469)
  • Speed up OTLP string marshaling using sun.misc.Unsafe (#6433)
  • Add exporter data classes for experimental profiling signal type. (#6374)
  • Start prometheus http server with daemon thread (#6472)
  • Update the Prometheus metrics library and improve how units are included in metric names. (#6473)
  • Remove android animalsniffer check from prometheus exporter (#6478)

Extensions

... (truncated)

Commits
  • 8094b39 [release/v1.40.x] Prepare release 1.40.0 (#6556)
  • c48fe94 Prepare changelog for 1.40.0 release (#6554)
  • 1f7d6a5 Add APIs to determine if tracer, logger, instruments are enabled (#6502)
  • 9fd6bca Fix build after recent collector release (#6548)
  • b56af03 Update dependency io.opentelemetry.proto:opentelemetry-proto to v1.3.1-alpha ...
  • 22aaae8 Update dependency org.skyscreamer:jsonassert to v1.5.3 (#6535)
  • c1ff34c Update dependency net.ltgt.gradle:gradle-errorprone-plugin to v4.0.1 (#6533)
  • ed46fa3 Update dependency com.linecorp.armeria:armeria-bom to v1.29.1 (#6543)
  • 021e7fe Update dependency io.grpc:grpc-bom to v1.65.0 (#6544)
  • 4086210 Update dependency org.junit:junit-bom to v5.10.3 (#6542)
  • Additional commits viewable in compare view

Updates io.trino:trino-spi from 451 to 452

Updates com.amazonaws:aws-java-sdk-core from 1.12.755 to 1.12.761

Changelog

Sourced from com.amazonaws:aws-java-sdk-core's changelog.

1.12.761 2024-07-12

AWS ARC - Zonal Shift

  • Features

    • Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region.

AWS Certificate Manager Private Certificate Authority

  • Features

    • Minor refactoring of C2J model for AWS Private CA

AWS CodeBuild

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

AWS Global Accelerator

  • Features

    • This feature adds exceptions to the Customer API to avoid throwing Internal Service errors

Amazon DynamoDB

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon Pinpoint

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon QuickSight

  • Features

    • Vega ally control options and Support for Reviewed Answers in Topics

Amazon Relational Database Service

  • Features

    • Update path for CreateDBCluster resource identifier, and Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon Simple Notification Service

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Auto Scaling

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

1.12.760 2024-07-10

AWS Batch

  • Features

    • This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.

AWS Glue

  • Features

    • Add recipe step support for recipe node

... (truncated)

Commits

Bumps the dependency-updates group with 31 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.airlift:airbase](https://github.com/airlift/airbase) | `157` | `158` |
| [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.38.0` | `1.40.0` |
| [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) | `1.38.0` | `1.40.0` |
| [io.opentelemetry:opentelemetry-context](https://github.com/open-telemetry/opentelemetry-java) | `1.38.0` | `1.40.0` |
| [io.airlift:jmx-http-rpc](https://github.com/airlift/airlift) | `249` | `250` |
| [io.airlift:bootstrap](https://github.com/airlift/airlift) | `249` | `250` |
| [io.airlift:configuration](https://github.com/airlift/airlift) | `249` | `250` |
| [io.airlift:http-client](https://github.com/airlift/airlift) | `249` | `250` |
| [io.airlift:json](https://github.com/airlift/airlift) | `249` | `250` |
| [io.airlift:log](https://github.com/airlift/airlift) | `249` | `250` |
| [io.airlift:log-manager](https://github.com/airlift/airlift) | `249` | `250` |
| [io.airlift:testing](https://github.com/airlift/airlift) | `249` | `250` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.17.1` | `2.17.2` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.1` | `2.17.2` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-csv](https://github.com/FasterXML/jackson-dataformats-text) | `2.17.1` | `2.17.2` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.17.1` | `2.17.2` |
| io.trino:trino-filesystem | `451` | `452` |
| io.trino:trino-hdfs | `451` | `452` |
| io.trino:trino-memory-context | `451` | `452` |
| io.trino:trino-orc | `451` | `452` |
| io.trino:trino-spi | `451` | `452` |
| io.trino:trino-plugin-toolkit | `451` | `452` |
| io.trino:trino-main | `451` | `452` |
| [io.trino:trino-testing](https://github.com/trinodb/trino) | `451` | `452` |
| io.trino:trino-testing-services | `451` | `452` |
| io.trino:trino-tpch | `451` | `452` |
| [com.amazonaws:aws-java-sdk-core](https://github.com/aws/aws-sdk-java) | `1.12.755` | `1.12.761` |
| [com.amazonaws:aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) | `1.12.755` | `1.12.761` |
| [com.github.docker-java:docker-java-api](https://github.com/docker-java/docker-java) | `3.3.6` | `3.4.0` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.26.0` | `3.26.3` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.1.0` | `3.1.1` |



Updates `io.airlift:airbase` from 157 to 158
- [Changelog](https://github.com/airlift/airbase/blob/master/CHANGES.md)
- [Commits](https://github.com/airlift/airbase/commits)

Updates `io.opentelemetry:opentelemetry-bom` from 1.38.0 to 1.40.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.38.0...v1.40.0)

Updates `io.opentelemetry:opentelemetry-api` from 1.38.0 to 1.40.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.38.0...v1.40.0)

Updates `io.opentelemetry:opentelemetry-context` from 1.38.0 to 1.40.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.38.0...v1.40.0)

Updates `io.airlift:jmx-http-rpc` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:bootstrap` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:configuration` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:http-client` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:json` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:log` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:log-manager` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:testing` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.1 to 2.17.2
- [Commits](FasterXML/jackson-core@jackson-core-2.17.1...jackson-core-2.17.2)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-csv` from 2.17.1 to 2.17.2
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.17.1...jackson-dataformats-text-2.17.2)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.1 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-csv` from 2.17.1 to 2.17.2
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.17.1...jackson-dataformats-text-2.17.2)

Updates `io.airlift:bootstrap` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:configuration` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:http-client` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:json` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:log` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.trino:trino-filesystem` from 451 to 452

Updates `io.trino:trino-hdfs` from 451 to 452

Updates `io.trino:trino-memory-context` from 451 to 452

Updates `io.trino:trino-orc` from 451 to 452

Updates `io.trino:trino-spi` from 451 to 452

Updates `io.trino:trino-plugin-toolkit` from 451 to 452

Updates `io.trino:trino-main` from 451 to 452

Updates `io.trino:trino-testing` from 451 to 452
- [Changelog](https://github.com/trinodb/trino/blob/master/docs/release-template.md)
- [Commits](https://github.com/trinodb/trino/commits)

Updates `io.trino:trino-testing-services` from 451 to 452

Updates `io.trino:trino-tpch` from 451 to 452

Updates `io.trino:trino-hdfs` from 451 to 452

Updates `io.trino:trino-memory-context` from 451 to 452

Updates `io.trino:trino-orc` from 451 to 452

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.1 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `io.opentelemetry:opentelemetry-api` from 1.38.0 to 1.40.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.38.0...v1.40.0)

Updates `io.opentelemetry:opentelemetry-context` from 1.38.0 to 1.40.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.38.0...v1.40.0)

Updates `io.trino:trino-spi` from 451 to 452

Updates `com.amazonaws:aws-java-sdk-core` from 1.12.755 to 1.12.761
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.755...1.12.761)

Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.755 to 1.12.761
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.755...1.12.761)

Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.755 to 1.12.761
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.755...1.12.761)

Updates `io.airlift:log-manager` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.trino:trino-plugin-toolkit` from 451 to 452

Updates `com.github.docker-java:docker-java-api` from 3.3.6 to 3.4.0
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.3.6...3.4.0)

Updates `io.airlift:testing` from 249 to 250
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.trino:trino-main` from 451 to 452

Updates `io.trino:trino-testing` from 451 to 452
- [Changelog](https://github.com/trinodb/trino/blob/master/docs/release-template.md)
- [Commits](https://github.com/trinodb/trino/commits)

Updates `io.trino:trino-testing-services` from 451 to 452

Updates `io.trino:trino-tpch` from 451 to 452

Updates `org.assertj:assertj-core` from 3.26.0 to 3.26.3
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.26.0...assertj-build-3.26.3)

Updates `org.apache.maven.plugins:maven-release-plugin` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-3.1.0...maven-release-3.1.1)

---
updated-dependencies:
- dependency-name: io.airlift:airbase
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.opentelemetry:opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.opentelemetry:opentelemetry-context
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.airlift:jmx-http-rpc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.airlift:bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.airlift:configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.airlift:http-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.airlift:json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.airlift:log
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.airlift:log-manager
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.airlift:testing
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: io.airlift:bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.airlift:configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.airlift:http-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.airlift:json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.airlift:log
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-filesystem
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-hdfs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-memory-context
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-orc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-spi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-plugin-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-main
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-testing
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-testing-services
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-tpch
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-hdfs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-memory-context
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-orc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: io.opentelemetry:opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.opentelemetry:opentelemetry-context
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-spi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: com.amazonaws:aws-java-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.amazonaws:aws-java-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.amazonaws:aws-java-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: io.airlift:log-manager
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-plugin-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: com.github.docker-java:docker-java-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.airlift:testing
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-main
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-testing
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-testing-services
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-tpch
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2024

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

@dependabot dependabot bot closed this Jul 22, 2024
@dependabot dependabot bot deleted the dependabot/maven/dependency-updates-b2b865d046 branch July 22, 2024 07:14
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 Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants