blob: a4a491e47b99e1610454c370781ebdae237ae8e0 [file] [log] [blame]
= Camel Quarkus 2.7.0 Migration Guide
The following guide outlines how to adapt your code to changes that were made in Camel Quarkus 2.7.0 & Quarkus 2.7.0.Final.
== Deprecated vertx-kafka extension has been removed
The deprecated `vertx-kafka` extension has been removed. Any routes using this component will need modifying to use the xref:reference/extensions/kafka.adoc[`kafka`] extension.
== Removal of configuration property `quarkus.camel.main.enabled`
xref:{cq-camel-components}:others:main.adoc[Camel Main] has been enabled as the default bootstrap mode since Camel Quarkus 1.8.0. The configuration property `quarkus.camel.main.enabled`
has now been removed as there are no major benefits to disabling Camel Main.
== Removal of @BuildTimeAvroDataFormat
The deprecated `@BuildTimeAvroDataFormat` annotation has been removed.
Users are kindly asked to use the parsing of Avro schema at build time as described in the xref:reference/extensions/avro.adoc[Camel Quarkus Avro Extension] documentation.