blob: 16a8339e7f407e7012575c7cb22f447d05fe355b [file] [log] [blame]
= Camel Quarkus 2.2.0 Migration Guide
The following guide outlines how to adapt your code to changes that were made in Camel Quarkus 2.2.0 & Quarkus 2.2.0.Final.
== camel-quarkus-grpc consumers no longer depends on Quarkus gRPC server configuration
In previous releases, many of the `camel-grpc` consumer configuration options were ignored as the gRPC server configuration was
driven by the `quarkus-grpc` extension.
This is no longer the case. All of the `camel-grpc` consumer configuration options are respected.