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.


    omit daa01a7  Regen for commit d2524c204ff03d7aad899aad8c527e014e13d9df
     add 2484f42  CAMEL-16400: split unit and integration tests for 
camel-braintree (#5377)
     add 26c05fb  Regen for commit 2484f42449ffbb349f8a561e9e07e6640db3106c

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (daa01a7)
            \
             N -- N -- N   refs/heads/regen_bot (26c05fb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 components/camel-braintree/README.md               | 19 +++++-
 components/camel-braintree/pom.xml                 | 72 ++++------------------
 .../AddOnGatewayIT.java}                           |  9 ++-
 .../AddressGatewayIT.java}                         | 11 ++--
 .../ClientTokenGatewayIT.java}                     |  7 ++-
 .../CreditCardVerificationGatewayIT.java}          |  9 ++-
 .../CustomerGatewayIT.java}                        |  9 ++-
 .../DiscountGatewayIT.java}                        |  9 ++-
 .../DisputeGatewayIT.java}                         |  9 ++-
 .../DocumentUploadGatewayIT.java}                  |  9 ++-
 .../MerchantAccountGatewayIT.java}                 |  7 ++-
 .../PaymentMethodGatewayIT.java}                   | 11 ++--
 .../PaymentMethodNonceGatewayIT.java}              |  9 ++-
 .../PlanGatewayIT.java}                            |  9 ++-
 .../ReportGatewayIT.java}                          |  9 ++-
 .../SettlementBatchSummaryGatewayIT.java}          |  9 ++-
 .../SubscriptionGatewayIT.java}                    |  9 ++-
 .../TransactionGatewayIT.java}                     | 11 ++--
 .../WebhookNotificationGatewayIT.java}             |  8 ++-
 .../src/test/resources/test-options.properties     |  4 +-
 20 files changed, 134 insertions(+), 115 deletions(-)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{AddOnGatewayIntegrationTest.java
 => integration/AddOnGatewayIT.java} (84%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{AddressGatewayIntegrationTest.java
 => integration/AddressGatewayIT.java} (95%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{ClientTokenGatewayIntegrationTest.java
 => integration/ClientTokenGatewayIT.java} (82%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{CreditCardVerificationGatewayIntegrationTest.java
 => integration/CreditCardVerificationGatewayIT.java} (87%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{CustomerGatewayIntegrationTest.java
 => integration/CustomerGatewayIT.java} (95%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{DiscountGatewayIntegrationTest.java
 => integration/DiscountGatewayIT.java} (84%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{DisputeGatewayIntegrationTest.java
 => integration/DisputeGatewayIT.java} (97%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{DocumentUploadGatewayIntegrationTest.java
 => integration/DocumentUploadGatewayIT.java} (87%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{MerchantAccountGatewayIntegrationTest.java
 => integration/MerchantAccountGatewayIT.java} (92%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{PaymentMethodGatewayIntegrationTest.java
 => integration/PaymentMethodGatewayIT.java} (95%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{PaymentMethodNonceGatewayIntegrationTest.java
 => integration/PaymentMethodNonceGatewayIT.java} (87%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{PlanGatewayIntegrationTest.java
 => integration/PlanGatewayIT.java} (84%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{ReportGatewayIntegrationTest.java
 => integration/ReportGatewayIT.java} (90%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{SettlementBatchSummaryGatewayIntegrationTest.java
 => integration/SettlementBatchSummaryGatewayIT.java} (88%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{SubscriptionGatewayIntegrationTest.java
 => integration/SubscriptionGatewayIT.java} (94%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{TransactionGatewayIntegrationTest.java
 => integration/TransactionGatewayIT.java} (98%)
 rename 
components/camel-braintree/src/test/java/org/apache/camel/component/braintree/{WebhookNotificationGatewayIntegrationTest.java
 => integration/WebhookNotificationGatewayIT.java} (96%)

Reply via email to