dependabot[bot] opened a new pull request, #16400: URL: https://github.com/apache/camel/pull/16400
Bumps `grpc-version` from 1.68.1 to 1.68.2. Updates `io.grpc:grpc-all` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-all's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-alts` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-alts's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-android` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-android's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-api` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-api's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-auth` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-auth's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-benchmarks` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-benchmarks's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-binder` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-binder's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-census` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-census's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-context` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-context's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-core` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-core's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-cronet` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-cronet's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-gcp-csm-observability` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-gcp-csm-observability's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-gcp-observability` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-gcp-observability's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-googleapis` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-googleapis's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-grpclb` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-grpclb's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-inprocess` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-inprocess's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-interop-testing` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-interop-testing's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-netty` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-netty's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-netty-shaded` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-netty-shaded's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-okhttp` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-okhttp's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-opentelemetry` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-opentelemetry's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-protobuf` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-protobuf's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/197a15c9c9cfa7218ec29ecb335541603dff2ed2"><code>197a15c</code></a> gae-interop-testing: Upgrade to Java 17 (<a href="https://redirect.github.com/grpc/grpc-java/issues/11710">#11710</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/2636d5dda005f5a5e26127251f4cd14e757091e6"><code>2636d5d</code></a> api: When forwarding from Listener onAddresses to Listener2 continue to use o...</li> <li><a href="https://github.com/grpc/grpc-java/commit/468b29cb35c7c6f8b2242f2fc6cf4043e0619991"><code>468b29c</code></a> Bump version to 1.68.2-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-protobuf-lite` from 1.68.1 to 1.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-protobuf-lite's releases</a>.</em></p> <blockquote> <h2>v1.68.2</h2> <h2>Bug Fixes</h2> <ul> <li>api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (<a href="https://redirect.github.com/grpc/grpc-java/pull/11688">grpc/grpc-java#11688</a>). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (<a href="https://redirect.github.com/grpc/grpc-java/issues/11662">#11662</a>) that could be seen in certain custom NameResolvers</li> <li>okhttp: If the frame handler thread is null do not schedule it on the executor (<a href="https://redirect.github.com/grpc/grpc-java/pull/11716">grpc/grpc-java#11716</a>). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks</li> </ul> <h2>Improvements</h2> <ul> <li>examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (<a href="https://redirect.github.com/grpc/grpc-java/pull/11707">grpc/grpc-java#11707</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/fa5cfcd63c4713d8871e8114aa27002995446e44"><code>fa5cfcd</code></a> Bump version to 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/3782ba89a0b8ac828bdedffb1ceedebd66194d8c"><code>3782ba8</code></a> Update README etc to reference 1.68.2</li> <li><a href="https://github.com/grpc/grpc-java/commit/1dac376256eff29092fb9a634c1e106e44eca5b6"><code>1dac376</code></a> okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...</li> <li><a href="https://github.com/grpc/grpc-java/commit/e225c2355289d4f9fb291eae8d601f5349c5f51c"><code>e225c23</code></a> [CSM] Use xds-enabled server and xds credentials in examples (<a href="https://redirect.github.com/grpc/grpc-java/issues/11706">#11706</a>)</li> <li><a href="https://github.com/... _Description has been truncated_ -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org