This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 65669c8  Remove health configuration workaround
65669c8 is described below

commit 65669c8d07b51a662122b5f925c3550d6a4cec19
Author: James Netherton <[email protected]>
AuthorDate: Tue Jun 15 09:46:58 2021 +0100

    Remove health configuration workaround
---
 .../microprofile/src/main/resources/application.properties            | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/integration-tests/microprofile/src/main/resources/application.properties 
b/integration-tests/microprofile/src/main/resources/application.properties
index 344af22..4537e97 100644
--- a/integration-tests/microprofile/src/main/resources/application.properties
+++ b/integration-tests/microprofile/src/main/resources/application.properties
@@ -25,10 +25,6 @@ quarkus.camel.metrics.enable-message-history = true
 #
 camel.context.name = quarkus-camel-example
 
-# Required due to https://issues.apache.org/jira/browse/CAMEL-16395
-camel.health.config[healthyRoute].parent=routes
-camel.health.config[healthyRoute].enabled=true
-
 # Prevent unwanted routes appearing in the health check output
 camel.health.config[disabledHealthRoute].parent=routes
 camel.health.config[disabledHealthRoute].enabled=false

Reply via email to