You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/08/26 19:23:46 UTC

[camel] branch regen_bot updated (9c42834 -> afeba03)

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.


    from 9c42834  Regen
     add d563fec  Fix method ordering
     add 91bf535  Provide a lock to support concurrent generation
     add 09a975d  Polish and cleanup documentation
     add 65d4bb5  Upgrade XStream to version 1.4.18
     add 17d0792  Sync deps
     add ee9f8d8  Regen
     add f8caf50  Polish and cleanup documentation
     add e8ea1a2  CAMEL-16184: Deprecate the junit 4.x test modules
     add e08d5c2  CAMEL-16184: Deprecate the junit 4.x test modules
     add a5e20fb  CAMEL-16184: Use junit 5 for testing
     add d7e813e  CAMEL-16184: Use junit 5 for testing
     add 7cc4942  CAMEL-16184: Use junit 5 for testing
     add 69e6510  Polish and cleanup documentation
     add d90fc4d  Upgrade Mockito to version 3.12.4
     add 988ffd2  Sync deps and Regen
     add a795c73  Polish and cleanup documentation
     add afeba03  (chores) camel-package-maven-plugin: fixed checkstyle issue (#5997)

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |   4 +-
 .../apache/camel/catalog/others/test-spring.json   |   2 +-
 .../catalog/others/testcontainers-spring.json      |   2 +-
 .../camel/catalog/others/testcontainers.json       |   2 +-
 .../src/main/docs/json-jackson-dataformat.adoc     |  21 ++
 components/camel-json-patch/pom.xml                |  14 +-
 .../src/main/docs/json-patch-component.adoc        |   2 +-
 .../component/jsonpatch/JsonPatchProducer.java     |   1 -
 .../jsonpatch/JsonPatchComponentTest.java          |   6 +-
 .../src/test/resources/log4j2.properties           |  10 +-
 components/camel-minio/pom.xml                     |  10 -
 components/camel-oaipmh/pom.xml                    |   7 +-
 .../src/main/docs/test-junit5.adoc                 |  17 +-
 .../src/main/docs/test-spring-junit5.adoc          |  97 +++--
 components/camel-test/camel-test-spring/pom.xml    |   3 +-
 .../services/org/apache/camel/other.properties     |   2 +-
 .../src/generated/resources/test-spring.json       |   2 +-
 .../src/main/docs/test-spring.adoc                 | 411 +--------------------
 .../camel/test/spring/CamelAnnotationsHandler.java |   1 +
 .../camel/test/spring/CamelSpringBootRunner.java   |   1 +
 .../camel/test/spring/CamelSpringRunner.java       |   1 +
 .../test/spring/CamelSpringTestContextLoader.java  |   1 +
 ...ringTestContextLoaderTestExecutionListener.java |   1 +
 .../camel/test/spring/CamelSpringTestHelper.java   |   1 +
 .../camel/test/spring/CamelSpringTestSupport.java  |   1 +
 .../test/spring/CamelTestContextBootstrapper.java  |   1 +
 .../org/apache/camel/test/spring/DisableJmx.java   |   1 +
 .../camel/test/spring/EnableRouteCoverage.java     |   1 +
 .../apache/camel/test/spring/ExcludeRoutes.java    |   1 +
 .../apache/camel/test/spring/MockEndpoints.java    |   1 +
 .../camel/test/spring/MockEndpointsAndSkip.java    |   1 +
 .../camel/test/spring/ProvidesBreakpoint.java      |   1 +
 .../camel/test/spring/RouteCoverageDumper.java     |   1 +
 .../test/spring/RouteCoverageEventNotifier.java    |   1 +
 .../apache/camel/test/spring/ShutdownTimeout.java  |   1 +
 .../spring/StopWatchTestExecutionListener.java     |   1 +
 .../apache/camel/test/spring/UseAdviceWith.java    |   1 +
 ...eOverridePropertiesWithPropertiesComponent.java |   1 +
 components/camel-test/camel-test/pom.xml           |   3 +-
 .../services/org/apache/camel/other.properties     |   2 +-
 .../camel-test/src/generated/resources/test.json   |   2 +-
 .../camel-test/camel-test/src/main/docs/test.adoc  |   7 +-
 .../org/apache/camel/test/AvailablePortFinder.java |   1 +
 .../AvailablePortFinderPropertiesFunction.java     |   1 +
 .../test/ExcludingPackageScanClassResolver.java    |   1 +
 .../camel/test/TestSupportNodeIdFactory.java       |   1 +
 .../camel/test/junit4/CamelTearDownRule.java       |   1 +
 .../apache/camel/test/junit4/CamelTestSupport.java |   1 +
 .../apache/camel/test/junit4/CamelTestWatcher.java |   1 +
 .../camel/test/junit4/ExchangeTestSupport.java     |   1 +
 .../camel/test/junit4/LanguageTestSupport.java     |   1 +
 .../org/apache/camel/test/junit4/TestSupport.java  |   1 +
 .../camel-testcontainers-spring-junit5/pom.xml     |   1 -
 .../camel-test/camel-testcontainers-spring/pom.xml |   3 +-
 .../services/org/apache/camel/other.properties     |   2 +-
 .../generated/resources/testcontainers-spring.json |   2 +-
 .../src/main/docs/testcontainers-spring.adoc       |   5 +-
 components/camel-test/camel-testcontainers/pom.xml |   2 +-
 .../services/org/apache/camel/other.properties     |   2 +-
 .../src/generated/resources/testcontainers.json    |   2 +-
 .../src/main/docs/testcontainers.adoc              |   5 +-
 .../converter/CamelBaseBulkConverterLoader.java    |  10 +-
 .../jaxp/CamelXmlJaxpBulkConverterLoader.java      |  16 +-
 .../modules/ROOT/pages/json-patch-component.adoc   |   2 +-
 .../dataformats/pages/json-jackson-dataformat.adoc |  21 ++
 .../modules/others/pages/test-junit5.adoc          |  17 +-
 .../modules/others/pages/test-spring-junit5.adoc   |  97 +++--
 .../modules/others/pages/test-spring.adoc          | 411 +--------------------
 docs/components/modules/others/pages/test.adoc     |   7 +-
 .../others/pages/testcontainers-spring.adoc        |   5 +-
 .../modules/others/pages/testcontainers.adoc       |   5 +-
 .../ROOT/pages/camelcontext-autoconfigure.adoc     |   2 +-
 parent/pom.xml                                     |   4 +-
 .../camel/maven/packaging/ComponentDslMojo.java    |  12 +-
 .../TypeConverterLoaderGeneratorMojo.java          |  10 +-
 75 files changed, 328 insertions(+), 972 deletions(-)