This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit fdd204ef06ed09ea7f0544851ff45052ff31ca1c Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Dec 1 20:36:34 2021 +0100 CAMEL-17257: camel-core - RouteBuilder should store source location of the file from the DSL loader --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc index ec14503..035157d 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc @@ -10,6 +10,8 @@ from both 3.0 to 3.1 and 3.1 to 3.2. Added method `updateRoutesToCamelContext` to `org.apache.camel.RoutesBuilder` interface. +Added parameter `Resource` in `createRoute` method on `org.apache.camel.spi.RouteFactory`. + === camel-kafka The APIs in `camel-kafka` component changed from using the Kafka Client classes `org.apache.kafka.clients.producer.KafkaProducer` and `org.apache.kafka.clients.consumer.KafkaConsumer`