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 7225d7932e5 Add apache-camel to release so we build source tarball
(#11026)
add b4437d3cbec Update release guide doc to use correct maven profile id
for pgp settings (#11029)
add 96d32f83be8 CAMEL-19647: added a test case for verifying the HTTP
status code for HealthCheck down
add 85047346b55 CAMEL-19647: use 503 for health check DOWN
No new revisions were added by this update.
Summary of changes:
components/camel-platform-http-main/pom.xml | 5 ++
.../platform/http/main/MainHttpServer.java | 2 +-
.../http/main/MainHttpFakeHealthCheck.java | 26 ++++-----
.../platform/http/main/MainHttpServerTest.java | 62 ++++++++++++++++++++++
.../modules/ROOT/pages/release-guide.adoc | 2 +-
5 files changed, 82 insertions(+), 15 deletions(-)
copy
core/camel-core/src/test/java/org/apache/camel/impl/health/MyFooHealthCheck.java
=>
components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/MainHttpFakeHealthCheck.java
(71%)
create mode 100644
components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/MainHttpServerTest.java