This is an automated email from the ASF dual-hosted git repository.
aldettinger pushed a change to branch CAMEL-13826
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 124646a camel-http-common - Fix typos in HttpHelper
new 8c2dc9b CAMEL-13826: Merged
CamelTestSupport.isCreateCamelContextPerClass() into JUnit 5 Lifecycle.PER_CLASS
new 29c5e52 CAMEL-13826: Migrated half of the camel-xstream tests to
JUnit 5 (testing coexistence of JUnit 4 and JUnit 5)
new f169f19 CAMEL-13826: Added a comment in the doc about the possibility
to migrate per camel test
The 3 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:
.../src/main/docs/test-junit5.adoc | 5 +++++
.../apache/camel/test/junit5/CamelTestSupport.java | 25 ++++++++++++++--------
.../CreateCamelContextPerTestFalseTest.java | 7 ++----
.../CreateCamelContextPerTestTrueTest.java | 5 -----
.../FilterCreateCamelContextPerClassTest.java | 10 ++-------
components/camel-test/pom.xml | 4 ++++
components/camel-xstream/pom.xml | 5 +++++
.../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 +
14 files changed, 67 insertions(+), 46 deletions(-)