You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/04 07:27:03 UTC

[GitHub] [dubbo] dependabot[bot] opened a new pull request, #12001: Bump grpc.version from 1.53.0 to 1.54.0

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

   Bumps `grpc.version` from 1.53.0 to 1.54.0.
   Updates `grpc-core` from 1.53.0 to 1.54.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.54.0</h2>
   <h2>gRPC Java 1.54.0 Release Notes</h2>
   <h3>New Features</h3>
   <ul>
   <li>xds: Add weightedRoundRobin LB policy. The WRR policy allows picking the subchannel by weight based on the metrics feedback from the backend using ORCA API. See gRFC A58: Weighted Round Robin LB Policy. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9873">#9873</a>)</li>
   <li>census: Add per call latency metric which is latency across all attempts (<a href="https://redirect.github.com/grpc/grpc-java/issues/9906">#9906</a>)</li>
   <li>Generated code now has an interface named <code>AsyncService</code> that the <code>&lt;service-name&gt;ImplBase</code> class implements. This allows you to provide your own base class when used with the static <code>&lt;service-name&gt;Grpc.bindService(AsyncService)</code> method(<a href="https://redirect.github.com/grpc/grpc-java/issues/9688">#9688</a>).</li>
   </ul>
   <h3>Examples</h3>
   <ul>
   <li>Add examples for gcp observability (<a href="https://redirect.github.com/grpc/grpc-java/issues/9967">#9967</a>)</li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>rls:Fix throttling in route lookup where success and error metrics had been inverted (<a href="https://b.corp.google.com/262779100">b/262779100</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9874">#9874</a>)</li>
   <li>protobuf: update external javadoc link (<a href="https://redirect.github.com/grpc/grpc-java/issues/9890">#9890</a>)</li>
   <li>core: fix outlier detection default ejection time (<a href="https://redirect.github.com/grpc/grpc-java/issues/9889">#9889</a>)</li>
   <li>xds: deletion only to watchers of same control plane (<a href="https://redirect.github.com/grpc/grpc-java/issues/9896">#9896</a>)</li>
   <li>api: Target scheme is now properly case insensitive (<a href="https://redirect.github.com/grpc/grpc-java/issues/9899">#9899</a>). <code>NameResolverProvider</code>s, however, are expected to return the scheme used for registration in lower-case</li>
   <li>api: ForwardingServerCall now forwards getMethodDescriptor(). Previously only SimpleForwardingServerCall forwarded the method</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>xds:Allow a cluster’s sum of weights to exceed the maximum signed integer up to a limit of max unsigned integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9864">#9864</a>)</li>
   <li>grpclb: no SRV lookup for &quot;metadata.google.internal.&quot;</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds, orca: Allow removing OobLoadReportListener from a subchannel in OrcaOobUil. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9881">#9881</a>)</li>
   <li>services: ORCA API change to allow recording QPS in MetricRecorder and CallMetricRecorder. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9866">#9866</a>)</li>
   <li>Move name resolution retry from managed channel to name resolver (take <a href="https://redirect.github.com/grpc/grpc-java/issues/2">#2</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9812">#9812</a>)</li>
   <li>Rename AbstractXdsClient to ControlPlaneClient (<a href="https://redirect.github.com/grpc/grpc-java/issues/9934">#9934</a>)</li>
   <li>all: fix build with errorprone 2.18 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9886">#9886</a>)</li>
   <li>build: allow Java 11+ to use modern error prone</li>
   <li>errorprone: enable UnnecessaryAnonymousClass (<a href="https://redirect.github.com/grpc/grpc-java/issues/9927">#9927</a>)</li>
   <li>core: add logger to OutlierDetectionLoadBalancer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9880">#9880</a>)</li>
   <li>census: add trace annotation to report received message sizes (<a href="https://redirect.github.com/grpc/grpc-java/issues/9944">#9944</a>)</li>
   <li>gcp-observability: emit latency and payload size metrics by default when monitoring is enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9893">#9893</a>)</li>
   <li>gcp-observability: add trace information like TraceId and SpanId in logs for log correlation when both logging and traces are enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li>gcp-observability: close() will take longer, to ensure metrics and traces are flushed (<a href="https://redirect.github.com/grpc/grpc-java/issues/9972">#9972</a>)</li>
   <li>gcp-observability: update status code type in logs to Google RPC code instead of an integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9959">#9959</a>)</li>
   <li>gcp-observability: retain default opencensus-task identifier even when custom labels are specified in the configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/9982">#9982</a>)</li>
   <li>Build Improvements (<a href="https://redirect.github.com/grpc/grpc-java/issues/9855">#9855</a>)</li>
   <li>Fixes MethodDescriptor java documentation (<a href="https://redirect.github.com/grpc/grpc-java/issues/9860">#9860</a>)</li>
   <li>api: forward getSecurityLevel on PartialForwardingServerCall (<a href="https://redirect.github.com/grpc/grpc-java/issues/9912">#9912</a>)</li>
   <li>Updating ServerInterceptors.java to support different marshallers for Request and Response messages. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9877">#9877</a>)</li>
   </ul>
   <h3>API stabilizations</h3>
   <ul>
   <li>Stabilize method ServerBuilder.intercept which had previously been marked experimental. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9894">#9894</a>)</li>
   <li>api:stabilize offloadExecutor usage in ManagedChannelBuilder and NameResolver. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9931">#9931</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>netty:Upgrade Netty from 4.1.79 to 4.1.87, tcnative from 2.0.54 to 2.0.56 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9784">#9784</a>)</li>
   <li>gcp-observability: Transitive gRPC components now have the same gRPC version</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/e988f84d14d46eab75713cf465d4d4776c4b344e"><code>e988f84</code></a> Bump version to 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/abdb6980ecefbb49a76d04098a34cc377185716a"><code>abdb698</code></a> Update README etc to reference 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/61ec299352c8f23f79ab4eaef78901d4a20b5276"><code>61ec299</code></a> Remove sleep from Observability Interop Test binary now that its done in clos...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/9f26b7dd082ff6d9b73f3377e59cd54f0202f598"><code>9f26b7d</code></a> gcp-o11y: add default custom tag for metrics exporter</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/fefa2d9b16d672a7f33948bce6ebc1e7731072cf"><code>fefa2d9</code></a> examples: add gcp-observability examples (v1.54.x backport) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9987">#9987</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/882a27bcb66e09ef2124ed0b415660c2e3506b41"><code>882a27b</code></a> gcp-o11y: add sleep in Observability close()</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2e41c9a5cb81d9ce75356a76c2bb05abcede0396"><code>2e41c9a</code></a> disable recording real-time metrics using in gcp-o11y</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/132bf3e573652e9b843ceb87844271029020c9c2"><code>132bf3e</code></a> interop-testing: Do not System.exit(0) from interop client</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/85ce900dfcb637eb7e90119fda3b22295bc6b74e"><code>85ce900</code></a> gcp-observability, census: add trace information to logs (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/bb39ca3ec984ac25eb74157411a1f75ece26372b"><code>bb39ca3</code></a> gcp-observability: Update logging fields for GA and use custom BatchingSettin...</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.53.0...v1.54.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-stub` from 1.41.0 to 1.54.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.54.0</h2>
   <h2>gRPC Java 1.54.0 Release Notes</h2>
   <h3>New Features</h3>
   <ul>
   <li>xds: Add weightedRoundRobin LB policy. The WRR policy allows picking the subchannel by weight based on the metrics feedback from the backend using ORCA API. See gRFC A58: Weighted Round Robin LB Policy. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9873">#9873</a>)</li>
   <li>census: Add per call latency metric which is latency across all attempts (<a href="https://redirect.github.com/grpc/grpc-java/issues/9906">#9906</a>)</li>
   <li>Generated code now has an interface named <code>AsyncService</code> that the <code>&lt;service-name&gt;ImplBase</code> class implements. This allows you to provide your own base class when used with the static <code>&lt;service-name&gt;Grpc.bindService(AsyncService)</code> method(<a href="https://redirect.github.com/grpc/grpc-java/issues/9688">#9688</a>).</li>
   </ul>
   <h3>Examples</h3>
   <ul>
   <li>Add examples for gcp observability (<a href="https://redirect.github.com/grpc/grpc-java/issues/9967">#9967</a>)</li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>rls:Fix throttling in route lookup where success and error metrics had been inverted (<a href="https://b.corp.google.com/262779100">b/262779100</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9874">#9874</a>)</li>
   <li>protobuf: update external javadoc link (<a href="https://redirect.github.com/grpc/grpc-java/issues/9890">#9890</a>)</li>
   <li>core: fix outlier detection default ejection time (<a href="https://redirect.github.com/grpc/grpc-java/issues/9889">#9889</a>)</li>
   <li>xds: deletion only to watchers of same control plane (<a href="https://redirect.github.com/grpc/grpc-java/issues/9896">#9896</a>)</li>
   <li>api: Target scheme is now properly case insensitive (<a href="https://redirect.github.com/grpc/grpc-java/issues/9899">#9899</a>). <code>NameResolverProvider</code>s, however, are expected to return the scheme used for registration in lower-case</li>
   <li>api: ForwardingServerCall now forwards getMethodDescriptor(). Previously only SimpleForwardingServerCall forwarded the method</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>xds:Allow a cluster’s sum of weights to exceed the maximum signed integer up to a limit of max unsigned integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9864">#9864</a>)</li>
   <li>grpclb: no SRV lookup for &quot;metadata.google.internal.&quot;</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds, orca: Allow removing OobLoadReportListener from a subchannel in OrcaOobUil. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9881">#9881</a>)</li>
   <li>services: ORCA API change to allow recording QPS in MetricRecorder and CallMetricRecorder. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9866">#9866</a>)</li>
   <li>Move name resolution retry from managed channel to name resolver (take <a href="https://redirect.github.com/grpc/grpc-java/issues/2">#2</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9812">#9812</a>)</li>
   <li>Rename AbstractXdsClient to ControlPlaneClient (<a href="https://redirect.github.com/grpc/grpc-java/issues/9934">#9934</a>)</li>
   <li>all: fix build with errorprone 2.18 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9886">#9886</a>)</li>
   <li>build: allow Java 11+ to use modern error prone</li>
   <li>errorprone: enable UnnecessaryAnonymousClass (<a href="https://redirect.github.com/grpc/grpc-java/issues/9927">#9927</a>)</li>
   <li>core: add logger to OutlierDetectionLoadBalancer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9880">#9880</a>)</li>
   <li>census: add trace annotation to report received message sizes (<a href="https://redirect.github.com/grpc/grpc-java/issues/9944">#9944</a>)</li>
   <li>gcp-observability: emit latency and payload size metrics by default when monitoring is enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9893">#9893</a>)</li>
   <li>gcp-observability: add trace information like TraceId and SpanId in logs for log correlation when both logging and traces are enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li>gcp-observability: close() will take longer, to ensure metrics and traces are flushed (<a href="https://redirect.github.com/grpc/grpc-java/issues/9972">#9972</a>)</li>
   <li>gcp-observability: update status code type in logs to Google RPC code instead of an integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9959">#9959</a>)</li>
   <li>gcp-observability: retain default opencensus-task identifier even when custom labels are specified in the configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/9982">#9982</a>)</li>
   <li>Build Improvements (<a href="https://redirect.github.com/grpc/grpc-java/issues/9855">#9855</a>)</li>
   <li>Fixes MethodDescriptor java documentation (<a href="https://redirect.github.com/grpc/grpc-java/issues/9860">#9860</a>)</li>
   <li>api: forward getSecurityLevel on PartialForwardingServerCall (<a href="https://redirect.github.com/grpc/grpc-java/issues/9912">#9912</a>)</li>
   <li>Updating ServerInterceptors.java to support different marshallers for Request and Response messages. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9877">#9877</a>)</li>
   </ul>
   <h3>API stabilizations</h3>
   <ul>
   <li>Stabilize method ServerBuilder.intercept which had previously been marked experimental. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9894">#9894</a>)</li>
   <li>api:stabilize offloadExecutor usage in ManagedChannelBuilder and NameResolver. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9931">#9931</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>netty:Upgrade Netty from 4.1.79 to 4.1.87, tcnative from 2.0.54 to 2.0.56 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9784">#9784</a>)</li>
   <li>gcp-observability: Transitive gRPC components now have the same gRPC version</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/e988f84d14d46eab75713cf465d4d4776c4b344e"><code>e988f84</code></a> Bump version to 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/abdb6980ecefbb49a76d04098a34cc377185716a"><code>abdb698</code></a> Update README etc to reference 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/61ec299352c8f23f79ab4eaef78901d4a20b5276"><code>61ec299</code></a> Remove sleep from Observability Interop Test binary now that its done in clos...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/9f26b7dd082ff6d9b73f3377e59cd54f0202f598"><code>9f26b7d</code></a> gcp-o11y: add default custom tag for metrics exporter</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/fefa2d9b16d672a7f33948bce6ebc1e7731072cf"><code>fefa2d9</code></a> examples: add gcp-observability examples (v1.54.x backport) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9987">#9987</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/882a27bcb66e09ef2124ed0b415660c2e3506b41"><code>882a27b</code></a> gcp-o11y: add sleep in Observability close()</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2e41c9a5cb81d9ce75356a76c2bb05abcede0396"><code>2e41c9a</code></a> disable recording real-time metrics using in gcp-o11y</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/132bf3e573652e9b843ceb87844271029020c9c2"><code>132bf3e</code></a> interop-testing: Do not System.exit(0) from interop client</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/85ce900dfcb637eb7e90119fda3b22295bc6b74e"><code>85ce900</code></a> gcp-observability, census: add trace information to logs (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/bb39ca3ec984ac25eb74157411a1f75ece26372b"><code>bb39ca3</code></a> gcp-observability: Update logging fields for GA and use custom BatchingSettin...</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.41.0...v1.54.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-protobuf` from 1.41.0 to 1.54.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-protobuf's releases</a>.</em></p>
   <blockquote>
   <h2>v1.54.0</h2>
   <h2>gRPC Java 1.54.0 Release Notes</h2>
   <h3>New Features</h3>
   <ul>
   <li>xds: Add weightedRoundRobin LB policy. The WRR policy allows picking the subchannel by weight based on the metrics feedback from the backend using ORCA API. See gRFC A58: Weighted Round Robin LB Policy. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9873">#9873</a>)</li>
   <li>census: Add per call latency metric which is latency across all attempts (<a href="https://redirect.github.com/grpc/grpc-java/issues/9906">#9906</a>)</li>
   <li>Generated code now has an interface named <code>AsyncService</code> that the <code>&lt;service-name&gt;ImplBase</code> class implements. This allows you to provide your own base class when used with the static <code>&lt;service-name&gt;Grpc.bindService(AsyncService)</code> method(<a href="https://redirect.github.com/grpc/grpc-java/issues/9688">#9688</a>).</li>
   </ul>
   <h3>Examples</h3>
   <ul>
   <li>Add examples for gcp observability (<a href="https://redirect.github.com/grpc/grpc-java/issues/9967">#9967</a>)</li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>rls:Fix throttling in route lookup where success and error metrics had been inverted (<a href="https://b.corp.google.com/262779100">b/262779100</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9874">#9874</a>)</li>
   <li>protobuf: update external javadoc link (<a href="https://redirect.github.com/grpc/grpc-java/issues/9890">#9890</a>)</li>
   <li>core: fix outlier detection default ejection time (<a href="https://redirect.github.com/grpc/grpc-java/issues/9889">#9889</a>)</li>
   <li>xds: deletion only to watchers of same control plane (<a href="https://redirect.github.com/grpc/grpc-java/issues/9896">#9896</a>)</li>
   <li>api: Target scheme is now properly case insensitive (<a href="https://redirect.github.com/grpc/grpc-java/issues/9899">#9899</a>). <code>NameResolverProvider</code>s, however, are expected to return the scheme used for registration in lower-case</li>
   <li>api: ForwardingServerCall now forwards getMethodDescriptor(). Previously only SimpleForwardingServerCall forwarded the method</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>xds:Allow a cluster’s sum of weights to exceed the maximum signed integer up to a limit of max unsigned integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9864">#9864</a>)</li>
   <li>grpclb: no SRV lookup for &quot;metadata.google.internal.&quot;</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds, orca: Allow removing OobLoadReportListener from a subchannel in OrcaOobUil. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9881">#9881</a>)</li>
   <li>services: ORCA API change to allow recording QPS in MetricRecorder and CallMetricRecorder. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9866">#9866</a>)</li>
   <li>Move name resolution retry from managed channel to name resolver (take <a href="https://redirect.github.com/grpc/grpc-java/issues/2">#2</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9812">#9812</a>)</li>
   <li>Rename AbstractXdsClient to ControlPlaneClient (<a href="https://redirect.github.com/grpc/grpc-java/issues/9934">#9934</a>)</li>
   <li>all: fix build with errorprone 2.18 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9886">#9886</a>)</li>
   <li>build: allow Java 11+ to use modern error prone</li>
   <li>errorprone: enable UnnecessaryAnonymousClass (<a href="https://redirect.github.com/grpc/grpc-java/issues/9927">#9927</a>)</li>
   <li>core: add logger to OutlierDetectionLoadBalancer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9880">#9880</a>)</li>
   <li>census: add trace annotation to report received message sizes (<a href="https://redirect.github.com/grpc/grpc-java/issues/9944">#9944</a>)</li>
   <li>gcp-observability: emit latency and payload size metrics by default when monitoring is enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9893">#9893</a>)</li>
   <li>gcp-observability: add trace information like TraceId and SpanId in logs for log correlation when both logging and traces are enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li>gcp-observability: close() will take longer, to ensure metrics and traces are flushed (<a href="https://redirect.github.com/grpc/grpc-java/issues/9972">#9972</a>)</li>
   <li>gcp-observability: update status code type in logs to Google RPC code instead of an integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9959">#9959</a>)</li>
   <li>gcp-observability: retain default opencensus-task identifier even when custom labels are specified in the configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/9982">#9982</a>)</li>
   <li>Build Improvements (<a href="https://redirect.github.com/grpc/grpc-java/issues/9855">#9855</a>)</li>
   <li>Fixes MethodDescriptor java documentation (<a href="https://redirect.github.com/grpc/grpc-java/issues/9860">#9860</a>)</li>
   <li>api: forward getSecurityLevel on PartialForwardingServerCall (<a href="https://redirect.github.com/grpc/grpc-java/issues/9912">#9912</a>)</li>
   <li>Updating ServerInterceptors.java to support different marshallers for Request and Response messages. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9877">#9877</a>)</li>
   </ul>
   <h3>API stabilizations</h3>
   <ul>
   <li>Stabilize method ServerBuilder.intercept which had previously been marked experimental. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9894">#9894</a>)</li>
   <li>api:stabilize offloadExecutor usage in ManagedChannelBuilder and NameResolver. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9931">#9931</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>netty:Upgrade Netty from 4.1.79 to 4.1.87, tcnative from 2.0.54 to 2.0.56 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9784">#9784</a>)</li>
   <li>gcp-observability: Transitive gRPC components now have the same gRPC version</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/e988f84d14d46eab75713cf465d4d4776c4b344e"><code>e988f84</code></a> Bump version to 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/abdb6980ecefbb49a76d04098a34cc377185716a"><code>abdb698</code></a> Update README etc to reference 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/61ec299352c8f23f79ab4eaef78901d4a20b5276"><code>61ec299</code></a> Remove sleep from Observability Interop Test binary now that its done in clos...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/9f26b7dd082ff6d9b73f3377e59cd54f0202f598"><code>9f26b7d</code></a> gcp-o11y: add default custom tag for metrics exporter</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/fefa2d9b16d672a7f33948bce6ebc1e7731072cf"><code>fefa2d9</code></a> examples: add gcp-observability examples (v1.54.x backport) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9987">#9987</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/882a27bcb66e09ef2124ed0b415660c2e3506b41"><code>882a27b</code></a> gcp-o11y: add sleep in Observability close()</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2e41c9a5cb81d9ce75356a76c2bb05abcede0396"><code>2e41c9a</code></a> disable recording real-time metrics using in gcp-o11y</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/132bf3e573652e9b843ceb87844271029020c9c2"><code>132bf3e</code></a> interop-testing: Do not System.exit(0) from interop client</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/85ce900dfcb637eb7e90119fda3b22295bc6b74e"><code>85ce900</code></a> gcp-observability, census: add trace information to logs (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/bb39ca3ec984ac25eb74157411a1f75ece26372b"><code>bb39ca3</code></a> gcp-observability: Update logging fields for GA and use custom BatchingSettin...</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.41.0...v1.54.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-context` from 1.53.0 to 1.54.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-context's releases</a>.</em></p>
   <blockquote>
   <h2>v1.54.0</h2>
   <h2>gRPC Java 1.54.0 Release Notes</h2>
   <h3>New Features</h3>
   <ul>
   <li>xds: Add weightedRoundRobin LB policy. The WRR policy allows picking the subchannel by weight based on the metrics feedback from the backend using ORCA API. See gRFC A58: Weighted Round Robin LB Policy. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9873">#9873</a>)</li>
   <li>census: Add per call latency metric which is latency across all attempts (<a href="https://redirect.github.com/grpc/grpc-java/issues/9906">#9906</a>)</li>
   <li>Generated code now has an interface named <code>AsyncService</code> that the <code>&lt;service-name&gt;ImplBase</code> class implements. This allows you to provide your own base class when used with the static <code>&lt;service-name&gt;Grpc.bindService(AsyncService)</code> method(<a href="https://redirect.github.com/grpc/grpc-java/issues/9688">#9688</a>).</li>
   </ul>
   <h3>Examples</h3>
   <ul>
   <li>Add examples for gcp observability (<a href="https://redirect.github.com/grpc/grpc-java/issues/9967">#9967</a>)</li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>rls:Fix throttling in route lookup where success and error metrics had been inverted (<a href="https://b.corp.google.com/262779100">b/262779100</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9874">#9874</a>)</li>
   <li>protobuf: update external javadoc link (<a href="https://redirect.github.com/grpc/grpc-java/issues/9890">#9890</a>)</li>
   <li>core: fix outlier detection default ejection time (<a href="https://redirect.github.com/grpc/grpc-java/issues/9889">#9889</a>)</li>
   <li>xds: deletion only to watchers of same control plane (<a href="https://redirect.github.com/grpc/grpc-java/issues/9896">#9896</a>)</li>
   <li>api: Target scheme is now properly case insensitive (<a href="https://redirect.github.com/grpc/grpc-java/issues/9899">#9899</a>). <code>NameResolverProvider</code>s, however, are expected to return the scheme used for registration in lower-case</li>
   <li>api: ForwardingServerCall now forwards getMethodDescriptor(). Previously only SimpleForwardingServerCall forwarded the method</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>xds:Allow a cluster’s sum of weights to exceed the maximum signed integer up to a limit of max unsigned integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9864">#9864</a>)</li>
   <li>grpclb: no SRV lookup for &quot;metadata.google.internal.&quot;</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds, orca: Allow removing OobLoadReportListener from a subchannel in OrcaOobUil. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9881">#9881</a>)</li>
   <li>services: ORCA API change to allow recording QPS in MetricRecorder and CallMetricRecorder. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9866">#9866</a>)</li>
   <li>Move name resolution retry from managed channel to name resolver (take <a href="https://redirect.github.com/grpc/grpc-java/issues/2">#2</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9812">#9812</a>)</li>
   <li>Rename AbstractXdsClient to ControlPlaneClient (<a href="https://redirect.github.com/grpc/grpc-java/issues/9934">#9934</a>)</li>
   <li>all: fix build with errorprone 2.18 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9886">#9886</a>)</li>
   <li>build: allow Java 11+ to use modern error prone</li>
   <li>errorprone: enable UnnecessaryAnonymousClass (<a href="https://redirect.github.com/grpc/grpc-java/issues/9927">#9927</a>)</li>
   <li>core: add logger to OutlierDetectionLoadBalancer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9880">#9880</a>)</li>
   <li>census: add trace annotation to report received message sizes (<a href="https://redirect.github.com/grpc/grpc-java/issues/9944">#9944</a>)</li>
   <li>gcp-observability: emit latency and payload size metrics by default when monitoring is enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9893">#9893</a>)</li>
   <li>gcp-observability: add trace information like TraceId and SpanId in logs for log correlation when both logging and traces are enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li>gcp-observability: close() will take longer, to ensure metrics and traces are flushed (<a href="https://redirect.github.com/grpc/grpc-java/issues/9972">#9972</a>)</li>
   <li>gcp-observability: update status code type in logs to Google RPC code instead of an integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9959">#9959</a>)</li>
   <li>gcp-observability: retain default opencensus-task identifier even when custom labels are specified in the configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/9982">#9982</a>)</li>
   <li>Build Improvements (<a href="https://redirect.github.com/grpc/grpc-java/issues/9855">#9855</a>)</li>
   <li>Fixes MethodDescriptor java documentation (<a href="https://redirect.github.com/grpc/grpc-java/issues/9860">#9860</a>)</li>
   <li>api: forward getSecurityLevel on PartialForwardingServerCall (<a href="https://redirect.github.com/grpc/grpc-java/issues/9912">#9912</a>)</li>
   <li>Updating ServerInterceptors.java to support different marshallers for Request and Response messages. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9877">#9877</a>)</li>
   </ul>
   <h3>API stabilizations</h3>
   <ul>
   <li>Stabilize method ServerBuilder.intercept which had previously been marked experimental. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9894">#9894</a>)</li>
   <li>api:stabilize offloadExecutor usage in ManagedChannelBuilder and NameResolver. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9931">#9931</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>netty:Upgrade Netty from 4.1.79 to 4.1.87, tcnative from 2.0.54 to 2.0.56 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9784">#9784</a>)</li>
   <li>gcp-observability: Transitive gRPC components now have the same gRPC version</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/e988f84d14d46eab75713cf465d4d4776c4b344e"><code>e988f84</code></a> Bump version to 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/abdb6980ecefbb49a76d04098a34cc377185716a"><code>abdb698</code></a> Update README etc to reference 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/61ec299352c8f23f79ab4eaef78901d4a20b5276"><code>61ec299</code></a> Remove sleep from Observability Interop Test binary now that its done in clos...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/9f26b7dd082ff6d9b73f3377e59cd54f0202f598"><code>9f26b7d</code></a> gcp-o11y: add default custom tag for metrics exporter</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/fefa2d9b16d672a7f33948bce6ebc1e7731072cf"><code>fefa2d9</code></a> examples: add gcp-observability examples (v1.54.x backport) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9987">#9987</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/882a27bcb66e09ef2124ed0b415660c2e3506b41"><code>882a27b</code></a> gcp-o11y: add sleep in Observability close()</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2e41c9a5cb81d9ce75356a76c2bb05abcede0396"><code>2e41c9a</code></a> disable recording real-time metrics using in gcp-o11y</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/132bf3e573652e9b843ceb87844271029020c9c2"><code>132bf3e</code></a> interop-testing: Do not System.exit(0) from interop client</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/85ce900dfcb637eb7e90119fda3b22295bc6b74e"><code>85ce900</code></a> gcp-observability, census: add trace information to logs (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/bb39ca3ec984ac25eb74157411a1f75ece26372b"><code>bb39ca3</code></a> gcp-observability: Update logging fields for GA and use custom BatchingSettin...</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.53.0...v1.54.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-netty-shaded` from 1.41.0 to 1.54.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-netty-shaded's releases</a>.</em></p>
   <blockquote>
   <h2>v1.54.0</h2>
   <h2>gRPC Java 1.54.0 Release Notes</h2>
   <h3>New Features</h3>
   <ul>
   <li>xds: Add weightedRoundRobin LB policy. The WRR policy allows picking the subchannel by weight based on the metrics feedback from the backend using ORCA API. See gRFC A58: Weighted Round Robin LB Policy. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9873">#9873</a>)</li>
   <li>census: Add per call latency metric which is latency across all attempts (<a href="https://redirect.github.com/grpc/grpc-java/issues/9906">#9906</a>)</li>
   <li>Generated code now has an interface named <code>AsyncService</code> that the <code>&lt;service-name&gt;ImplBase</code> class implements. This allows you to provide your own base class when used with the static <code>&lt;service-name&gt;Grpc.bindService(AsyncService)</code> method(<a href="https://redirect.github.com/grpc/grpc-java/issues/9688">#9688</a>).</li>
   </ul>
   <h3>Examples</h3>
   <ul>
   <li>Add examples for gcp observability (<a href="https://redirect.github.com/grpc/grpc-java/issues/9967">#9967</a>)</li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>rls:Fix throttling in route lookup where success and error metrics had been inverted (<a href="https://b.corp.google.com/262779100">b/262779100</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9874">#9874</a>)</li>
   <li>protobuf: update external javadoc link (<a href="https://redirect.github.com/grpc/grpc-java/issues/9890">#9890</a>)</li>
   <li>core: fix outlier detection default ejection time (<a href="https://redirect.github.com/grpc/grpc-java/issues/9889">#9889</a>)</li>
   <li>xds: deletion only to watchers of same control plane (<a href="https://redirect.github.com/grpc/grpc-java/issues/9896">#9896</a>)</li>
   <li>api: Target scheme is now properly case insensitive (<a href="https://redirect.github.com/grpc/grpc-java/issues/9899">#9899</a>). <code>NameResolverProvider</code>s, however, are expected to return the scheme used for registration in lower-case</li>
   <li>api: ForwardingServerCall now forwards getMethodDescriptor(). Previously only SimpleForwardingServerCall forwarded the method</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>xds:Allow a cluster’s sum of weights to exceed the maximum signed integer up to a limit of max unsigned integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9864">#9864</a>)</li>
   <li>grpclb: no SRV lookup for &quot;metadata.google.internal.&quot;</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds, orca: Allow removing OobLoadReportListener from a subchannel in OrcaOobUil. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9881">#9881</a>)</li>
   <li>services: ORCA API change to allow recording QPS in MetricRecorder and CallMetricRecorder. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9866">#9866</a>)</li>
   <li>Move name resolution retry from managed channel to name resolver (take <a href="https://redirect.github.com/grpc/grpc-java/issues/2">#2</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9812">#9812</a>)</li>
   <li>Rename AbstractXdsClient to ControlPlaneClient (<a href="https://redirect.github.com/grpc/grpc-java/issues/9934">#9934</a>)</li>
   <li>all: fix build with errorprone 2.18 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9886">#9886</a>)</li>
   <li>build: allow Java 11+ to use modern error prone</li>
   <li>errorprone: enable UnnecessaryAnonymousClass (<a href="https://redirect.github.com/grpc/grpc-java/issues/9927">#9927</a>)</li>
   <li>core: add logger to OutlierDetectionLoadBalancer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9880">#9880</a>)</li>
   <li>census: add trace annotation to report received message sizes (<a href="https://redirect.github.com/grpc/grpc-java/issues/9944">#9944</a>)</li>
   <li>gcp-observability: emit latency and payload size metrics by default when monitoring is enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9893">#9893</a>)</li>
   <li>gcp-observability: add trace information like TraceId and SpanId in logs for log correlation when both logging and traces are enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li>gcp-observability: close() will take longer, to ensure metrics and traces are flushed (<a href="https://redirect.github.com/grpc/grpc-java/issues/9972">#9972</a>)</li>
   <li>gcp-observability: update status code type in logs to Google RPC code instead of an integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9959">#9959</a>)</li>
   <li>gcp-observability: retain default opencensus-task identifier even when custom labels are specified in the configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/9982">#9982</a>)</li>
   <li>Build Improvements (<a href="https://redirect.github.com/grpc/grpc-java/issues/9855">#9855</a>)</li>
   <li>Fixes MethodDescriptor java documentation (<a href="https://redirect.github.com/grpc/grpc-java/issues/9860">#9860</a>)</li>
   <li>api: forward getSecurityLevel on PartialForwardingServerCall (<a href="https://redirect.github.com/grpc/grpc-java/issues/9912">#9912</a>)</li>
   <li>Updating ServerInterceptors.java to support different marshallers for Request and Response messages. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9877">#9877</a>)</li>
   </ul>
   <h3>API stabilizations</h3>
   <ul>
   <li>Stabilize method ServerBuilder.intercept which had previously been marked experimental. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9894">#9894</a>)</li>
   <li>api:stabilize offloadExecutor usage in ManagedChannelBuilder and NameResolver. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9931">#9931</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>netty:Upgrade Netty from 4.1.79 to 4.1.87, tcnative from 2.0.54 to 2.0.56 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9784">#9784</a>)</li>
   <li>gcp-observability: Transitive gRPC components now have the same gRPC version</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/e988f84d14d46eab75713cf465d4d4776c4b344e"><code>e988f84</code></a> Bump version to 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/abdb6980ecefbb49a76d04098a34cc377185716a"><code>abdb698</code></a> Update README etc to reference 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/61ec299352c8f23f79ab4eaef78901d4a20b5276"><code>61ec299</code></a> Remove sleep from Observability Interop Test binary now that its done in clos...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/9f26b7dd082ff6d9b73f3377e59cd54f0202f598"><code>9f26b7d</code></a> gcp-o11y: add default custom tag for metrics exporter</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/fefa2d9b16d672a7f33948bce6ebc1e7731072cf"><code>fefa2d9</code></a> examples: add gcp-observability examples (v1.54.x backport) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9987">#9987</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/882a27bcb66e09ef2124ed0b415660c2e3506b41"><code>882a27b</code></a> gcp-o11y: add sleep in Observability close()</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2e41c9a5cb81d9ce75356a76c2bb05abcede0396"><code>2e41c9a</code></a> disable recording real-time metrics using in gcp-o11y</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/132bf3e573652e9b843ceb87844271029020c9c2"><code>132bf3e</code></a> interop-testing: Do not System.exit(0) from interop client</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/85ce900dfcb637eb7e90119fda3b22295bc6b74e"><code>85ce900</code></a> gcp-observability, census: add trace information to logs (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/bb39ca3ec984ac25eb74157411a1f75ece26372b"><code>bb39ca3</code></a> gcp-observability: Update logging fields for GA and use custom BatchingSettin...</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.41.0...v1.54.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-netty` from 1.53.0 to 1.54.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.54.0</h2>
   <h2>gRPC Java 1.54.0 Release Notes</h2>
   <h3>New Features</h3>
   <ul>
   <li>xds: Add weightedRoundRobin LB policy. The WRR policy allows picking the subchannel by weight based on the metrics feedback from the backend using ORCA API. See gRFC A58: Weighted Round Robin LB Policy. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9873">#9873</a>)</li>
   <li>census: Add per call latency metric which is latency across all attempts (<a href="https://redirect.github.com/grpc/grpc-java/issues/9906">#9906</a>)</li>
   <li>Generated code now has an interface named <code>AsyncService</code> that the <code>&lt;service-name&gt;ImplBase</code> class implements. This allows you to provide your own base class when used with the static <code>&lt;service-name&gt;Grpc.bindService(AsyncService)</code> method(<a href="https://redirect.github.com/grpc/grpc-java/issues/9688">#9688</a>).</li>
   </ul>
   <h3>Examples</h3>
   <ul>
   <li>Add examples for gcp observability (<a href="https://redirect.github.com/grpc/grpc-java/issues/9967">#9967</a>)</li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>rls:Fix throttling in route lookup where success and error metrics had been inverted (<a href="https://b.corp.google.com/262779100">b/262779100</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9874">#9874</a>)</li>
   <li>protobuf: update external javadoc link (<a href="https://redirect.github.com/grpc/grpc-java/issues/9890">#9890</a>)</li>
   <li>core: fix outlier detection default ejection time (<a href="https://redirect.github.com/grpc/grpc-java/issues/9889">#9889</a>)</li>
   <li>xds: deletion only to watchers of same control plane (<a href="https://redirect.github.com/grpc/grpc-java/issues/9896">#9896</a>)</li>
   <li>api: Target scheme is now properly case insensitive (<a href="https://redirect.github.com/grpc/grpc-java/issues/9899">#9899</a>). <code>NameResolverProvider</code>s, however, are expected to return the scheme used for registration in lower-case</li>
   <li>api: ForwardingServerCall now forwards getMethodDescriptor(). Previously only SimpleForwardingServerCall forwarded the method</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>xds:Allow a cluster’s sum of weights to exceed the maximum signed integer up to a limit of max unsigned integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9864">#9864</a>)</li>
   <li>grpclb: no SRV lookup for &quot;metadata.google.internal.&quot;</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds, orca: Allow removing OobLoadReportListener from a subchannel in OrcaOobUil. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9881">#9881</a>)</li>
   <li>services: ORCA API change to allow recording QPS in MetricRecorder and CallMetricRecorder. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9866">#9866</a>)</li>
   <li>Move name resolution retry from managed channel to name resolver (take <a href="https://redirect.github.com/grpc/grpc-java/issues/2">#2</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9812">#9812</a>)</li>
   <li>Rename AbstractXdsClient to ControlPlaneClient (<a href="https://redirect.github.com/grpc/grpc-java/issues/9934">#9934</a>)</li>
   <li>all: fix build with errorprone 2.18 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9886">#9886</a>)</li>
   <li>build: allow Java 11+ to use modern error prone</li>
   <li>errorprone: enable UnnecessaryAnonymousClass (<a href="https://redirect.github.com/grpc/grpc-java/issues/9927">#9927</a>)</li>
   <li>core: add logger to OutlierDetectionLoadBalancer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9880">#9880</a>)</li>
   <li>census: add trace annotation to report received message sizes (<a href="https://redirect.github.com/grpc/grpc-java/issues/9944">#9944</a>)</li>
   <li>gcp-observability: emit latency and payload size metrics by default when monitoring is enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9893">#9893</a>)</li>
   <li>gcp-observability: add trace information like TraceId and SpanId in logs for log correlation when both logging and traces are enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li>gcp-observability: close() will take longer, to ensure metrics and traces are flushed (<a href="https://redirect.github.com/grpc/grpc-java/issues/9972">#9972</a>)</li>
   <li>gcp-observability: update status code type in logs to Google RPC code instead of an integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9959">#9959</a>)</li>
   <li>gcp-observability: retain default opencensus-task identifier even when custom labels are specified in the configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/9982">#9982</a>)</li>
   <li>Build Improvements (<a href="https://redirect.github.com/grpc/grpc-java/issues/9855">#9855</a>)</li>
   <li>Fixes MethodDescriptor java documentation (<a href="https://redirect.github.com/grpc/grpc-java/issues/9860">#9860</a>)</li>
   <li>api: forward getSecurityLevel on PartialForwardingServerCall (<a href="https://redirect.github.com/grpc/grpc-java/issues/9912">#9912</a>)</li>
   <li>Updating ServerInterceptors.java to support different marshallers for Request and Response messages. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9877">#9877</a>)</li>
   </ul>
   <h3>API stabilizations</h3>
   <ul>
   <li>Stabilize method ServerBuilder.intercept which had previously been marked experimental. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9894">#9894</a>)</li>
   <li>api:stabilize offloadExecutor usage in ManagedChannelBuilder and NameResolver. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9931">#9931</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>netty:Upgrade Netty from 4.1.79 to 4.1.87, tcnative from 2.0.54 to 2.0.56 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9784">#9784</a>)</li>
   <li>gcp-observability: Transitive gRPC components now have the same gRPC version</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/e988f84d14d46eab75713cf465d4d4776c4b344e"><code>e988f84</code></a> Bump version to 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/abdb6980ecefbb49a76d04098a34cc377185716a"><code>abdb698</code></a> Update README etc to reference 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/61ec299352c8f23f79ab4eaef78901d4a20b5276"><code>61ec299</code></a> Remove sleep from Observability Interop Test binary now that its done in clos...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/9f26b7dd082ff6d9b73f3377e59cd54f0202f598"><code>9f26b7d</code></a> gcp-o11y: add default custom tag for metrics exporter</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/fefa2d9b16d672a7f33948bce6ebc1e7731072cf"><code>fefa2d9</code></a> examples: add gcp-observability examples (v1.54.x backport) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9987">#9987</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/882a27bcb66e09ef2124ed0b415660c2e3506b41"><code>882a27b</code></a> gcp-o11y: add sleep in Observability close()</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2e41c9a5cb81d9ce75356a76c2bb05abcede0396"><code>2e41c9a</code></a> disable recording real-time metrics using in gcp-o11y</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/132bf3e573652e9b843ceb87844271029020c9c2"><code>132bf3e</code></a> interop-testing: Do not System.exit(0) from interop client</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/85ce900dfcb637eb7e90119fda3b22295bc6b74e"><code>85ce900</code></a> gcp-observability, census: add trace information to logs (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/bb39ca3ec984ac25eb74157411a1f75ece26372b"><code>bb39ca3</code></a> gcp-observability: Update logging fields for GA and use custom BatchingSettin...</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.53.0...v1.54.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-grpclb` from 1.53.0 to 1.54.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-grpclb's releases</a>.</em></p>
   <blockquote>
   <h2>v1.54.0</h2>
   <h2>gRPC Java 1.54.0 Release Notes</h2>
   <h3>New Features</h3>
   <ul>
   <li>xds: Add weightedRoundRobin LB policy. The WRR policy allows picking the subchannel by weight based on the metrics feedback from the backend using ORCA API. See gRFC A58: Weighted Round Robin LB Policy. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9873">#9873</a>)</li>
   <li>census: Add per call latency metric which is latency across all attempts (<a href="https://redirect.github.com/grpc/grpc-java/issues/9906">#9906</a>)</li>
   <li>Generated code now has an interface named <code>AsyncService</code> that the <code>&lt;service-name&gt;ImplBase</code> class implements. This allows you to provide your own base class when used with the static <code>&lt;service-name&gt;Grpc.bindService(AsyncService)</code> method(<a href="https://redirect.github.com/grpc/grpc-java/issues/9688">#9688</a>).</li>
   </ul>
   <h3>Examples</h3>
   <ul>
   <li>Add examples for gcp observability (<a href="https://redirect.github.com/grpc/grpc-java/issues/9967">#9967</a>)</li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>rls:Fix throttling in route lookup where success and error metrics had been inverted (<a href="https://b.corp.google.com/262779100">b/262779100</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9874">#9874</a>)</li>
   <li>protobuf: update external javadoc link (<a href="https://redirect.github.com/grpc/grpc-java/issues/9890">#9890</a>)</li>
   <li>core: fix outlier detection default ejection time (<a href="https://redirect.github.com/grpc/grpc-java/issues/9889">#9889</a>)</li>
   <li>xds: deletion only to watchers of same control plane (<a href="https://redirect.github.com/grpc/grpc-java/issues/9896">#9896</a>)</li>
   <li>api: Target scheme is now properly case insensitive (<a href="https://redirect.github.com/grpc/grpc-java/issues/9899">#9899</a>). <code>NameResolverProvider</code>s, however, are expected to return the scheme used for registration in lower-case</li>
   <li>api: ForwardingServerCall now forwards getMethodDescriptor(). Previously only SimpleForwardingServerCall forwarded the method</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>xds:Allow a cluster’s sum of weights to exceed the maximum signed integer up to a limit of max unsigned integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9864">#9864</a>)</li>
   <li>grpclb: no SRV lookup for &quot;metadata.google.internal.&quot;</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds, orca: Allow removing OobLoadReportListener from a subchannel in OrcaOobUil. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9881">#9881</a>)</li>
   <li>services: ORCA API change to allow recording QPS in MetricRecorder and CallMetricRecorder. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9866">#9866</a>)</li>
   <li>Move name resolution retry from managed channel to name resolver (take <a href="https://redirect.github.com/grpc/grpc-java/issues/2">#2</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9812">#9812</a>)</li>
   <li>Rename AbstractXdsClient to ControlPlaneClient (<a href="https://redirect.github.com/grpc/grpc-java/issues/9934">#9934</a>)</li>
   <li>all: fix build with errorprone 2.18 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9886">#9886</a>)</li>
   <li>build: allow Java 11+ to use modern error prone</li>
   <li>errorprone: enable UnnecessaryAnonymousClass (<a href="https://redirect.github.com/grpc/grpc-java/issues/9927">#9927</a>)</li>
   <li>core: add logger to OutlierDetectionLoadBalancer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9880">#9880</a>)</li>
   <li>census: add trace annotation to report received message sizes (<a href="https://redirect.github.com/grpc/grpc-java/issues/9944">#9944</a>)</li>
   <li>gcp-observability: emit latency and payload size metrics by default when monitoring is enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9893">#9893</a>)</li>
   <li>gcp-observability: add trace information like TraceId and SpanId in logs for log correlation when both logging and traces are enabled (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li>gcp-observability: close() will take longer, to ensure metrics and traces are flushed (<a href="https://redirect.github.com/grpc/grpc-java/issues/9972">#9972</a>)</li>
   <li>gcp-observability: update status code type in logs to Google RPC code instead of an integer (<a href="https://redirect.github.com/grpc/grpc-java/issues/9959">#9959</a>)</li>
   <li>gcp-observability: retain default opencensus-task identifier even when custom labels are specified in the configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/9982">#9982</a>)</li>
   <li>Build Improvements (<a href="https://redirect.github.com/grpc/grpc-java/issues/9855">#9855</a>)</li>
   <li>Fixes MethodDescriptor java documentation (<a href="https://redirect.github.com/grpc/grpc-java/issues/9860">#9860</a>)</li>
   <li>api: forward getSecurityLevel on PartialForwardingServerCall (<a href="https://redirect.github.com/grpc/grpc-java/issues/9912">#9912</a>)</li>
   <li>Updating ServerInterceptors.java to support different marshallers for Request and Response messages. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9877">#9877</a>)</li>
   </ul>
   <h3>API stabilizations</h3>
   <ul>
   <li>Stabilize method ServerBuilder.intercept which had previously been marked experimental. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9894">#9894</a>)</li>
   <li>api:stabilize offloadExecutor usage in ManagedChannelBuilder and NameResolver. (<a href="https://redirect.github.com/grpc/grpc-java/issues/9931">#9931</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>netty:Upgrade Netty from 4.1.79 to 4.1.87, tcnative from 2.0.54 to 2.0.56 (<a href="https://redirect.github.com/grpc/grpc-java/issues/9784">#9784</a>)</li>
   <li>gcp-observability: Transitive gRPC components now have the same gRPC version</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/e988f84d14d46eab75713cf465d4d4776c4b344e"><code>e988f84</code></a> Bump version to 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/abdb6980ecefbb49a76d04098a34cc377185716a"><code>abdb698</code></a> Update README etc to reference 1.54.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/61ec299352c8f23f79ab4eaef78901d4a20b5276"><code>61ec299</code></a> Remove sleep from Observability Interop Test binary now that its done in clos...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/9f26b7dd082ff6d9b73f3377e59cd54f0202f598"><code>9f26b7d</code></a> gcp-o11y: add default custom tag for metrics exporter</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/fefa2d9b16d672a7f33948bce6ebc1e7731072cf"><code>fefa2d9</code></a> examples: add gcp-observability examples (v1.54.x backport) (<a href="https://redirect.github.com/grpc/grpc-java/issues/9987">#9987</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/882a27bcb66e09ef2124ed0b415660c2e3506b41"><code>882a27b</code></a> gcp-o11y: add sleep in Observability close()</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2e41c9a5cb81d9ce75356a76c2bb05abcede0396"><code>2e41c9a</code></a> disable recording real-time metrics using in gcp-o11y</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/132bf3e573652e9b843ceb87844271029020c9c2"><code>132bf3e</code></a> interop-testing: Do not System.exit(0) from interop client</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/85ce900dfcb637eb7e90119fda3b22295bc6b74e"><code>85ce900</code></a> gcp-observability, census: add trace information to logs (<a href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/bb39ca3ec984ac25eb74157411a1f75ece26372b"><code>bb39ca3</code></a> gcp-observability: Update logging fields for GA and use custom BatchingSettin...</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.53.0...v1.54.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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ merged pull request #12001: Bump grpc.version from 1.53.0 to 1.54.0

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ merged PR #12001:
URL: https://github.com/apache/dubbo/pull/12001


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] sonarcloud[bot] commented on pull request #12001: Bump grpc.version from 1.53.0 to 1.54.0

Posted by "sonarcloud[bot] (via GitHub)" <gi...@apache.org>.
sonarcloud[bot] commented on PR #12001:
URL: https://github.com/apache/dubbo/pull/12001#issuecomment-1495547237

   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=apache_dubbo&pullRequest=12001)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12001&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12001&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12001&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12001&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12001&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12001&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12001&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12001&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12001&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12001&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12001&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12001&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_dubbo&pullRequest=12001&metric=coverage&view=list) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_dubbo&pullRequest=12001&metric=duplicated_lines_density&view=list) No Duplication information
   
   


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org