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 2021/04/19 13:23:37 UTC

[camel] branch regen_bot updated (6313fc6 -> f33526b)

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 6313fc6  CAMEL-16400: split unit and integration tests for camel-jbpm (#5418)
     add f0fcff7  CAMEL-16400: adjust manual integration tests for camel-spring-batch (#5419)
     add f33526b  Replace AIX profiles with JUnit's 5 @DisabledOnOS for component test code (#5422)

No new revisions were added by this update.

Summary of changes:
 components/camel-leveldb-legacy/pom.xml            | 26 ----------------------
 ...elDBAggregateConcurrentDifferentGroupsTest.java |  3 +++
 .../LevelDBAggregateConcurrentSameGroupTest.java   |  3 +++
 .../LevelDBAggregateDiscardOnTimeoutTest.java      |  3 +++
 .../LevelDBAggregateForceCompletionHeaderTest.java |  3 +++
 .../LevelDBAggregateLoadAndRecoverTest.java        |  3 +++
 .../LevelDBAggregateLoadConcurrentTest.java        |  3 +++
 .../leveldb/LevelDBAggregateLoadTest.java          |  3 +++
 ...DBAggregateNotLostRemovedWhenConfirmedTest.java |  3 +++
 .../leveldb/LevelDBAggregateNotLostTest.java       |  3 +++
 ...ggregateRecoverDeadLetterChannelFailedTest.java |  3 +++
 ...velDBAggregateRecoverDeadLetterChannelTest.java |  3 +++
 .../leveldb/LevelDBAggregateRecoverTest.java       |  3 +++
 ...DBAggregateRecoverWithRedeliveryPolicyTest.java |  3 +++
 .../LevelDBAggregateRecoverWithSedaTest.java       |  3 +++
 .../LevelDBAggregateSerializedHeadersTest.java     |  3 +++
 .../component/leveldb/LevelDBAggregateTest.java    |  3 +++
 ...velDBAggregateTimeoutCompletionRestartTest.java |  3 +++
 .../LevelDBAggregationRepositoryAlotDataTest.java  |  3 +++
 ...velDBAggregationRepositoryLoadExistingTest.java |  3 +++
 ...velDBAggregationRepositoryMultipleRepoTest.java |  3 +++
 ...DBAggregationRepositoryRecoverExistingTest.java |  3 +++
 .../leveldb/LevelDBAggregationRepositoryTest.java  |  3 +++
 .../leveldb/LevelDBExchangeSerializationTest.java  |  3 +++
 .../component/leveldb/LevelDBGetNotFoundTest.java  |  3 +++
 .../camel/component/leveldb/LevelDBSetupTest.java  |  3 +++
 ...ngAggregateRecoverWithRedeliveryPolicyTest.java |  3 +++
 .../leveldb/LevelDBSpringAggregateTest.java        |  3 +++
 components/camel-spring-batch/pom.xml              |  9 ++++++++
 ...atchIntegrationTest.java => SpringBatchIT.java} |  2 +-
 components/camel-spring-xml/pom.xml                | 13 -----------
 ...ualCamelContextManagedAutoAssignedNameTest.java |  3 +++
 .../management/DualCamelContextManagedTest.java    |  3 +++
 .../JmxInstrumentationWithConnectorTest.java       |  3 +++
 .../ManagedEndpointInjectRefEndpointTest.java      |  3 +++
 .../spring/management/ManagedRefEndpointTest.java  |  3 +++
 .../SpringCamelContextStartingFailedEventTest.java |  3 +++
 .../SpringDualLoggingEventNotifierTest.java        |  3 +++
 .../SpringJmxDumpCBRRoutesAsXmlTest.java           |  3 +++
 ...pringJmxDumpRoutesAsXmlIncludeHostNameTest.java |  3 +++
 .../management/SpringJmxDumpRoutesAsXmlTest.java   |  3 +++
 .../SpringJmxEndpointInjectBeanRefTest.java        |  3 +++
 .../SpringJmxEndpointInjectBeanRefTwoTest.java     |  3 +++
 .../SpringJmxEndpointInjectBeanTest.java           |  3 +++
 .../SpringJmxRecipientListRegisterAlwaysTest.java  |  3 +++
 .../management/SpringJmxRecipientListTest.java     |  3 +++
 .../management/SpringLoggingEventNotifierTest.java |  3 +++
 .../SpringManagedNamePatternFixedTest.java         |  3 +++
 .../management/SpringManagedNamePatternTest.java   |  3 +++
 .../management/SpringManagedResourceTest.java      |  3 +++
 ...edRouteRemoveContextScopedErrorHandlerTest.java |  3 +++
 ...emoveRouteAndContextScopedErrorHandlerTest.java |  3 +++
 ...agedRouteRemoveRouteScopedErrorHandlerTest.java |  3 +++
 .../management/SpringManagedSanitizeTest.java      |  3 +++
 .../management/SpringManagedSedaEndpointTest.java  |  3 +++
 .../SpringManagedStatisticsLevelOffTest.java       |  3 +++
 ...SpringManagedStatisticsLevelRoutesOnlyTest.java |  3 +++
 .../SpringManagedTransactedProcessorTest.java      |  3 +++
 .../management/SpringPublishEventNotifierTest.java |  3 +++
 59 files changed, 175 insertions(+), 40 deletions(-)
 rename components/camel-spring-batch/src/test/java/org/apache/camel/component/spring/batch/{SpringBatchIntegrationTest.java => SpringBatchIT.java} (97%)