Re: [PR] Bump io.grpc:grpc-bom from 1.60.1 to 1.61.0 [camel]

2024-01-15 Thread via GitHub


apupier merged PR #12781:
URL: https://github.com/apache/camel/pull/12781


-- 
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



Re: [PR] Bump io.grpc:grpc-bom from 1.60.1 to 1.61.0 [camel]

2024-01-15 Thread via GitHub


apupier commented on PR #12781:
URL: https://github.com/apache/camel/pull/12781#issuecomment-1892181776

   I made the required change to the codebase (adding explicitly the grpc-core 
dependency which was previously provided through dependencies)


-- 
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



Re: [PR] Bump io.grpc:grpc-bom from 1.60.1 to 1.61.0 [camel]

2024-01-15 Thread via GitHub


github-actions[bot] commented on PR #12781:
URL: https://github.com/apache/camel/pull/12781#issuecomment-1892175283

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
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



Re: [PR] Bump io.grpc:grpc-bom from 1.60.1 to 1.61.0 [camel]

2024-01-15 Thread via GitHub


apupier commented on PR #12781:
URL: https://github.com/apache/camel/pull/12781#issuecomment-1892174601

   /component-test grpc


-- 
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



Re: [PR] Bump io.grpc:grpc-bom from 1.60.1 to 1.61.0 [camel]

2024-01-13 Thread via GitHub


github-actions[bot] commented on PR #12781:
URL: https://github.com/apache/camel/pull/12781#issuecomment-1890382827

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
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



Re: [PR] Bump io.grpc:grpc-bom from 1.60.1 to 1.61.0 [camel]

2024-01-13 Thread via GitHub


oscerd commented on PR #12781:
URL: https://github.com/apache/camel/pull/12781#issuecomment-1890382744

   /component-test grpc


-- 
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



[PR] Bump io.grpc:grpc-bom from 1.60.1 to 1.61.0 [camel]

2024-01-13 Thread via GitHub


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

   Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.60.1 to 
1.61.0.
   
   Release notes
   Sourced from https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-bom's 
releases.
   
   v1.61.0
   API Changes
   
   Remove unused experimental API 
ManagedChannelBuilder.enableFullStreamDecompression (https://redirect.github.com/grpc/grpc-java/issues/10744";>#10744)
   api: Deprecate LoadBalancer.EMPTY_PICKER added in 1.58.0 in favor of 
FixedResultPicker (860b5cb1f)
   
   New Features
   
   binder: Experimental support for asynchronous security policies (https://redirect.github.com/grpc/grpc-java/issues/10566";>#10566)
   
   Improvements
   
   core: reduce CompositeReadableBuffer allocation (https://redirect.github.com/grpc/grpc-java/issues/3279";>#3279)
   core: Improve error message clarity when a channel leak is detected 
(201893f5e)
   util: use shared index across round_robin pickers 
(dca89b25b). This makes its implementation more similar to 
weighted_round_robin.
   xds: Implement ADS stream flow control mechanism (https://redirect.github.com/grpc/grpc-java/issues/10674";>#10674). 
This limits the maximum memory consumed if the control plane sends updates more 
rapidly than they can be processed.
   
   Bug Fixes
   
   core: Check outbound maximum message size for the compressed size in 
addition to the already-checked uncompressed size (https://redirect.github.com/grpc/grpc-java/issues/10739";>#10739). 
Fixed the status code to be RESOURCE_EXHAUSTED instead of UNKNOWN.
   util: Fix NPE when multiple addresses are in an address group for 
petiole load balancer policies (https://redirect.github.com/grpc/grpc-java/issues/10769";>#10769)
   util: Disable publishing of fixtures (8ac43dd81). The Gradle test 
fixtures are for use by grpc-java's internal tests.
   okhttp: Ignore known conscrypt socket close issue (https://redirect.github.com/grpc/grpc-java/issues/10812";>#10812). 
This stops an exception from being thrown when a known Conscrypt 
synchronization issue happens.
   
   Dependencies
   
   Drop support for Bazel 5 (55a9c012c). Bazel 7 is available, and Protobuf 
has already dropped support for Bazel 5.
   Change many compile deps to runtime deps (d6830d7f9). This reduces the 
transitive classes "leaked" into the compile classpath. In 
particular, grpc-core (io.grpc.internal) will be less frequently 
included transitively at compile time.
   Upgrade dependencies (c985797d9)
   
   Protobuf to 3.25.1
   auto-value-annotations to 1.10.4
   error_prone_annotations to 2.23.0
   proto-google-common-protos to 2.29.0
   google-cloud-logging to 3.15.14
   guava to 32.1.3-android
   okio to 3.4.0
   
   
   
   Acknowledgements
   
   https://github.com/Gordiychuk";>@​Gordiychuk
   https://github.com/jroper";>@​jroper
   https://github.com/jyane";>@​jyane
   https://github.com/ulfjack";>@​ulfjack
   
   
   
   
   Commits
   
   https://github.com/grpc/grpc-java/commit/f06abeb6fda2985c19e9792edb6f2b071b6fd8b5";>f06abeb
 Bump version to 1.61.0
   https://github.com/grpc/grpc-java/commit/77005107aaa1847cdbac0919d5e73752649c3485";>7700510
 Update README protoc references to 3.25.1
   https://github.com/grpc/grpc-java/commit/c639b8161bd16d01ddec2a42ee3bf68c3a49e296";>c639b81
 Update README etc to reference 1.61.0
   https://github.com/grpc/grpc-java/commit/560608100f3f69b2ff5716c969d20c6802f79451";>5606081
 fix flaky xds test due to verification race (https://redirect.github.com/grpc/grpc-java/issues/10798";>#10798) (https://redirect.github.com/grpc/grpc-java/issues/10808";>#10808)
   https://github.com/grpc/grpc-java/commit/2531563a3eb59e154e3098d8a45f39f003bcd439";>2531563
 okhttp: Ignore known conscrypt socket close issue (https://redirect.github.com/grpc/grpc-java/issues/10811";>#10811) (https://redirect.github.com/grpc/grpc-java/issues/10812";>#10812)
   https://github.com/grpc/grpc-java/commit/5b082ca6404bd7fddf2f88d030a756694d1879f8";>5b082ca
 Do not cache failed futures for async security policies indefinitely. (https://redirect.github.com/grpc/grpc-java/issues/10743";>#10743)
   https://github.com/grpc/grpc-java/commit/062f7a20722ba7519ad872b4c82bfc8259d8b7bc";>062f7a2
 README.md: Correct gradle protobuf reference from 3.22.3 to 3.24.0 (https://redirect.github.com/grpc/grpc-java/issues/10772";>#10772)
   https://github.com/grpc/grpc-java/commit/597101c0891c82c45fc86d1c5cab9d5268438cff";>597101c
 xds: fix flow control message not delivered when previous message type is 
unk...
   https://github.com/grpc/grpc-java/commit/0f21574bb1bc7222a0c5018236bfcd9289191f6d";>0f21574
 core: reduce CompositeReadableBuffer allocation (https://redirect.github.com/grpc/grpc-java/issues/3279";>#3279)
   https://github.com/grpc/grpc-java/commit/846e00839946e5ef6f31d1c975cbe9542d283c99";>846e008
 xds: Revert xds flow control change. (https://redirect.github.com/grpc/grpc-java/issues/10784";>#107

Re: [PR] Bump io.grpc:grpc-bom from 1.60.1 to 1.61.0 [camel]

2024-01-13 Thread via GitHub


github-actions[bot] commented on PR #12781:
URL: https://github.com/apache/camel/pull/12781#issuecomment-1890381567

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


-- 
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