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

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


    from 1ba73ed  Upgrade Atmosphere to version 2.5.4
     new 6208cdb  CAMEL-13826: Turned TestSupport into a utility class
     new 4d882b5  CAMEL-13826: Removed deprecated methods and class
     new ef77eae  CAMEL-13826: Moved route coverage to a dedicated class
     new 23c0862  CAMEL-13826: Migrated camel-ahc tests to camel-test-junit5
     new 711f29d  CAMEL-13826: Migrated camel-ahc-ws tests to camel-test-junit5
     new e066cb4  CAMEL-13826: Removed unneeded throws Exception for tests in 
camel-test-junit5
     new 5f1fa19  CAMEL-13826: Migrated camel-jmx tests to camel-test-junit5
     new 72c7328  CAMEL-13826: Migrated camel-hbase tests to camel-test-junit5
     new 6c1f1f3  Merging CAMEL-13826 branch with master

The 9 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:
 components/camel-ahc-ws/pom.xml                    |   7 +-
 .../component/ahc/ws/WsProducerConsumerTest.java   |  28 +-
 .../camel/component/ahc/ws/WsProducerTestBase.java |  26 +-
 .../camel/component/ahc/ws/WssProducerTest.java    |   4 +-
 components/camel-ahc/pom.xml                       |   7 +-
 .../ahc/AhcBridgeEndpointPathWithSpacesTest.java   |   6 +-
 .../camel/component/ahc/AhcBridgeEndpointTest.java |  12 +-
 .../component/ahc/AhcClientConfigRealmUriTest.java |   4 +-
 .../component/ahc/AhcClientConfigUriTest.java      |   4 +-
 .../ahc/AhcComponentClientConfigTest.java          |   2 +-
 ...entConfigWithClientConfigUriParametersTest.java |   5 +-
 .../ahc/AhcComponentCustomClientConfigTest.java    |   2 +-
 .../ahc/AhcComponentNettyClientConfigTest.java     |   2 +-
 .../apache/camel/component/ahc/AhcGoogleTest.java  |   8 +-
 .../ahc/AhcOperationFailedExceptionTest.java       |   4 +-
 .../camel/component/ahc/AhcProduce500Test.java     |   7 +-
 .../component/ahc/AhcProduceClientConfigTest.java  |   2 +-
 ...entConfigWithClientConfigUriParametersTest.java |   5 +-
 .../component/ahc/AhcProduceGetHeadersTest.java    |   2 +-
 .../ahc/AhcProduceGetNoSlashInUriTest.java         |   2 +-
 .../camel/component/ahc/AhcProduceGetTest.java     |   4 +-
 .../AhcProduceNoThrowExceptionOnFailureTest.java   |   2 +-
 .../component/ahc/AhcProducePostDoWhileTest.java   |   2 +-
 .../component/ahc/AhcProducePostHeadersTest.java   |   2 +-
 .../camel/component/ahc/AhcProducePostTest.java    |   4 +-
 .../ahc/AhcProduceTransferExceptionTest.java       |   7 +-
 ...hcProduceWithClientConfigUriParametersTest.java |   2 +-
 .../ahc/AhcProducerConnectionCloseHeadersTest.java |   2 +-
 .../component/ahc/AhcProducerSessionTest.java      |   2 +-
 .../AhcProducerTwoParametersWithSameKeyTest.java   |  10 +-
 .../apache/camel/component/ahc/BaseAhcTest.java    |   6 +-
 .../camel/component/ahc/HttpEndpointURLTest.java   |   6 +-
 .../ahc/HttpHeaderFilterStrategyTest.java          |  11 +-
 .../ahc/javabody/AhcProduceJavaBodyTest.java       |   8 +-
 components/camel-hbase/pom.xml                     |  14 +-
 .../component/hbase/CamelHBaseFilterTest.java      |  12 +-
 .../component/hbase/CamelHBaseTestSupport.java     |  20 +-
 .../camel/component/hbase/HBaseComponentTest.java  |  11 +-
 .../camel/component/hbase/HBaseConsumerTest.java   |   2 +-
 .../component/hbase/HBaseConvertionsTest.java      |   4 +-
 .../camel/component/hbase/HBaseProducerTest.java   |   9 +-
 .../idempotent/HBaseIdempotentRepositoryTest.java  |  15 +-
 components/camel-jmx/pom.xml                       |   7 +-
 ...sumerObserveAttributeMatchStringDifferTest.java |   4 +-
 ...JmxConsumerObserveAttributeMatchStringTest.java |   4 +-
 .../jmx/CamelJmxConsumerObserveAttributeTest.java  |   4 +-
 .../camel/component/jmx/CamelJmxConsumerTest.java  |   4 +-
 .../camel/component/jmx/JMXComponentTest.java      |  12 +-
 .../camel/component/jmx/JMXConsumerTest.java       |  10 +-
 .../camel/component/jmx/JMXEndpointTest.java       |  18 +-
 .../camel/component/jmx/JMXHandbackTest.java       |   9 +-
 .../component/jmx/JMXMonitorTypeCounterTest.java   |   2 +-
 .../component/jmx/JMXMonitorTypeGaugeTest.java     |   2 +-
 .../jmx/JMXMonitorTypeLongCounterTest.java         |   2 +-
 .../jmx/JMXMonitorTypeStringDiffersTest.java       |   2 +-
 .../jmx/JMXMonitorTypeStringMatchesTest.java       |   2 +-
 .../component/jmx/JMXNotificationFilterTest.java   |   8 +-
 .../component/jmx/JMXObjectPropertiesTest.java     |   2 +-
 .../apache/camel/component/jmx/JMXRemoteTest.java  |   6 +-
 .../jmx/JMXRobustRemoteConnectionTest.java         |  21 +-
 .../camel/component/jmx/JMXUriBuilderTest.java     |   4 +-
 .../camel/component/jmx/MockEndpointFixture.java   |   6 +-
 .../camel/component/jmx/SimpleBeanFixture.java     |   8 +-
 .../org/apache/camel/component/jmx/XmlFixture.java |   4 +-
 .../src/main/docs/test-junit5.adoc                 |  37 +-
 .../camel/test/CamelRouteCoverageDumper.java       | 190 +++++++++
 .../apache/camel/test/junit5/CamelTestSupport.java | 284 ++-----------
 .../org/apache/camel/test/junit5/TestSupport.java  | 444 ++++++++++-----------
 .../apache/camel/test/AvailablePortFinderTest.java |   2 -
 .../camel/test/junit5/CamelTestSupportTest.java    |   4 +-
 .../test/junit5/RouteFilterPatternExcludeTest.java |   4 +-
 .../RouteFilterPatternIncludeExcludeTest.java      |   4 +-
 .../test/junit5/RouteFilterPatternIncludeTest.java |   4 +-
 .../test/junit5/patterns/AdviceWithLambdaTest.java |   4 +-
 .../junit5/patterns/AdviceWithNotStartedTest.java  |   7 +-
 .../CreateCamelContextPerTestFalseTest.java        |   2 +-
 .../CreateCamelContextPerTestTrueTest.java         |   2 +-
 .../test/junit5/patterns/DebugJUnit5Test.java      |  10 +-
 .../patterns/DebugNoLazyTypeConverterTest.java     |  13 +-
 .../camel/test/junit5/patterns/DebugTest.java      |  10 +-
 .../test/junit5/patterns/GetMockEndpointTest.java  |   4 +-
 .../patterns/IsMockEndpointsAndSkipJUnit5Test.java |   4 +-
 .../junit5/patterns/IsMockEndpointsFileTest.java   |   6 +-
 .../junit5/patterns/IsMockEndpointsJUnit5Test.java |   4 +-
 .../test/junit5/patterns/IsMockEndpointsTest.java  |   4 +-
 .../test/junit5/patterns/ProduceBeanTest.java      |   4 +-
 .../RouteBuilderConfigureExceptionTest.java        |   4 +-
 .../RouteProcessorDumpRouteCoverageTest.java       |  27 +-
 .../junit5/patterns/SimpleMockEndpointsTest.java   |   4 +-
 .../camel/test/junit5/patterns/SimpleMockTest.java |   4 +-
 .../junit5/patterns/SimpleNotifyBuilderTest.java   |   6 +-
 .../patterns/SimpleWeaveAddMockLastTest.java       |   6 +-
 .../src/test/resources/jndi.properties             |  22 -
 93 files changed, 805 insertions(+), 750 deletions(-)
 create mode 100644 
components/camel-test-junit5/src/main/java/org/apache/camel/test/CamelRouteCoverageDumper.java
 delete mode 100644 
components/camel-test-junit5/src/test/resources/jndi.properties

Reply via email to