You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2022/08/28 17:03:29 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request, #1840: Bump grpc.version from 1.48.1 to 1.49.0 in /lang/java

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

   Bumps `grpc.version` from 1.48.1 to 1.49.0.
   Updates `grpc-core` from 1.48.1 to 1.49.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-core's releases</a>.</em></p>
   <blockquote>
   <h2>v1.49.0</h2>
   <h3>New Features</h3>
   <ul>
   <li>okhttp: Add <code>OkHttpServerBuilder</code>. The server can be used directly, but is not yet available via <code>ServerBuilder.forPort()</code> and <code>Grpc.newServerBuilderForPort()</code>. It passes our tests, but has seen no real-world use. It is also lacking connection management features</li>
   <li>okhttp: Add support for byte-based private keys via TlsChannelCredentials and TlsServerCredentials</li>
   <li>core: New outlier detection load balancer</li>
   <li>googleapis: google-c2p resolver is now stabilized</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Fix retry causing memory leak for canceled RPCs. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9360">#9360</a>)</li>
   <li>core: Use SyncContext for InProcess transport callbacks to avoid deadlocks. This fixes the long-standing issue <a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/3084">#3084</a> which prevented using directExecutor() in some tests using streaming RPCs</li>
   <li>core: Disable retries with in-process transport by default (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9361">#9361</a>). In-process does not compute message sizes so can retain excessive amounts of memory</li>
   <li>bazel: Use valid target name for services and xds when overriding Maven targets (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9422">#9422</a>). This fixes an error of the form <code>no such target '@io_grpc_grpc_java//services:services'</code> for services and missing ORCA classes for xds. The wrong target names were introduced in 1.47.0</li>
   <li>xds: channel_id hash policy now uses a random per-channel id instead of an incrementing one. The incrementing id was the same for every process of a binary, which was not the intention (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9453">#9453</a>)</li>
   <li>core: Fix a bug that the server stream should not deliver halfClose() when the call is immediately canceled. The bug causes a bad message INTERNAL, desc: Half-closed without a request at server call. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9362">#9362</a>)</li>
   <li>xds: Remove shaded orca proto dependency in ORCA api. The shading was broken and couldn't really be used. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9366">#9366</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>gcp-observability: Interceptors are now injected in more situations, including for non-Netty transports and when using transport-specific APIs like NettyChannelBuilder. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9309">#9309</a> <a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9312">#9312</a> <a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9424">#9424</a>)</li>
   <li>gcp-observability: custom tags now extended to metrics and traces (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9402">#9402</a> <a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9407">#9407</a>)</li>
   <li>gcp-observability: excludes RPCs into Google Cloud Ops backend for instrumentation (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9436">#9436</a>)</li>
   <li>xds: xdsNameResolver now matches channel overrideAuthority in virtualHost matching (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9405">#9405</a>)</li>
   </ul>
   <h3>Acknowledgement</h3>
   <p><a href="https://github.com/benjaminp"><code>@​benjaminp</code></a>
   <a href="https://github.com/j-min5u"><code>@​j-min5u</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/dfbdfe82278a717896fac584fe0dd090493cd6a4"><code>dfbdfe8</code></a> Bump version to 1.49.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/780a4a325589a8037ea62a1f79ba352ce8658492"><code>780a4a3</code></a> Update README etc to reference 1.49.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/342690ed9c6716563208d2777f88630a45296986"><code>342690e</code></a> core: Enable outlier detection by default. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9479">#9479</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/6aea9a9a2c833a0f95599be1ffe15df23e8ef0c6"><code>6aea9a9</code></a> buildscripts: Add outlier_detection_test interop test. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9461">#9461</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/050e615592e245881f7928bfa9f4d6e6202ab449"><code>050e615</code></a> xds: Fix outlier detection env flag name. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9462">#9462</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b8b06dd83c71b5799d4b297cc9bde2453c4505e7"><code>b8b06dd</code></a> core: [outlier detection] Get addresses from subchannel args. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9468">#9468</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/3ebdfc7456132eb106429277b048317bb21e8954"><code>3ebdfc7</code></a> core: [outlier detection] eject/uneject states to delegate listener. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9469">#9469</a>) ...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/184fdaa8db3f2c45d879ac924e570967ad6805ec"><code>184fdaa</code></a> core: OutlierDetectionLoadBalancer to pass child LB config. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9467">#9467</a>) (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9474">#9474</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/ac20c19c8fb650dd2682d49297a711d7d731325f"><code>ac20c19</code></a> xds: Configure outlier detection. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9456">#9456</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/c7307ece033085e61f1ce16891fb26d6a41300df"><code>c7307ec</code></a> Outlier detection load balancer (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9447">#9447</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.48.1...v1.49.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-stub` from 1.48.1 to 1.49.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-stub's releases</a>.</em></p>
   <blockquote>
   <h2>v1.49.0</h2>
   <h3>New Features</h3>
   <ul>
   <li>okhttp: Add <code>OkHttpServerBuilder</code>. The server can be used directly, but is not yet available via <code>ServerBuilder.forPort()</code> and <code>Grpc.newServerBuilderForPort()</code>. It passes our tests, but has seen no real-world use. It is also lacking connection management features</li>
   <li>okhttp: Add support for byte-based private keys via TlsChannelCredentials and TlsServerCredentials</li>
   <li>core: New outlier detection load balancer</li>
   <li>googleapis: google-c2p resolver is now stabilized</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Fix retry causing memory leak for canceled RPCs. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9360">#9360</a>)</li>
   <li>core: Use SyncContext for InProcess transport callbacks to avoid deadlocks. This fixes the long-standing issue <a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/3084">#3084</a> which prevented using directExecutor() in some tests using streaming RPCs</li>
   <li>core: Disable retries with in-process transport by default (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9361">#9361</a>). In-process does not compute message sizes so can retain excessive amounts of memory</li>
   <li>bazel: Use valid target name for services and xds when overriding Maven targets (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9422">#9422</a>). This fixes an error of the form <code>no such target '@io_grpc_grpc_java//services:services'</code> for services and missing ORCA classes for xds. The wrong target names were introduced in 1.47.0</li>
   <li>xds: channel_id hash policy now uses a random per-channel id instead of an incrementing one. The incrementing id was the same for every process of a binary, which was not the intention (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9453">#9453</a>)</li>
   <li>core: Fix a bug that the server stream should not deliver halfClose() when the call is immediately canceled. The bug causes a bad message INTERNAL, desc: Half-closed without a request at server call. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9362">#9362</a>)</li>
   <li>xds: Remove shaded orca proto dependency in ORCA api. The shading was broken and couldn't really be used. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9366">#9366</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>gcp-observability: Interceptors are now injected in more situations, including for non-Netty transports and when using transport-specific APIs like NettyChannelBuilder. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9309">#9309</a> <a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9312">#9312</a> <a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9424">#9424</a>)</li>
   <li>gcp-observability: custom tags now extended to metrics and traces (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9402">#9402</a> <a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9407">#9407</a>)</li>
   <li>gcp-observability: excludes RPCs into Google Cloud Ops backend for instrumentation (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9436">#9436</a>)</li>
   <li>xds: xdsNameResolver now matches channel overrideAuthority in virtualHost matching (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9405">#9405</a>)</li>
   </ul>
   <h3>Acknowledgement</h3>
   <p><a href="https://github.com/benjaminp"><code>@​benjaminp</code></a>
   <a href="https://github.com/j-min5u"><code>@​j-min5u</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/dfbdfe82278a717896fac584fe0dd090493cd6a4"><code>dfbdfe8</code></a> Bump version to 1.49.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/780a4a325589a8037ea62a1f79ba352ce8658492"><code>780a4a3</code></a> Update README etc to reference 1.49.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/342690ed9c6716563208d2777f88630a45296986"><code>342690e</code></a> core: Enable outlier detection by default. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9479">#9479</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/6aea9a9a2c833a0f95599be1ffe15df23e8ef0c6"><code>6aea9a9</code></a> buildscripts: Add outlier_detection_test interop test. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9461">#9461</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/050e615592e245881f7928bfa9f4d6e6202ab449"><code>050e615</code></a> xds: Fix outlier detection env flag name. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9462">#9462</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b8b06dd83c71b5799d4b297cc9bde2453c4505e7"><code>b8b06dd</code></a> core: [outlier detection] Get addresses from subchannel args. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9468">#9468</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/3ebdfc7456132eb106429277b048317bb21e8954"><code>3ebdfc7</code></a> core: [outlier detection] eject/uneject states to delegate listener. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9469">#9469</a>) ...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/184fdaa8db3f2c45d879ac924e570967ad6805ec"><code>184fdaa</code></a> core: OutlierDetectionLoadBalancer to pass child LB config. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9467">#9467</a>) (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9474">#9474</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/ac20c19c8fb650dd2682d49297a711d7d731325f"><code>ac20c19</code></a> xds: Configure outlier detection. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9456">#9456</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/c7307ece033085e61f1ce16891fb26d6a41300df"><code>c7307ec</code></a> Outlier detection load balancer (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9447">#9447</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.48.1...v1.49.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-netty` from 1.48.1 to 1.49.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-netty's releases</a>.</em></p>
   <blockquote>
   <h2>v1.49.0</h2>
   <h3>New Features</h3>
   <ul>
   <li>okhttp: Add <code>OkHttpServerBuilder</code>. The server can be used directly, but is not yet available via <code>ServerBuilder.forPort()</code> and <code>Grpc.newServerBuilderForPort()</code>. It passes our tests, but has seen no real-world use. It is also lacking connection management features</li>
   <li>okhttp: Add support for byte-based private keys via TlsChannelCredentials and TlsServerCredentials</li>
   <li>core: New outlier detection load balancer</li>
   <li>googleapis: google-c2p resolver is now stabilized</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Fix retry causing memory leak for canceled RPCs. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9360">#9360</a>)</li>
   <li>core: Use SyncContext for InProcess transport callbacks to avoid deadlocks. This fixes the long-standing issue <a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/3084">#3084</a> which prevented using directExecutor() in some tests using streaming RPCs</li>
   <li>core: Disable retries with in-process transport by default (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9361">#9361</a>). In-process does not compute message sizes so can retain excessive amounts of memory</li>
   <li>bazel: Use valid target name for services and xds when overriding Maven targets (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9422">#9422</a>). This fixes an error of the form <code>no such target '@io_grpc_grpc_java//services:services'</code> for services and missing ORCA classes for xds. The wrong target names were introduced in 1.47.0</li>
   <li>xds: channel_id hash policy now uses a random per-channel id instead of an incrementing one. The incrementing id was the same for every process of a binary, which was not the intention (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9453">#9453</a>)</li>
   <li>core: Fix a bug that the server stream should not deliver halfClose() when the call is immediately canceled. The bug causes a bad message INTERNAL, desc: Half-closed without a request at server call. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9362">#9362</a>)</li>
   <li>xds: Remove shaded orca proto dependency in ORCA api. The shading was broken and couldn't really be used. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9366">#9366</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>gcp-observability: Interceptors are now injected in more situations, including for non-Netty transports and when using transport-specific APIs like NettyChannelBuilder. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9309">#9309</a> <a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9312">#9312</a> <a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9424">#9424</a>)</li>
   <li>gcp-observability: custom tags now extended to metrics and traces (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9402">#9402</a> <a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9407">#9407</a>)</li>
   <li>gcp-observability: excludes RPCs into Google Cloud Ops backend for instrumentation (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9436">#9436</a>)</li>
   <li>xds: xdsNameResolver now matches channel overrideAuthority in virtualHost matching (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9405">#9405</a>)</li>
   </ul>
   <h3>Acknowledgement</h3>
   <p><a href="https://github.com/benjaminp"><code>@​benjaminp</code></a>
   <a href="https://github.com/j-min5u"><code>@​j-min5u</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/dfbdfe82278a717896fac584fe0dd090493cd6a4"><code>dfbdfe8</code></a> Bump version to 1.49.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/780a4a325589a8037ea62a1f79ba352ce8658492"><code>780a4a3</code></a> Update README etc to reference 1.49.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/342690ed9c6716563208d2777f88630a45296986"><code>342690e</code></a> core: Enable outlier detection by default. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9479">#9479</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/6aea9a9a2c833a0f95599be1ffe15df23e8ef0c6"><code>6aea9a9</code></a> buildscripts: Add outlier_detection_test interop test. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9461">#9461</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/050e615592e245881f7928bfa9f4d6e6202ab449"><code>050e615</code></a> xds: Fix outlier detection env flag name. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9462">#9462</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b8b06dd83c71b5799d4b297cc9bde2453c4505e7"><code>b8b06dd</code></a> core: [outlier detection] Get addresses from subchannel args. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9468">#9468</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/3ebdfc7456132eb106429277b048317bb21e8954"><code>3ebdfc7</code></a> core: [outlier detection] eject/uneject states to delegate listener. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9469">#9469</a>) ...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/184fdaa8db3f2c45d879ac924e570967ad6805ec"><code>184fdaa</code></a> core: OutlierDetectionLoadBalancer to pass child LB config. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9467">#9467</a>) (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9474">#9474</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/ac20c19c8fb650dd2682d49297a711d7d731325f"><code>ac20c19</code></a> xds: Configure outlier detection. (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9456">#9456</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/c7307ece033085e61f1ce16891fb26d6a41300df"><code>c7307ec</code></a> Outlier detection load balancer (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9447">#9447</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.48.1...v1.49.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 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-unsubscribe@avro.apache.org

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


[GitHub] [avro] martin-g merged pull request #1840: Bump grpc.version from 1.48.1 to 1.49.0 in /lang/java

Posted by GitBox <gi...@apache.org>.
martin-g merged PR #1840:
URL: https://github.com/apache/avro/pull/1840


-- 
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-unsubscribe@avro.apache.org

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