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

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


    from 6f7b143  CAMEL-12868: Detect if camel on spring-boot shutdown very 
quickly because there is no main controller or starter-web dependency to keep 
the JVM alive.
     new fa07d9f  CAMEL-13491: Fixed camel-test with 
isCreateCamelContextPerClass = true to correctly setup/teardown only once 
before/after class and reset in between test methods. This is a little bit 
tricky to do with JUnit 4
     new c1c47a0  CAMEL-13491: Fixed CS. And some smaller improvements between 
camel-test and camel-test-spring

The 2 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:
 .../camel/test/spring/CamelSpringTestSupport.java  |  15 +--
 .../apache/camel/test/patterns/SimpleMockTest.java |  29 +++-
 .../camel/test/junit4/CamelTearDownRule.java}      |  41 +++---
 .../apache/camel/test/junit4/CamelTestSupport.java |  88 ++++++------
 .../org/apache/camel/test/junit4/TestSupport.java  |   5 +-
 ...ava => CreateCamelContextPerTestFalseTest.java} |  61 +++++++--
 .../CreateCamelContextPerTestTrueTest.java         | 148 +++++++++++++++++++++
 7 files changed, 294 insertions(+), 93 deletions(-)
 copy 
components/{camel-cassandraql/src/test/java/org/apache/camel/component/cassandra/BaseCassandraTest.java
 => 
camel-test/src/main/java/org/apache/camel/test/junit4/CamelTearDownRule.java} 
(54%)
 copy 
components/camel-test/src/test/java/org/apache/camel/test/patterns/{FilterTest.java
 => CreateCamelContextPerTestFalseTest.java} (54%)
 create mode 100644 
components/camel-test/src/test/java/org/apache/camel/test/patterns/CreateCamelContextPerTestTrueTest.java

Reply via email to