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 4951ec5 CAMEL-15846: camel-core - Remove basicPropertyBinding
4951ec5 is described below
commit 4951ec5802d78a6a3cffcb8938e59931f1cb8882
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Nov 12 19:39:02 2020 +0100
CAMEL-15846: camel-core - Remove basicPropertyBinding
---
.../src/test/java/org/apache/camel/catalog/CamelCatalogTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
b/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
index 8e5694b..dd7b02a 100644
---
a/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
+++
b/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
@@ -1430,7 +1430,7 @@ public class CamelCatalogTest {
@Test
public void testValidateConfigurationPropertyComponentJClouds() throws
Exception {
- String text = "camel.component.jclouds.basicPropertyBinding=true";
+ String text = "camel.component.jclouds.autowiredEnabled=true";
ConfigurationPropertiesValidationResult result =
catalog.validateConfigurationProperty(text);
assertTrue(result.isSuccess());