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/05/16 16:12:27 UTC

[camel] branch regen_bot updated (1e16a10e94b -> 4c4be4cf122)

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 1e16a10e94b (chores) camel-core: removed unnecessary explicit calls to toString
     add c3f4c77ea05 (chores) camel-core: use static inner classes in tests
     add 4e7de2ad960 (chores) camel-core: use static inner classes
     add 74386ddea0d (chores) camel-core: use lower-overhead immutable lists
     add 46581dda1c5 (chores) camel-couchdb: disable tests on non-x86/arm architectures
     add 62e7c7641d1 (chores) camel-ldif: disable tests on non-x86/arm architectures
     add 4c4be4cf122 Regen for commit 62e7c7641d15696d14d9f213a1fa8bcd76c62005

No new revisions were added by this update.

Summary of changes:
 components/camel-couchdb/pom.xml                   | 27 ++++++++++++++++++++++
 components/camel-ldif/pom.xml                      | 27 ++++++++++++++++++++++
 .../support/jsse/BaseSSLContextParameters.java     | 10 ++++----
 .../org/apache/camel/builder/NotifyBuilder.java    |  2 +-
 .../xml/AbstractCamelContextFactoryBeanTest.java   |  3 ++-
 .../bean/BeanInfoAMoreComplexOverloadedTest.java   |  2 +-
 .../BeanInfoOverloadedWithSubTypeParamTest.java    |  2 +-
 .../camel/impl/ProducerCacheNonSingletonTest.java  |  2 +-
 .../DefaultSupervisingRouteControllerTest.java     |  2 +-
 .../impl/engine/IntrospectionSupportTest.java      |  2 +-
 .../RouteStartupFailShouldStopAlsoIssueTest.java   |  2 +-
 .../camel/processor/ConsumerRouteIdAwareTest.java  |  2 +-
 .../camel/processor/PipelineStepWithEventTest.java |  2 +-
 .../OnExceptionUseOriginalMessageStreamTest.java   |  6 ++---
 ...gRouteControllerFilterFailToStartRouteTest.java |  2 +-
 .../main/MainSupervisingRouteControllerTest.java   |  2 +-
 .../camel/main/MainSupportCommandLineTest.java     |  2 +-
 .../java/org/apache/camel/main/MainVetoTest.java   |  4 ++--
 .../org/apache/camel/management/LoadTimerTest.java |  2 +-
 .../management/ManagedNonManagedServiceTest.java   |  4 ++--
 .../camel/management/ManagedRouteRestartTest.java  |  2 +-
 .../ManagedSupervisingRouteControllerTest.java     |  2 +-
 .../ManagedThrottlingExceptionRoutePolicyTest.java |  4 ++--
 .../org/apache/camel/xml/in/ModelParserTest.java   |  4 ++--
 24 files changed, 87 insertions(+), 32 deletions(-)