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
The following commit(s) were added to refs/heads/main by this push:
new 3e666b6 CAMEL-17049 Changed camelContext.getEndpoint() variant in
createConsumer
3e666b6 is described below
commit 3e666b652ad04c690ebab78a1683a966d03b13b6
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 8 07:15:46 2021 +0200
CAMEL-17049 Changed camelContext.getEndpoint() variant in createConsumer
---
.../java/org/apache/camel/component/vertx/http/VertxHttpComponent.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/components/camel-vertx/camel-vertx-http/src/main/java/org/apache/camel/component/vertx/http/VertxHttpComponent.java
b/components/camel-vertx/camel-vertx-http/src/main/java/org/apache/camel/component/vertx/http/VertxHttpComponent.java
index c2aa81f..9efae33 100644
---
a/components/camel-vertx/camel-vertx-http/src/main/java/org/apache/camel/component/vertx/http/VertxHttpComponent.java
+++
b/components/camel-vertx/camel-vertx-http/src/main/java/org/apache/camel/component/vertx/http/VertxHttpComponent.java
@@ -192,7 +192,6 @@ public class VertxHttpComponent extends
HeaderFilterStrategyComponent
RestProducerFactoryHelper.setupComponentFor(url, camelContext,
(Map<String, Object>) parameters.remove("component"));
VertxHttpEndpoint endpoint = (VertxHttpEndpoint)
camelContext.getEndpoint(url, parameters);
- setProperties(endpoint, parameters);
String path = uriTemplate != null ? uriTemplate : basePath;
endpoint.getConfiguration().setHeaderFilterStrategy(new
VertxHttpRestHeaderFilterStrategy(path, queryParameters));