This is an automated email from the ASF dual-hosted git repository. dmvolod pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 2a667fb Upgrade Spring-security to version 5.3.1.RELEASE new fe9f41f CAMEL-14893: Handling onError Thanks, son, kyoungduk for implementation new 95e22cb CAMEL-14893: Create unit test The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../component/grpc/server/GrpcMethodHandler.java | 24 +++-- .../component/grpc/GrpcConsumerExceptionTest.java | 118 +++++++++++++++++++++ 2 files changed, 136 insertions(+), 6 deletions(-) create mode 100644 components/camel-grpc/src/test/java/org/apache/camel/component/grpc/GrpcConsumerExceptionTest.java