claudio4j commented on code in PR #21407: URL: https://github.com/apache/camel/pull/21407#discussion_r2800275814
########## docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc: ########## @@ -23,6 +23,13 @@ The *simple* language has deprecated binary operators that uses space in the nam - `starts with` use `startsWith` instead - `ends with` use `endsWith` instead +=== camel-jbang + +JKube has been upgraded from 1.8.1 to 1.9.0 which has changed the default path for +Spring Boot health checks from `/observe/health/liveness` & `/observe/health/readiness` to a combined path `/observe/health`. Review Comment: Although there is a combined `/observe/health`, the `/observe/health/liveness` and `/observe/health/readiness` are still the way to check the probes. From a camel-jbang kubernetes perspective to monitor the container probes, those are the correct probes paths. I'm fixing the code/tests for the probe fix and will open a PR shortly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
