The Apache Jenkins build system has built Camel.trunk.notest (build #3563)
Status: Still Failing
Check console output at https://builds.apache.org/job/Camel.trunk.notest/3563/
to view the results.
Github user vrlgohel closed the pull request at:
https://github.com/apache/camel/pull/1786
---
The Apache Jenkins build system has built Camel.trunk.notest (build #3562)
Status: Still Failing
Check console output at https://builds.apache.org/job/Camel.trunk.notest/3562/
to view the results.
Correct spring boot here is used for demonstration purpose only to
make it easy to configure health checks and to consume them using i.e.
curl but the core check is pure camel :)
---
Luca Burgazzoli
On Mon, Sep 4, 2017 at 5:16 PM, Claus Ibsen wrote:
> Hi Luca
>
> I will take a closer look tomor
Hi Luca
I will take a closer look tomorrow, I just peaked a bit today.
Just to be sure, the implementation of the logic that performs the
actual health check is agnostic? i.e. its not tied to must be using
Spring Boot. And that logic is if possible reusing the "ping check"
(i.e. verifier extensio
Hi
I do like how it is today where there is a -starter for each Camel
component we support on Spring Boot. That makes it easy to see what we
support and have.
Spring Boot v1.5 is the last 1.x release. Spring Boot is not like an
app server like Tomcat, JBoss etc where you host many apps in that ap
Hello,
I've been working a little on the Health Check API [1] implementation an
the code is available in my Apache Camel fork [2]. There is now a a new
package [3] that defines the following concepts:
- HealthCheck
this represent an health check and defines the some basic contract i.e
the re
GitHub user evmin opened a pull request:
https://github.com/apache/camel/pull/1914
CAMEL-11733: Fixed partition character
Resolved the issue where the partition taken from the Header is not
correctly defined.
You can merge this pull request into a Git repository by running:
$
The Apache Jenkins build system has built Camel.trunk.notest (build #3561)
Status: Failure
Check console output at https://builds.apache.org/job/Camel.trunk.notest/3561/
to view the results.