You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/07/25 07:03:57 UTC

[camel] branch regen_bot updated (7e579e081f1 -> 0e3e540f81f)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 7e579e081f1 CAMEL-19640: remove plexus-container-default (#10799)
     add e7cbc864f98 Bypass (#10808)
     add 0e3e540f81f CAMEL-15968: camel-braintree - Add more gateway APIs from never version of braintree (#10809)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/braintree.json |   6 +-
 components/camel-braintree/pom.xml                 |  27 ++++
 .../braintree/BraintreeEndpointUriFactory.java     |   4 +-
 .../OAuthGatewayEndpointConfiguration.java         |  55 +++++++
 ...AuthGatewayEndpointConfigurationConfigurer.java | 159 +++++++++++++++++++++
 .../UsBankAccountGatewayEndpointConfiguration.java |  44 ++++++
 ...ountGatewayEndpointConfigurationConfigurer.java | 159 +++++++++++++++++++++
 .../braintree/internal/BraintreeApiCollection.java |  18 +++
 .../braintree/internal/BraintreeApiName.java       |   4 +
 .../braintree/internal/OAuthGatewayApiMethod.java  |  62 ++++++++
 .../internal/UsBankAccountGatewayApiMethod.java    |  53 +++++++
 ...ent.braintree.OAuthGatewayEndpointConfiguration |   2 +
 ...ntree.UsBankAccountGatewayEndpointConfiguration |   2 +
 .../camel/component/braintree/braintree.json       |   6 +-
 .../src/main/docs/jcache-component.adoc            |   6 +
 .../component/jcache/policy/JCachePolicy.java      |  11 +-
 .../jcache/policy/JCachePolicyProcessor.java       |  40 ++++--
 .../jcache/policy/JCachePolicyProcessorTest.java   |  52 +++++++
 .../builder/endpoint/StaticEndpointBuilders.java   |  12 +-
 .../dsl/BraintreeEndpointBuilderFactory.java       |  12 +-
 20 files changed, 706 insertions(+), 28 deletions(-)
 create mode 100644 components/camel-braintree/src/generated/java/org/apache/camel/component/braintree/OAuthGatewayEndpointConfiguration.java
 create mode 100644 components/camel-braintree/src/generated/java/org/apache/camel/component/braintree/OAuthGatewayEndpointConfigurationConfigurer.java
 create mode 100644 components/camel-braintree/src/generated/java/org/apache/camel/component/braintree/UsBankAccountGatewayEndpointConfiguration.java
 create mode 100644 components/camel-braintree/src/generated/java/org/apache/camel/component/braintree/UsBankAccountGatewayEndpointConfigurationConfigurer.java
 create mode 100644 components/camel-braintree/src/generated/java/org/apache/camel/component/braintree/internal/OAuthGatewayApiMethod.java
 create mode 100644 components/camel-braintree/src/generated/java/org/apache/camel/component/braintree/internal/UsBankAccountGatewayApiMethod.java
 create mode 100644 components/camel-braintree/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.component.braintree.OAuthGatewayEndpointConfiguration
 create mode 100644 components/camel-braintree/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.component.braintree.UsBankAccountGatewayEndpointConfiguration