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 8e45bd8 Regen for commit c1e0ae6f25a2f0a2763a3f981818b73bbefb557c new a177812 CAMEL-15764: Setting properties via configurer should ignore case by default as end users may use mixed case and the API components rely on parameter names with a specific case new 4899ea9 CAMEL-15764: api component should not use reflection when configuring their endpoints. 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: .../camel/component/twilio/TwilioEndpointTest.java | 48 +++++++++------------- .../reifier/dataformat/DataFormatReifier.java | 1 + .../camel/reifier/language/ExpressionReifier.java | 1 + .../org/apache/camel/support/DefaultComponent.java | 4 +- .../org/apache/camel/support/DefaultEndpoint.java | 4 +- .../camel/support/RestProducerFactoryHelper.java | 2 +- .../support/component/AbstractApiComponent.java | 1 + .../support/component/AbstractApiEndpoint.java | 34 ++++++++++++++- 8 files changed, 60 insertions(+), 35 deletions(-) copy core/camel-core/src/test/java/org/apache/camel/component/mock/MockEndpointWithParametersTest.java => components/camel-twilio/src/test/java/org/apache/camel/component/twilio/TwilioEndpointTest.java (50%)