This is an automated email from the ASF dual-hosted git repository. zregvart pushed a change to branch CAMEL-14180 in repository https://gitbox.apache.org/repos/asf/camel.git.
omit dd8c516 CAMEL-14180: use latest buildtools omit d784ba4 CAMEL-14180: Fix Checkstyle issues omit c06ba2d CAMEL-14180: Upgrade Checkstyle add c679f91 Camel-VM: Fix link for SEDA add 4a512f2 Camel-VM: Regen docs add 5fd1c75 Camel-Disruptor: Fix link for SEDA add 871e5ed Camel-Disruptor: Fixed link for SEDA add 9481876 CAMEL-14182: Make Hystrix EIP general as Circuit Breaker EIP and allow to plugin other implementations (#3342) add 35902ab Upgrade Braintree to version 2.106.0 new fea6f45 CAMEL-14180: use latest buildtools new 2bf8a26 CAMEL-14180: Upgrade Checkstyle new 7ed676d CAMEL-14180: Fix Checkstyle issues 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 (dd8c516) \ N -- N -- N refs/heads/CAMEL-14180 (7ed676d) 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. The 3 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: .../resources/camel-checkstyle-suppressions.xml | 7 +- .../src/main/docs/disruptor-component.adoc | 2 +- .../hystrix/processor/HystrixProcessorFactory.java | 8 +- .../hystrix/processor/HystrixReifier.java | 10 +- ...{HystrixDefinition => CircuitBreakerDefinition} | 0 .../processor/HystrixBadRequestExceptionTest.java | 2 +- .../hystrix/processor/HystrixCircuitOpenTest.java | 38 +++---- .../processor/HystrixHierarchicalConfigTest.java | 20 ++-- .../processor/HystrixInheritErrorHandlerTest.java | 2 +- .../hystrix/processor/HystrixManagementTest.java | 6 +- .../HystrixRouteConfigMaximumSizeTest.java | 18 ++-- .../hystrix/processor/HystrixRouteConfigTest.java | 15 ++- .../processor/HystrixRouteFallbackTest.java | 2 +- .../HystrixRouteFallbackViaNetworkTest.java | 2 +- .../hystrix/processor/HystrixRouteOkTest.java | 2 +- .../hystrix/processor/HystrixTimeoutTest.java | 2 +- .../processor/HystrixTimeoutWithFallbackTest.java | 2 +- .../SpringHystrixRouteHierarchicalConfigTest.java | 14 +-- .../BlueprintHystrixRouteFallbackTest.xml | 4 +- .../processor/BlueprintHystrixRouteOkTest.xml | 4 +- .../SpringHystrixRouteConfigMaximumSizeTest.xml | 4 +- .../processor/SpringHystrixRouteConfigRefTest.xml | 4 +- .../processor/SpringHystrixRouteConfigTest.xml | 4 +- .../processor/SpringHystrixRouteFallbackTest.xml | 4 +- .../SpringHystrixRouteHierarchicalConfigTest.xml | 4 +- .../hystrix/processor/SpringHystrixRouteOkTest.xml | 4 +- .../pulsar/PulsarProducerHeadersInTest.java | 1 + .../camel-vm/src/main/docs/vm-component.adoc | 2 +- .../saxon/SaxonXmlSourceHandlerFactoryImpl.java | 8 +- .../xslt/saxon/XsltSaxonAggregationStrategy.java | 3 +- .../component/xslt/saxon/XsltSaxonEndpoint.java | 1 + .../component/xslt/saxon/XsltSaxonHelper.java | 1 + .../component/xslt/saxon/SAXSourceLogBodyTest.java | 8 +- .../camel/component/xslt/saxon/XsltSaxonTest.java | 3 +- .../camel/impl/engine/DefaultProcessorFactory.java | 13 ++- .../src/main/docs/eips/hystrix-eip.adoc | 115 ++++++++++++++------- .../src/main/docs/eips/onFallback-eip.adoc | 17 +-- ...finition.java => CircuitBreakerDefinition.java} | 75 +++++--------- .../model/HystrixConfigurationDefinition.java | 6 +- .../apache/camel/model/ProcessorDefinition.java | 20 ++-- ...trixReifier.java => CircuitBreakerReifier.java} | 10 +- .../org/apache/camel/reifier/ProcessorReifier.java | 16 ++- .../camel/main/MainConfigurationProperties.java | 2 +- .../modules/ROOT/pages/disruptor-component.adoc | 2 +- .../modules/ROOT/pages/vm-component.adoc | 2 +- .../ROOT/pages/camel-3-migration-guide.adoc | 8 ++ .../modules/ROOT/pages/hystrix-eip.adoc | 115 ++++++++++++++------- .../modules/ROOT/pages/onFallback-eip.adoc | 17 +-- .../src/main/java/sample/camel/ClientRoute.java | 2 +- parent/pom.xml | 2 +- .../HystrixHierarchicalConfiguration.java | 5 +- .../HystrixHierarchicalConfigurationTest.java | 12 +-- .../processor/HystrixMultiConfiguration.java | 9 +- .../org/apache/camel/itest/CamelHystrixTest.xml | 4 +- 54 files changed, 373 insertions(+), 290 deletions(-) rename components/camel-hystrix/src/main/resources/META-INF/services/org/apache/camel/model/{HystrixDefinition => CircuitBreakerDefinition} (100%) rename core/camel-core-engine/src/main/java/org/apache/camel/model/{HystrixDefinition.java => CircuitBreakerDefinition.java} (70%) rename core/camel-core-engine/src/main/java/org/apache/camel/reifier/{HystrixReifier.java => CircuitBreakerReifier.java} (77%)