dependabot[bot] opened a new pull request, #1864:
URL: https://github.com/apache/cxf/pull/1864

   Bumps `cxf.opentelemetry.version` from 1.34.1 to 1.38.0.
   Updates `io.opentelemetry:opentelemetry-bom` from 1.34.1 to 1.38.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/releases";>io.opentelemetry:opentelemetry-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.38.0</h2>
   <h3>API</h3>
   <ul>
   <li>Stabilize synchronous gauge (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6419";>#6419</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Add put(AttributeKey<!-- raw HTML omitted -->, T) overload to 
EventBuilder (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6331";>#6331</a>)</li>
   </ul>
   <h4>Baggage</h4>
   <ul>
   <li>Baggage filters space-only keys (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6431";>#6431</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Add experimental scope config to enable / disable scopes (i.e. meter, 
logger, tracer) (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6375";>#6375</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add ReadableSpan#getAttributes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6382";>#6382</a>)</li>
   <li>Use standard ArrayList size rather than max number of links for initial 
span links allocation (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6252";>#6252</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Use low precision Clock#now when computing timestamp for exemplars (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6417";>#6417</a>)</li>
   <li>Update invalid instrument name log message now that forward slash 
<code>/</code> is valid (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6343";>#6343</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Introduce low allocation OTLP marshalers. If using autoconfigure, opt in 
via <code>OTEL_JAVA_EXPERIMENTAL_EXPORTER_MEMORY_MODE=REUSABLE_DATA</code>.  * 
Low allocation OTLP logs marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6429";>#6429</a>)
  * Low allocation OTLP metrics marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6422";>#6422</a>)
  * Low allocation OTLP trace marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6410";>#6410</a>)
  * Add memory mode support to OTLP exporters (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6430";>#6430</a>)
  * Marshal span status description without allocation (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6423";>#6423</a>)
  * Add private constructors for stateless marshalers (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6434";>#6434</a>)</li>
   <li>Mark opentelemetry-exporter-sender-jdk stable (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6357";>#6357</a>)</li>
   <li>PrometheusHttpServer prevent concurrent reads when reusable memory mode 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6371";>#6371</a>)</li>
   <li>Ignore TLS components (SSLContext, TrustManager, KeyManager) if plain 
HTTP protocol is used for exporting (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6329";>#6329</a>)</li>
   <li>Add is_remote_parent span flags to OTLP exported Spans and SpanLinks (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6388";>#6388</a>)</li>
   <li>Add missing fields to OTLP metric exporters <code>toString()</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6402";>#6402</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Rename otel.config.file to otel.experimental.config.file for 
autoconfigure (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6396";>#6396</a>)</li>
   </ul>
   <h3>OpenCensus Shim</h3>
   <ul>
   <li>Fix opencensus shim spanBuilderWithRemoteParent behavior (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6415";>#6415</a>)</li>
   </ul>
   <h3>Tooling</h3>
   <ul>
   <li>Add additional API incubator docs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6356";>#6356</a>)</li>
   <li>Run build on java 21 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6370";>#6370</a>)</li>
   <li>Fix running tests with java 8 on macos (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6411";>#6411</a>)</li>
   <li>Move away from deprecated gradle enterprise APIs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6363";>#6363</a>)</li>
   </ul>
   <!-- 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-bom's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.38.0 (2024-05-10)</h2>
   <h3>API</h3>
   <ul>
   <li>Stabilize synchronous gauge
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6419";>#6419</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Add put(AttributeKey<!-- raw HTML omitted -->, T) overload to 
EventBuilder
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6331";>#6331</a>)</li>
   </ul>
   <h4>Baggage</h4>
   <ul>
   <li>Baggage filters space-only keys
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6431";>#6431</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Add experimental scope config to enable / disable scopes (i.e. meter, 
logger, tracer)
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6375";>#6375</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add ReadableSpan#getAttributes
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6382";>#6382</a>)</li>
   <li>Use standard ArrayList size rather than max number of links for initial 
span links allocation
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6252";>#6252</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Use low precision Clock#now when computing timestamp for exemplars
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6417";>#6417</a>)</li>
   <li>Update invalid instrument name log message now that forward slash 
<code>/</code> is valid
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6343";>#6343</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Introduce low allocation OTLP marshalers. If using autoconfigure, opt in
   via <code>OTEL_JAVA_EXPERIMENTAL_EXPORTER_MEMORY_MODE=REUSABLE_DATA</code>.
   <ul>
   <li>Low allocation OTLP logs marshaler
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6429";>#6429</a>)</li>
   <li>Low allocation OTLP metrics marshaler
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6422";>#6422</a>)</li>
   <li>Low allocation OTLP trace marshaler
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6410";>#6410</a>)</li>
   <li>Add memory mode support to OTLP exporters
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6430";>#6430</a>)</li>
   <li>Marshal span status description without allocation
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6423";>#6423</a>)</li>
   </ul>
   </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/30d16eb3d393f85d99175a62ed246e369e25b906";><code>30d16eb</code></a>
 [release/v1.38.x] Prepare release 1.38.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6446";>#6446</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/67fcea3846eb18753935c35edd0b94e32df563df";><code>67fcea3</code></a>
 Prepare for 1.38.0 release (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6441";>#6441</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/a855e1296eec307f8f52e90089c2edf92f4825b3";><code>a855e12</code></a>
 Mention branch protection ordering (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6406";>#6406</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/c7d472ad367fa7140f695e9942ba4268f21f0672";><code>c7d472a</code></a>
 Stabilize synchronous gauge (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6419";>#6419</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ca798212a262c414efd2d729d2abe52765e0b3f5";><code>ca79821</code></a>
 Restrict space-only keys (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6431";>#6431</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/0d2d67efe4b2bd9c75e15349adda53dafcf1f09b";><code>0d2d67e</code></a>
 Add memory mode support to OTLP exporters (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6430";>#6430</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/715211e98b65c21a2d0ef74d8113f297ece430b0";><code>715211e</code></a>
 Low allocation OTLP logs marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6429";>#6429</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/529730606442c0be1472e070f163e9e40c07a99f";><code>5297306</code></a>
 Add Lauri to approvers (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6440";>#6440</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/417f82c3ca24defe833aa9ca43522d586dc464ff";><code>417f82c</code></a>
 Update dependency org.testcontainers:testcontainers-bom to v1.19.8 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6437";>#6437</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/af46b5e4a9824f080717e175abec884827c20b48";><code>af46b5e</code></a>
 change variable name (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6439";>#6439</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.34.1...v1.38.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-opentracing-shim` from 1.34.1 to 
1.38.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/releases";>io.opentelemetry:opentelemetry-opentracing-shim's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.38.0</h2>
   <h3>API</h3>
   <ul>
   <li>Stabilize synchronous gauge (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6419";>#6419</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Add put(AttributeKey<!-- raw HTML omitted -->, T) overload to 
EventBuilder (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6331";>#6331</a>)</li>
   </ul>
   <h4>Baggage</h4>
   <ul>
   <li>Baggage filters space-only keys (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6431";>#6431</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Add experimental scope config to enable / disable scopes (i.e. meter, 
logger, tracer) (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6375";>#6375</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add ReadableSpan#getAttributes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6382";>#6382</a>)</li>
   <li>Use standard ArrayList size rather than max number of links for initial 
span links allocation (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6252";>#6252</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Use low precision Clock#now when computing timestamp for exemplars (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6417";>#6417</a>)</li>
   <li>Update invalid instrument name log message now that forward slash 
<code>/</code> is valid (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6343";>#6343</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Introduce low allocation OTLP marshalers. If using autoconfigure, opt in 
via <code>OTEL_JAVA_EXPERIMENTAL_EXPORTER_MEMORY_MODE=REUSABLE_DATA</code>.  * 
Low allocation OTLP logs marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6429";>#6429</a>)
  * Low allocation OTLP metrics marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6422";>#6422</a>)
  * Low allocation OTLP trace marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6410";>#6410</a>)
  * Add memory mode support to OTLP exporters (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6430";>#6430</a>)
  * Marshal span status description without allocation (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6423";>#6423</a>)
  * Add private constructors for stateless marshalers (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6434";>#6434</a>)</li>
   <li>Mark opentelemetry-exporter-sender-jdk stable (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6357";>#6357</a>)</li>
   <li>PrometheusHttpServer prevent concurrent reads when reusable memory mode 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6371";>#6371</a>)</li>
   <li>Ignore TLS components (SSLContext, TrustManager, KeyManager) if plain 
HTTP protocol is used for exporting (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6329";>#6329</a>)</li>
   <li>Add is_remote_parent span flags to OTLP exported Spans and SpanLinks (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6388";>#6388</a>)</li>
   <li>Add missing fields to OTLP metric exporters <code>toString()</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6402";>#6402</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Rename otel.config.file to otel.experimental.config.file for 
autoconfigure (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6396";>#6396</a>)</li>
   </ul>
   <h3>OpenCensus Shim</h3>
   <ul>
   <li>Fix opencensus shim spanBuilderWithRemoteParent behavior (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6415";>#6415</a>)</li>
   </ul>
   <h3>Tooling</h3>
   <ul>
   <li>Add additional API incubator docs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6356";>#6356</a>)</li>
   <li>Run build on java 21 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6370";>#6370</a>)</li>
   <li>Fix running tests with java 8 on macos (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6411";>#6411</a>)</li>
   <li>Move away from deprecated gradle enterprise APIs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6363";>#6363</a>)</li>
   </ul>
   <!-- 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-opentracing-shim's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.38.0 (2024-05-10)</h2>
   <h3>API</h3>
   <ul>
   <li>Stabilize synchronous gauge
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6419";>#6419</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Add put(AttributeKey<!-- raw HTML omitted -->, T) overload to 
EventBuilder
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6331";>#6331</a>)</li>
   </ul>
   <h4>Baggage</h4>
   <ul>
   <li>Baggage filters space-only keys
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6431";>#6431</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Add experimental scope config to enable / disable scopes (i.e. meter, 
logger, tracer)
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6375";>#6375</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add ReadableSpan#getAttributes
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6382";>#6382</a>)</li>
   <li>Use standard ArrayList size rather than max number of links for initial 
span links allocation
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6252";>#6252</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Use low precision Clock#now when computing timestamp for exemplars
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6417";>#6417</a>)</li>
   <li>Update invalid instrument name log message now that forward slash 
<code>/</code> is valid
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6343";>#6343</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Introduce low allocation OTLP marshalers. If using autoconfigure, opt in
   via <code>OTEL_JAVA_EXPERIMENTAL_EXPORTER_MEMORY_MODE=REUSABLE_DATA</code>.
   <ul>
   <li>Low allocation OTLP logs marshaler
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6429";>#6429</a>)</li>
   <li>Low allocation OTLP metrics marshaler
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6422";>#6422</a>)</li>
   <li>Low allocation OTLP trace marshaler
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6410";>#6410</a>)</li>
   <li>Add memory mode support to OTLP exporters
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6430";>#6430</a>)</li>
   <li>Marshal span status description without allocation
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6423";>#6423</a>)</li>
   </ul>
   </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/30d16eb3d393f85d99175a62ed246e369e25b906";><code>30d16eb</code></a>
 [release/v1.38.x] Prepare release 1.38.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6446";>#6446</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/67fcea3846eb18753935c35edd0b94e32df563df";><code>67fcea3</code></a>
 Prepare for 1.38.0 release (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6441";>#6441</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/a855e1296eec307f8f52e90089c2edf92f4825b3";><code>a855e12</code></a>
 Mention branch protection ordering (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6406";>#6406</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/c7d472ad367fa7140f695e9942ba4268f21f0672";><code>c7d472a</code></a>
 Stabilize synchronous gauge (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6419";>#6419</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ca798212a262c414efd2d729d2abe52765e0b3f5";><code>ca79821</code></a>
 Restrict space-only keys (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6431";>#6431</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/0d2d67efe4b2bd9c75e15349adda53dafcf1f09b";><code>0d2d67e</code></a>
 Add memory mode support to OTLP exporters (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6430";>#6430</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/715211e98b65c21a2d0ef74d8113f297ece430b0";><code>715211e</code></a>
 Low allocation OTLP logs marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6429";>#6429</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/529730606442c0be1472e070f163e9e40c07a99f";><code>5297306</code></a>
 Add Lauri to approvers (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6440";>#6440</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/417f82c3ca24defe833aa9ca43522d586dc464ff";><code>417f82c</code></a>
 Update dependency org.testcontainers:testcontainers-bom to v1.19.8 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6437";>#6437</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/af46b5e4a9824f080717e175abec884827c20b48";><code>af46b5e</code></a>
 change variable name (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6439";>#6439</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.34.1...v1.38.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to