You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2019/09/04 14:12:31 UTC

[camel] branch master updated (51ec6f8 -> 30ca2cb)

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 51ec6f8  CAMEL-13938: core artifacts should not depend con camel-core but camel-core-engine
     add f218e11  CAMEL-13826: Merged CamelTestSupport.isCreateCamelContextPerClass() into JUnit 5 Lifecycle.PER_CLASS
     add 30ca2cb  CAMEL-13826: Migrated half of the camel-xstream tests to JUnit 5 (testing coexistence of JUnit 4 and JUnit 5)

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/test-junit5.adoc                 |  6 ++++++
 .../apache/camel/test/junit5/CamelTestSupport.java | 25 ++++++++++++++--------
 .../CreateCamelContextPerTestFalseTest.java        |  7 ++----
 .../CreateCamelContextPerTestTrueTest.java         |  5 -----
 .../FilterCreateCamelContextPerClassTest.java      | 10 ++-------
 components/camel-xstream/pom.xml                   |  9 ++++++++
 .../xstream/MarshalDomainObjectJSONTest.java       |  4 +++-
 .../xstream/MarshalDomainObjectTest.java           |  8 ++++---
 .../xstream/XStreamDataFormatOmitFieldsTest.java   | 15 +++++++------
 ...eamDataFormatPermissionsSystemPropertyTest.java | 13 ++++++-----
 .../xstream/XStreamDataFormatPermissionsTest.java  |  7 ++++--
 parent/pom.xml                                     |  4 ++--
 .../pom.xml                                        |  1 +
 13 files changed, 68 insertions(+), 46 deletions(-)