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

   Bumps `cxf.opentelemetry.version` from 1.51.0 to 1.52.0.
   Updates `io.opentelemetry:opentelemetry-bom` from 1.51.0 to 1.52.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.52.0</h2>
   <h3>API</h3>
   <h4>Common</h4>
   <ul>
   <li>Promote <code>ComponentLoader</code> to new 
<code>opentelemetry-common</code> artifact, standardize SPI loading (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7446";>#7446</a>)</li>
   </ul>
   <h4>Context</h4>
   <ul>
   <li>LazyStorage passes its ClassLoader when loading ContextStorageProvider 
SPI (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7424";>#7424</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Add context and severity params to ExtendedLogger#isEnabled (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7268";>#7268</a>)</li>
   <li>Add new convenience methods for converting DeclarativeConfigProperties 
to config model (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7453";>#7453</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Add custom stacktrace renderer which is length limit aware (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7281";>#7281</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Propagate flush to PeriodicMetricReader's metricExporter. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7410";>#7410</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown 
method (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7390";>#7390</a>)</li>
   <li>OTLP: profile exporters fix and test improvements (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7442";>#7442</a>)</li>
   <li>OTLP: Loading Compressor SPI via ComponentLoader configured through 
setComponentLoader (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7428";>#7428</a>)</li>
   <li>Prometheus: add scope schema URL and attributes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7356";>#7356</a>)</li>
   <li>Prometheus: extend prometheus declarative config support to include 
without_scope_info, with_resource_constant_labels (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6840";>#6840</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Autoconfigure: fix race condition of <code>GlobalOpenTelemetry</code> 
initialization with <code>AutoConfiguredOpenTelemetrySdkBuilder</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7365";>#7365</a>)</li>
   <li>Declarative config: update to declarative config 1.0-rc.1 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7436";>#7436</a>)</li>
   <li>Declarative config: resolve environment variable substitution for mixed 
quotes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7433";>#7433</a>)</li>
   </ul>
   <h3>🙇 Thank you</h3>
   <p>This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:</p>
   <p><a href="https://github.com/anuraaga";><code>@​anuraaga</code></a>
   <a href="https://github.com/ArthurSens";><code>@​ArthurSens</code></a>
   <a href="https://github.com/atoulme";><code>@​atoulme</code></a>
   <a href="https://github.com/breedx-splk";><code>@​breedx-splk</code></a>
   <a href="https://github.com/dol";><code>@​dol</code></a>
   <a href="https://github.com/fandreuz";><code>@​fandreuz</code></a>
   <a href="https://github.com/felixbarny";><code>@​felixbarny</code></a>
   <a 
href="https://github.com/github-advanced-security";><code>@​github-advanced-security</code></a></p>
   <!-- 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.52.0 (2025-07-11)</h2>
   <h3>API</h3>
   <h4>Common</h4>
   <ul>
   <li>Promote <code>ComponentLoader</code> to new 
<code>opentelemetry-common</code> artifact,
   standardize SPI loading
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7446";>#7446</a>)</li>
   </ul>
   <h4>Context</h4>
   <ul>
   <li>LazyStorage passes its ClassLoader when loading ContextStorageProvider 
SPI
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7424";>#7424</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Add context and severity params to ExtendedLogger#isEnabled
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7268";>#7268</a>)</li>
   <li>Add new convenience methods for converting DeclarativeConfigProperties 
to config model
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7453";>#7453</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Add custom stacktrace renderer which is length limit aware
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7281";>#7281</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Propagate flush to PeriodicMetricReader's metricExporter.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7410";>#7410</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown 
method
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7390";>#7390</a>)</li>
   <li>OTLP: profile exporters fix and test improvements
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7442";>#7442</a>)</li>
   <li>OTLP: Loading Compressor SPI via ComponentLoader configured through 
setComponentLoader
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7428";>#7428</a>)</li>
   <li>Prometheus: add scope schema URL and attributes
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7356";>#7356</a>)</li>
   <li>Prometheus: extend prometheus declarative config support to include 
without_scope_info,
   with_resource_constant_labels
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6840";>#6840</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Autoconfigure: fix race condition of <code>GlobalOpenTelemetry</code> 
initialization with
   <code>AutoConfiguredOpenTelemetrySdkBuilder</code></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/7efdd042277b76fc31765edd44759ee90c3bccf5";><code>7efdd04</code></a>
 [release/v1.52.x] Prepare release 1.52.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7482";>#7482</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/6cac14d649c0f6f0980e9c59825a0932ba1c6905";><code>6cac14d</code></a>
 Prepare for 1.52.0 release (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7478";>#7478</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/78a917da2e8f4bc3645f4fb10361e3e844aab9fb";><code>78a917d</code></a>
 Promote ComponentLoader to new opentelemetry-api-util, standardize SPI 
loadin...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/4821c37ec09fe7d77bbaf87a4cebd82ccb9744a1";><code>4821c37</code></a>
 Add custom stacktrace renderer which is length limit aware (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7281";>#7281</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/cecfb835bea0de7d7f38c0bee6869a0bb84e8510";><code>cecfb83</code></a>
 Extend prometheus declarative config support to include without_scope_info, 
w...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/915c64a3654e07f8aad99d76a54141806919bf61";><code>915c64a</code></a>
 Add new convenience methods for converting DeclarativeConfigProperties to 
con...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/de491791a4c9522f158da49da92fcfe20eee42e8";><code>de49179</code></a>
 fix(deps): update dependency com.google.api.grpc:proto-google-common-protos 
t...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/05f67023da1f029a2fdfe09652701e301921a281";><code>05f6702</code></a>
 add scope schema URL and attributes to prom attributes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7356";>#7356</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e949555a709f6a2c2546b16181d59f9f094039c0";><code>e949555</code></a>
 fix(deps): update dependency com.squareup.wire:wire-bom to v5.3.5 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7477";>#7477</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/d9c95834092fdae7a0e94377b7800e184d0378d1";><code>d9c9583</code></a>
 Add context and severity params to ExtendedLogger#isEnabled (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7268";>#7268</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.51.0...v1.52.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-opentracing-shim` from 1.51.0 to 
1.52.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.52.0</h2>
   <h3>API</h3>
   <h4>Common</h4>
   <ul>
   <li>Promote <code>ComponentLoader</code> to new 
<code>opentelemetry-common</code> artifact, standardize SPI loading (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7446";>#7446</a>)</li>
   </ul>
   <h4>Context</h4>
   <ul>
   <li>LazyStorage passes its ClassLoader when loading ContextStorageProvider 
SPI (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7424";>#7424</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Add context and severity params to ExtendedLogger#isEnabled (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7268";>#7268</a>)</li>
   <li>Add new convenience methods for converting DeclarativeConfigProperties 
to config model (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7453";>#7453</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Add custom stacktrace renderer which is length limit aware (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7281";>#7281</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Propagate flush to PeriodicMetricReader's metricExporter. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7410";>#7410</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown 
method (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7390";>#7390</a>)</li>
   <li>OTLP: profile exporters fix and test improvements (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7442";>#7442</a>)</li>
   <li>OTLP: Loading Compressor SPI via ComponentLoader configured through 
setComponentLoader (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7428";>#7428</a>)</li>
   <li>Prometheus: add scope schema URL and attributes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7356";>#7356</a>)</li>
   <li>Prometheus: extend prometheus declarative config support to include 
without_scope_info, with_resource_constant_labels (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6840";>#6840</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Autoconfigure: fix race condition of <code>GlobalOpenTelemetry</code> 
initialization with <code>AutoConfiguredOpenTelemetrySdkBuilder</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7365";>#7365</a>)</li>
   <li>Declarative config: update to declarative config 1.0-rc.1 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7436";>#7436</a>)</li>
   <li>Declarative config: resolve environment variable substitution for mixed 
quotes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7433";>#7433</a>)</li>
   </ul>
   <h3>🙇 Thank you</h3>
   <p>This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:</p>
   <p><a href="https://github.com/anuraaga";><code>@​anuraaga</code></a>
   <a href="https://github.com/ArthurSens";><code>@​ArthurSens</code></a>
   <a href="https://github.com/atoulme";><code>@​atoulme</code></a>
   <a href="https://github.com/breedx-splk";><code>@​breedx-splk</code></a>
   <a href="https://github.com/dol";><code>@​dol</code></a>
   <a href="https://github.com/fandreuz";><code>@​fandreuz</code></a>
   <a href="https://github.com/felixbarny";><code>@​felixbarny</code></a>
   <a 
href="https://github.com/github-advanced-security";><code>@​github-advanced-security</code></a></p>
   <!-- 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.52.0 (2025-07-11)</h2>
   <h3>API</h3>
   <h4>Common</h4>
   <ul>
   <li>Promote <code>ComponentLoader</code> to new 
<code>opentelemetry-common</code> artifact,
   standardize SPI loading
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7446";>#7446</a>)</li>
   </ul>
   <h4>Context</h4>
   <ul>
   <li>LazyStorage passes its ClassLoader when loading ContextStorageProvider 
SPI
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7424";>#7424</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Add context and severity params to ExtendedLogger#isEnabled
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7268";>#7268</a>)</li>
   <li>Add new convenience methods for converting DeclarativeConfigProperties 
to config model
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7453";>#7453</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Add custom stacktrace renderer which is length limit aware
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7281";>#7281</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Propagate flush to PeriodicMetricReader's metricExporter.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7410";>#7410</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown 
method
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7390";>#7390</a>)</li>
   <li>OTLP: profile exporters fix and test improvements
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7442";>#7442</a>)</li>
   <li>OTLP: Loading Compressor SPI via ComponentLoader configured through 
setComponentLoader
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7428";>#7428</a>)</li>
   <li>Prometheus: add scope schema URL and attributes
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7356";>#7356</a>)</li>
   <li>Prometheus: extend prometheus declarative config support to include 
without_scope_info,
   with_resource_constant_labels
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6840";>#6840</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Autoconfigure: fix race condition of <code>GlobalOpenTelemetry</code> 
initialization with
   <code>AutoConfiguredOpenTelemetrySdkBuilder</code></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/7efdd042277b76fc31765edd44759ee90c3bccf5";><code>7efdd04</code></a>
 [release/v1.52.x] Prepare release 1.52.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7482";>#7482</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/6cac14d649c0f6f0980e9c59825a0932ba1c6905";><code>6cac14d</code></a>
 Prepare for 1.52.0 release (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7478";>#7478</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/78a917da2e8f4bc3645f4fb10361e3e844aab9fb";><code>78a917d</code></a>
 Promote ComponentLoader to new opentelemetry-api-util, standardize SPI 
loadin...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/4821c37ec09fe7d77bbaf87a4cebd82ccb9744a1";><code>4821c37</code></a>
 Add custom stacktrace renderer which is length limit aware (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7281";>#7281</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/cecfb835bea0de7d7f38c0bee6869a0bb84e8510";><code>cecfb83</code></a>
 Extend prometheus declarative config support to include without_scope_info, 
w...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/915c64a3654e07f8aad99d76a54141806919bf61";><code>915c64a</code></a>
 Add new convenience methods for converting DeclarativeConfigProperties to 
con...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/de491791a4c9522f158da49da92fcfe20eee42e8";><code>de49179</code></a>
 fix(deps): update dependency com.google.api.grpc:proto-google-common-protos 
t...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/05f67023da1f029a2fdfe09652701e301921a281";><code>05f6702</code></a>
 add scope schema URL and attributes to prom attributes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7356";>#7356</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e949555a709f6a2c2546b16181d59f9f094039c0";><code>e949555</code></a>
 fix(deps): update dependency com.squareup.wire:wire-bom to v5.3.5 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7477";>#7477</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/d9c95834092fdae7a0e94377b7800e184d0378d1";><code>d9c9583</code></a>
 Add context and severity params to ExtendedLogger#isEnabled (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7268";>#7268</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.51.0...v1.52.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