You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/04/19 05:53:46 UTC

[camel] branch regen_bot updated (8fe6302773f -> 210a2176f60)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 8fe6302773f CAMEL-17954: camel-salesforce: Fix integration tests
     add 0cac563f63f add server interceptors (#7455)
     add 210a2176f60 Regen

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/grpc.json  |   3 +-
 .../component/grpc/GrpcEndpointConfigurer.java     |   6 +
 .../component/grpc/GrpcEndpointUriFactory.java     |   3 +-
 .../org/apache/camel/component/grpc/grpc.json      |   3 +-
 .../apache/camel/component/grpc/GrpcComponent.java |  11 ++
 .../camel/component/grpc/GrpcConfiguration.java    |  32 +++-
 .../apache/camel/component/grpc/GrpcConsumer.java  |   4 +
 .../grpc/GrpcConsumerServerInterceptorTest.java    | 169 +++++++++++++++++++
 .../component/grpc/GrpcMockServerInterceptor.java} |  24 ++-
 .../endpoint/dsl/GrpcEndpointBuilderFactory.java   | 185 +++++++++------------
 10 files changed, 316 insertions(+), 124 deletions(-)
 create mode 100644 components/camel-grpc/src/test/java/org/apache/camel/component/grpc/GrpcConsumerServerInterceptorTest.java
 copy components/{camel-cxf/src/test/java/org/apache/camel/component/cxf/wsrm/HelloWorldImpl.java => camel-grpc/src/test/java/org/apache/camel/component/grpc/GrpcMockServerInterceptor.java} (57%)