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

[camel] branch main updated (7009a9d59d1 -> 33ed1442965)

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

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 7009a9d59d1 CAMEL-19741: Reduced the concurrency factor (#11133)
     add 33ed1442965 CAMEL-19557: added assertions to camel-core tests (#11123)

No new revisions were added by this update.

Summary of changes:
 .../camel/builder/FluentProducerTemplateTest.java  |  35 ++++---
 .../apache/camel/builder/NotifyBuilderTest.java    | 104 +++++----------------
 .../builder/RouteTemplateDefaultValueTest.java     |  18 ++--
 .../catalog/CustomEndpointUriFactoryTest.java      |  11 +--
 .../camel/cluster/ClusterServiceSelectorTest.java  |  19 +++-
 .../bean/BeanClassTypeUseBeanFromRegistryTest.java |  24 +++--
 .../bean/BeanComponentMissingParenthesisTest.java  |  26 +++---
 .../bean/BeanCreateBodyExceptionTest.java          |  25 +++--
 .../BeanExchangeAsReturnTypeNotAllowedTest.java    |  15 +--
 .../component/bean/BeanHandlerMethodTest.java      |  42 ++++-----
 .../bean/BeanInfoAMoreComplexOverloadedTest.java   |  15 ++-
 .../component/bean/BeanInfoInheritanceTest.java    |  32 +++----
 .../bean/BeanInfoWithBridgedMethodTest.java        |  25 ++---
 .../camel/component/bean/BeanInvokeStaticTest.java |  18 ++--
 ...rameterAndNoMethodWithNoParameterIssueTest.java |  28 +++---
 .../bean/BeanNoTypeConvertionPossibleTest.java     |  25 ++---
 ...BeanNoTypeConvertionPossibleWhenHeaderTest.java |  36 +++----
 .../bean/BeanOverloadedMethodFQNTest.java          |  32 +++----
 .../bean/BeanParameterInvalidSyntaxTest.java       |  15 ++-
 .../bean/BeanParameterInvalidValueTest.java        |  51 +++++-----
 .../bean/BeanParameterNoBeanBindingTest.java       |  19 ++--
 .../component/bean/BeanProxyNoBindingTest.java     |  24 +++--
 .../apache/camel/component/bean/BeanProxyTest.java |  27 +++---
 .../component/bean/BeanRefMethodNotFoundTest.java  |  20 ++--
 .../camel/component/bean/BeanRefNotFoundTest.java  |  20 ++--
 .../bean/BeanThrowAssertionErrorTest.java          |  20 ++--
 .../component/bean/BeanWithMethodHeaderTest.java   |  75 ++++++++-------
 .../ClassComponentInvalidConfigurationTest.java    |  37 ++++----
 .../bean/MethodCallBeanRefMethodNotFoundTest.java  |  20 ++--
 .../bean/MethodCallBeanRefNotFoundTest.java        |  20 ++--
 .../bean/MethodCallMissingParenthesisTest.java     |  34 ++++---
 .../camel/component/bean/MyServiceProxyTest.java   |  43 ++++-----
 32 files changed, 447 insertions(+), 508 deletions(-)