This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push: new ad431d6 CAMEL-14620: camel-spring-boot - Use configurer classes for setting options ad431d6 is described below commit ad431d677542f19d473713e8ae97f222d3697a11 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Mar 15 10:47:06 2020 +0100 CAMEL-14620: camel-spring-boot - Use configurer classes for setting options --- .../java/org/apache/camel/spring/boot/util/CamelPropertiesHelper.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/util/CamelPropertiesHelper.java b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/util/CamelPropertiesHelper.java index e732713..59a9bad 100644 --- a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/util/CamelPropertiesHelper.java +++ b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/util/CamelPropertiesHelper.java @@ -65,7 +65,6 @@ public final class CamelPropertiesHelper { * @throws IllegalArgumentException is thrown if an option cannot be configured on the bean because there is no suitable setter method and failOnNoSet is true. * @throws Exception for any other kind of error */ - @Deprecated public static boolean setCamelProperties(CamelContext context, Object target, Map<String, Object> properties, boolean failIfNotSet) throws Exception { ObjectHelper.notNull(context, "context"); ObjectHelper.notNull(target, "target");