This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
omit ebde282 CAMEL-17624: remove deprecated
camel-testcontainers-spring-junit5 component
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/regen_bot (e7c4c4c)
\
O -- O -- O (ebde282)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/others.properties | 1 +
.../others/testcontainers-spring-junit5.json | 15 +++
.../camel-testcontainers-spring-junit5/pom.xml | 146 +++++++++++++++++++++
.../services/org/apache/camel/other.properties | 7 +
.../resources/testcontainers-spring-junit5.json | 15 +++
.../main/docs/testcontainers-spring-junit5.adoc | 34 +++++
.../junit5/ContainerAwareSpringTestSupport.java | 116 ++++++++++++++++
.../junit5/ContainerAwareSpringTestSupportIT.java | 62 +++++++++
.../src/test/resources/log4j2.properties | 0
.../ContainerAwareSpringTestSupportTest.xml | 0
components/camel-test/pom.xml | 1 +
.../json/testcontainers-spring-junit5.json | 1 +
docs/components/modules/others/nav.adoc | 1 +
.../others/pages/testcontainers-spring-junit5.adoc | 1 +
docs/user-manual/modules/ROOT/pages/testing.adoc | 1 +
15 files changed, 401 insertions(+)
create mode 100644
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/testcontainers-spring-junit5.json
create mode 100644
components/camel-test/camel-testcontainers-spring-junit5/pom.xml
create mode 100644
components/camel-test/camel-testcontainers-spring-junit5/src/generated/resources/META-INF/services/org/apache/camel/other.properties
create mode 100644
components/camel-test/camel-testcontainers-spring-junit5/src/generated/resources/testcontainers-spring-junit5.json
create mode 100644
components/camel-test/camel-testcontainers-spring-junit5/src/main/docs/testcontainers-spring-junit5.adoc
create mode 100644
components/camel-test/camel-testcontainers-spring-junit5/src/main/java/org/apache/camel/test/testcontainers/spring/junit5/ContainerAwareSpringTestSupport.java
create mode 100644
components/camel-test/camel-testcontainers-spring-junit5/src/test/java/org/apache/camel/test/testcontainers/spring/junit5/ContainerAwareSpringTestSupportIT.java
copy components/camel-test/{camel-testcontainers-spring =>
camel-testcontainers-spring-junit5}/src/test/resources/log4j2.properties (100%)
copy
components/camel-test/{camel-testcontainers-spring/src/test/resources/org/apache/camel/test/testcontainers/spring
=>
camel-testcontainers-spring-junit5/src/test/resources/org/apache/camel/test/testcontainers/spring/junit5}/ContainerAwareSpringTestSupportTest.xml
(100%)
create mode 120000
docs/components/modules/others/examples/json/testcontainers-spring-junit5.json
create mode 120000
docs/components/modules/others/pages/testcontainers-spring-junit5.adoc