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 ed67e7f  Fixed navigation and link issues in test-infra documentation
     add cacd79f  CAMEL-17626: camel-health - SPI to plugin custom manipulation 
of health check
     add fa54d30  CAMEL-17623: remove deprecated camel-testcontainers-spring 
component
     add a1699c9  CAMEL-17626: camel-health - SPI to plugin custom manipulation 
of health check

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/others.properties     |   1 -
 .../catalog/others/testcontainers-spring.json      |  15 ---
 .../camel-test/camel-testcontainers-spring/pom.xml | 146 ---------------------
 .../services/org/apache/camel/other.properties     |   7 -
 .../generated/resources/testcontainers-spring.json |  15 ---
 .../src/main/docs/testcontainers-spring.adoc       |  15 ---
 .../spring/ContainerAwareSpringTestSupport.java    | 117 -----------------
 .../spring/ContainerAwareSpringTestSupportIT.java  |  62 ---------
 .../src/test/resources/log4j2.properties           |  30 -----
 .../spring/ContainerAwareSpringTestSupportTest.xml |  33 -----
 components/camel-test/pom.xml                      |   1 -
 .../java/org/apache/camel/health/HealthCheck.java  |   2 +-
 .../org/apache/camel/health/HealthCheckHelper.java |  59 +++------
 .../camel/health/HealthCheckResultBuilder.java     |   8 +-
 ...kFilter.java => HealthCheckResultStrategy.java} |  18 ++-
 .../health/DefaultHealthCheckRegistryTest.java     |  11 --
 ...est.java => HealthCheckResultStrategyTest.java} |  24 +++-
 .../apache/camel/impl/health/HealthCheckTest.java  |   5 +
 .../impl/health/ReadinessAndLivenessTest.java      |  22 ----
 .../camel/impl/health/AbstractHealthCheck.java     |  99 ++++++++------
 .../impl/health/DefaultHealthCheckRegistry.java    |  14 +-
 .../impl/health/HealthCheckRegistryRepository.java |   3 +-
 .../examples/json/testcontainers-spring.json       |   1 -
 docs/components/modules/others/nav.adoc            |   1 -
 .../others/pages/testcontainers-spring.adoc        |   1 -
 .../modules/ROOT/pages/health-check.adoc           |  18 ++-
 26 files changed, 146 insertions(+), 582 deletions(-)
 delete mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/testcontainers-spring.json
 delete mode 100644 components/camel-test/camel-testcontainers-spring/pom.xml
 delete mode 100644 
components/camel-test/camel-testcontainers-spring/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 delete mode 100644 
components/camel-test/camel-testcontainers-spring/src/generated/resources/testcontainers-spring.json
 delete mode 100644 
components/camel-test/camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc
 delete mode 100644 
components/camel-test/camel-testcontainers-spring/src/main/java/org/apache/camel/test/testcontainers/spring/ContainerAwareSpringTestSupport.java
 delete mode 100644 
components/camel-test/camel-testcontainers-spring/src/test/java/org/apache/camel/test/testcontainers/spring/ContainerAwareSpringTestSupportIT.java
 delete mode 100644 
components/camel-test/camel-testcontainers-spring/src/test/resources/log4j2.properties
 delete mode 100644 
components/camel-test/camel-testcontainers-spring/src/test/resources/org/apache/camel/test/testcontainers/spring/ContainerAwareSpringTestSupportTest.xml
 rename 
core/camel-api/src/main/java/org/apache/camel/health/{HealthCheckFilter.java => 
HealthCheckResultStrategy.java} (57%)
 copy 
core/camel-core/src/test/java/org/apache/camel/impl/health/{MyFooHealthCheckTest.java
 => HealthCheckResultStrategyTest.java} (70%)
 delete mode 120000 
docs/components/modules/others/examples/json/testcontainers-spring.json
 delete mode 120000 
docs/components/modules/others/pages/testcontainers-spring.adoc

Reply via email to