dependabot[bot] opened a new pull request, #4753: URL: https://github.com/apache/ignite-3/pull/4753
Bumps [io.opentelemetry:opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-java) from 1.42.1 to 1.44.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-exporter-otlp's releases</a>.</em></p> <blockquote> <h2>Version 1.44.1</h2> <p>This is a patch release on the previous 1.44.0 release, fixing the issue(s) below.</p> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Fix regression in event attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6865">#6865</a>)</li> </ul> <h2>Version 1.44.0</h2> <h3>API</h3> <ul> <li>Fix ConfigUtil#getString ConcurrentModificationException (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6841">#6841</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Stabilize ExceptionEventData (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6795">#6795</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Stabilize metric cardinality limits (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6794">#6794</a>)</li> <li>Refactor metrics internals to remove MeterSharedState (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6845">#6845</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>Add memory mode option to stdout exporters (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6774">#6774</a>)</li> <li>Log a warning if OTLP endpoint port is likely incorrect given the protocol (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6813">#6813</a>)</li> <li>Fix OTLP gRPC retry mechanism for unsuccessful HTTP responses (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6829">#6829</a>)</li> <li>Add ByteBuffer field type marshaling support (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6686">#6686</a>)</li> <li>Fix stdout exporter format by adding newline after each export (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6848">#6848</a>)</li> <li>Enable <code>reusuable_data</code> memory mode by default for <code>OtlpGrpc{Signal}Exporter</code>, <code>OtlpHttp{Signal}Exporter</code>, <code>OtlpStdout{Signal}Exporter</code>, and <code>PrometheusHttpServer</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6799">#6799</a>)</li> </ul> <h4>Extension</h4> <ul> <li>Rebrand file configuration to declarative configuration in documentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6812">#6812</a>)</li> <li>Fix declarative config <code>file_format</code> validation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6786">#6786</a>)</li> <li>Fix declarative config env substitution by disallowing '}' in default value (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6793">#6793</a>)</li> <li>Set declarative config default OTLP protocol to http/protobuf (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6800">#6800</a>)</li> <li>Stabilize autoconfigure disabling of resource keys via <code>otel.resource.disabled.keys</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6809">#6809</a>)</li> </ul> <h3>Tooling</h3> <ul> <li>Run tests on Java 23 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6825">#6825</a>)</li> <li>Test Windows in CI (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6824">#6824</a>)</li> <li>Add error prone checks for internal javadoc and private constructors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6844">#6844</a>)</li> </ul> <h3>🙇 Thank you</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md">io.opentelemetry:opentelemetry-exporter-otlp's changelog</a>.</em></p> <blockquote> <h2>Version 1.44.1 (2024-11-10)</h2> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Fix regression in event attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6865">#6865</a>)</li> </ul> <h2>Version 1.44.0 (2024-11-08)</h2> <h3>API</h3> <ul> <li>Fix ConfigUtil#getString ConcurrentModificationException (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6841">#6841</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Stabilize ExceptionEventData (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6795">#6795</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Stabilize metric cardinality limits (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6794">#6794</a>)</li> <li>Refactor metrics internals to remove MeterSharedState (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6845">#6845</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>Add memory mode option to stdout exporters (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6774">#6774</a>)</li> <li>Log a warning if OTLP endpoint port is likely incorrect given the protocol (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6813">#6813</a>)</li> <li>Fix OTLP gRPC retry mechanism for unsuccessful HTTP responses (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6829">#6829</a>)</li> <li>Add ByteBuffer field type marshaling support (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6686">#6686</a>)</li> <li>Fix stdout exporter format by adding newline after each export (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6848">#6848</a>)</li> <li>Enable <code>reusuable_data</code> memory mode by default for <code>OtlpGrpc{Signal}Exporter</code>, <code>OtlpHttp{Signal}Exporter</code>, <code>OtlpStdout{Signal}Exporter</code>, and <code>PrometheusHttpServer</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6799">#6799</a>)</li> </ul> <h4>Extension</h4> <ul> <li>Rebrand file configuration to declarative configuration in documentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6812">#6812</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/cb7d40a425413c471c03410a503e4f70b760e481"><code>cb7d40a</code></a> [release/v1.44.x] Prepare release 1.44.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6868">#6868</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f7eaa01bef5befbbe8d5d9b16e25b884c0cbdab3"><code>f7eaa01</code></a> Update changelog for 1.44.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6867">#6867</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/d694852bc03a4e76ec506de7b5c9970e6f4c3987"><code>d694852</code></a> [release/v1.44.x] Fix regression in event attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6866">#6866</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/08349dc4501cad0cd6d9ee60fa8086e84c6e1c50"><code>08349dc</code></a> [release/v1.44.x] Prepare release 1.44.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6863">#6863</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/e38ebf5dc39565a15699ba104eb8b18e9c3a7596"><code>e38ebf5</code></a> Prepare 1.44.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6861">#6861</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/b5fab78314ff3322c8724984c76de78afc1452b3"><code>b5fab78</code></a> fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.3...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/7dcf73f2d8d83763312a6268ddaf71d337cc89b5"><code>7dcf73f</code></a> fix(deps): update dependency com.android.tools:desugar_jdk_libs to v2.1.3 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6">#6</a>...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/0a4aa3cbd27bb60e91ea38a0090d23cafef50f89"><code>0a4aa3c</code></a> fix(deps): update dependency me.champeau.gradle:japicmp-gradle-plugin to v0.4...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/2a1c2749ff8e1f263cbea1ba0a9abad0a56ec35c"><code>2a1c274</code></a> update prom client (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6857">#6857</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/6c3725d91622ef529f16de7d9c41ab55acb6525c"><code>6c3725d</code></a> fix(deps): update dependency checkstyle to v10.20.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6856">#6856</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.42.1...v1.44.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.opentelemetry:opentelemetry-exporter-otlp&package-manager=gradle&previous-version=1.42.1&new-version=1.44.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org