This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from b4437d3cbec Update release guide doc to use correct maven profile id
for pgp settings (#11029)
new 96d32f83be8 CAMEL-19647: added a test case for verifying the HTTP
status code for HealthCheck down
new 85047346b55 CAMEL-19647: use 503 for health check DOWN
The 2 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:
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 ++++++++++++++++++++++
4 files changed, 81 insertions(+), 14 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