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 2024/03/07 10:27:29 UTC

(camel) branch regen_bot updated (e15287ef77a -> 6fcff5fea99)

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 e15287ef77a CAMEL-20520: camel-rest-openapi - Generate OpenApi scheme once on startup (#13402)
     add 6fcff5fea99 CAMEL-20534: Fix gRPC producer / consumer port validation

No new revisions were added by this update.

Summary of changes:
 .../camel/component/grpc/GrpcConfiguration.java    |  2 +-
 .../apache/camel/component/grpc/GrpcConsumer.java  |  2 +-
 .../apache/camel/component/grpc/GrpcProducer.java  |  2 +-
 .../grpc/GrpcConsumerConfigurationTest.java        | 47 ++++++++++++++++++++++
 .../grpc/GrpcProducerConfigurationTest.java}       | 30 +++++++-------
 5 files changed, 64 insertions(+), 19 deletions(-)
 create mode 100644 components/camel-grpc/src/test/java/org/apache/camel/component/grpc/GrpcConsumerConfigurationTest.java
 copy components/{camel-box/camel-box-component/src/test/java/org/apache/camel/component/box/BoxCollaborationsManagerTest.java => camel-grpc/src/test/java/org/apache/camel/component/grpc/GrpcProducerConfigurationTest.java} (59%)