This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from cc7ef1d CAMEL-13557: Fixed test to use property binding support as the old has removed the legacy JDK PropertyEditor in CAMEL-13566 new 72fbdf9 CAMEL-13557: Fixed test to use property binding support as the old has removed the legacy JDK PropertyEditor in CAMEL-13566 new ea0e434 CAMEL-13557: Add property binding support to make it convenient to configure components and whatnot. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../bigquery/unit/GoogleBigQueryComponentTest.java | 41 --------------- .../component/hipchat/HipchatComponentTest.java | 58 ---------------------- .../apache/camel/model/LoadBalancerDefinition.java | 11 ---- .../camel/model/ProcessorDefinitionHelper.java | 7 +-- .../camel/model/language/ExpressionDefinition.java | 4 +- .../camel/model/language/JsonPathExpression.java | 24 ++++----- .../camel/model/language/MethodCallExpression.java | 8 +-- .../model/language/XMLTokenizerExpression.java | 12 ++--- .../camel/model/language/XPathExpression.java | 32 ++++++------ .../camel/model/language/XQueryExpression.java | 8 +-- .../org/apache/camel/reifier/ChoiceReifier.java | 2 +- .../org/apache/camel/reifier/ProcessorReifier.java | 8 +-- .../reifier/dataformat/DataFormatReifier.java | 2 +- .../runtimecatalog/impl/JSonSchemaHelperTest.java | 9 ++-- .../camel/support/builder/ExpressionBuilder.java | 18 +++---- 15 files changed, 68 insertions(+), 176 deletions(-) delete mode 100644 components/camel-google-bigquery/src/test/java/org/apache/camel/component/google/bigquery/unit/GoogleBigQueryComponentTest.java delete mode 100644 components/camel-hipchat/src/test/java/org/apache/camel/component/hipchat/HipchatComponentTest.java