This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from dcf0b9a FUSE-DOC-1921 added info for XML route definition new 3534149 CAMEL-12137: camel-braintree - Added Support for Braintree Auth Configuration and extended some integration tests. new 45ebf8e CAMEL-12137 - Fixed CS 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: components/camel-braintree/pom.xml | 31 ++++ .../src/main/docs/braintree-component.adoc | 33 ++-- .../component/braintree}/AuthenticationType.java | 4 +- .../component/braintree/BraintreeComponent.java | 22 ++- .../BraintreeComponentVerifierExtension.java | 48 ++++++ .../braintree/BraintreeConfiguration.java | 49 ++++-- .../component/braintree/BraintreeEndpoint.java | 17 +- .../braintree/AbstractBraintreeTestSupport.java | 90 ++++++++--- .../TransactionGatewayIntegrationTest.java | 154 ++++++++++++++---- .../WebhookNotificationGatewayIntegrationTest.java | 176 +++++++++++++++++++-- .../src/test/resources/test-options.properties | 4 +- .../BraintreeComponentConfiguration.java | 14 ++ 12 files changed, 540 insertions(+), 102 deletions(-) copy components/{camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce => camel-braintree/src/main/java/org/apache/camel/component/braintree}/AuthenticationType.java (90%) create mode 100644 components/camel-braintree/src/main/java/org/apache/camel/component/braintree/BraintreeComponentVerifierExtension.java -- To stop receiving notification emails like this one, please contact ['"commits@camel.apache.org" <commits@camel.apache.org>'].