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 e844404abe3 camel-salesforce: Document CLIENT_CREDENTIALS auth type.
     new 042c9797bc9 (chores) camel-test-junit5: decouple the hasAnnotationCheck
     new cc07a915dd4 (chores) camel-test-junit5: remove SpringBootTest from the 
applyCamelPostProcessor
     new 46b33293bd8 (chores) camel-test-junit5: move the JUnitPropertiesSource 
to a separate class
     new 75ff061a6db (chores) camel-test-junit5: decouple the logging from the 
base class
     new 427c19faa5d (chores) camel-test-junit5: decouple supported/unsupported 
check

The 5 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:
 .../apache/camel/test/junit5/CamelTestSupport.java |  88 +++++------------
 .../camel/test/junit5/JunitPropertiesSource.java}  |  28 +++---
 .../camel/test/junit5/util/ExtensionHelper.java    | 108 +++++++++++++++++++++
 .../junit5/util/RouteCoverageDumperExtension.java  |  54 +++++++++++
 4 files changed, 196 insertions(+), 82 deletions(-)
 copy 
components/{camel-fastjson/src/test/java/org/apache/camel/component/fastjson/TestPojo.java
 => 
camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/JunitPropertiesSource.java}
 (64%)
 create mode 100644 
components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/util/ExtensionHelper.java
 create mode 100644 
components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/util/RouteCoverageDumperExtension.java

Reply via email to