-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump io.grpc:grpc-bom from 1.60.1 to 1.61.0 #12781
Conversation
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🤖 CI automation will test this PR automatically. 🐫 Apache Camel Committers, please review the following items:
|
/component-test grpc Result ❌ The tests failed please check the logs |
🤖 The Apache Camel test robot will run the tests for you 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compilation failure:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project camel-grpc: Compilation failure: Compilation failure:
[ERROR] /home/runner/work/camel/camel/components/camel-grpc/src/main/java/org/apache/camel/component/grpc/server/GrpcHeaderInterceptor.java:[26,24] package io.grpc.internal does not exist
[ERROR] /home/runner/work/camel/camel/components/camel-grpc/src/main/java/org/apache/camel/component/grpc/GrpcConfiguration.java:[25,24] package io.grpc.internal does not exist
[ERROR] /home/runner/work/camel/camel/components/camel-grpc/src/main/java/org/apache/camel/component/grpc/GrpcConfiguration.java:[110,35] cannot find symbol
[ERROR] symbol: variable GrpcUtil
[ERROR] location: class org.apache.camel.component.grpc.GrpcConfiguration
[ERROR] /home/runner/work/camel/camel/components/camel-grpc/src/main/java/org/apache/camel/component/grpc/server/GrpcHeaderInterceptor.java:[41,71] cannot find symbol
[ERROR] symbol: variable GrpcUtil
[ERROR] location: class org.apache.camel.component.grpc.server.GrpcHeaderInterceptor
[ERROR] /home/runner/work/camel/camel/components/camel-grpc/src/main/java/org/apache/camel/component/grpc/server/GrpcHeaderInterceptor.java:[42,73] cannot find symbol
[ERROR] symbol: variable GrpcUtil
[ERROR] location: class org.apache.camel.component.grpc.server.GrpcHeaderInterceptor
[ERROR] /home/runner/work/camel/camel/components/camel-grpc/src/main/java/org/apache/camel/component/grpc/GrpcConfiguration.java:[111,34] cannot find symbol
[ERROR] symbol: variable GrpcUtil
[ERROR] location: class org.apache.camel.component.grpc.GrpcConfiguration
Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.60.1 to 1.61.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.60.1...v1.61.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-bom dependency-type: direct:production update-type: version-update:semver-minor ... Adding explicitly dependency to grpc-core as it is no more provided through transitive dependency Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Aurélien Pupier <[email protected]>
8901391
to
81bb99f
Compare
/component-test grpc Result ✅ The tests passed successfully |
🤖 The Apache Camel test robot will run the tests for you 👍 |
I made the required change to the codebase (adding explicitly the grpc-core dependency which was previously provided through dependencies) |
Bumps io.grpc:grpc-bom from 1.60.1 to 1.61.0.
Release notes
Sourced from io.grpc:grpc-bom's releases.
Commits
f06abeb
Bump version to 1.61.07700510
Update README protoc references to 3.25.1c639b81
Update README etc to reference 1.61.05606081
fix flaky xds test due to verification race (#10798) (#10808)2531563
okhttp: Ignore known conscrypt socket close issue (#10811) (#10812)5b082ca
Do not cache failed futures for async security policies indefinitely. (#10743)062f7a2
README.md: Correct gradle protobuf reference from 3.22.3 to 3.24.0 (#10772)597101c
xds: fix flow control message not delivered when previous message type is unk...0f21574
core: reduce CompositeReadableBuffer allocation (#3279)846e008
xds: Revert xds flow control change. (#10784)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)