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.git
The following commit(s) were added to refs/heads/master by this push: new b435a6f CAMEL-14671: Make PropertiesFunction part of the PropertiesComponent SPI b435a6f is described below commit b435a6faf772b8a1fdd91cc01b09d1f1de843296 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Mar 15 13:01:15 2020 +0100 CAMEL-14671: Make PropertiesFunction part of the PropertiesComponent SPI --- .../apache/camel/test/blueprint/PropertiesComponentFunctionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/PropertiesComponentFunctionTest.java b/components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/PropertiesComponentFunctionTest.java index 36a5429..e6daebc 100644 --- a/components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/PropertiesComponentFunctionTest.java +++ b/components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/PropertiesComponentFunctionTest.java @@ -16,7 +16,7 @@ */ package org.apache.camel.test.blueprint; -import org.apache.camel.component.properties.PropertiesFunction; +import org.apache.camel.spi.PropertiesFunction; import org.junit.Test; public class PropertiesComponentFunctionTest extends CamelBlueprintTestSupport {