[GitHub] lburgazzoli commented on issue #206: Rename 'context' term used by Camel K.

2018-12-02 Thread GitBox
lburgazzoli commented on issue #206: Rename 'context' term used by Camel K. URL: https://github.com/apache/camel-k/issues/206#issuecomment-443532295 What about IntegrationKit ? On Sun, 2 Dec 2018 at 16:49, Hiram Chirino wrote: > I like CamelRuntimeKit or just CamelKit, keep in

[GitHub] chirino commented on issue #206: Rename 'context' term used by Camel K.

2018-12-02 Thread GitBox
chirino commented on issue #206: Rename 'context' term used by Camel K. URL: https://github.com/apache/camel-k/issues/206#issuecomment-443517587 I like CamelRuntimeKit or just CamelKit, keep in mind this same strategy could be used for other technologies so plain Kit might be too generic.

[GitHub] lburgazzoli opened a new pull request #250: Update dependencies

2018-12-02 Thread GitBox
lburgazzoli opened a new pull request #250: Update dependencies URL: https://github.com/apache/camel-k/pull/250 - camel 2.23.0 - junit jupiter 5.3.2 This is an automated message from the Apache Git Service. To respond to th

onException onWhen behavior

2018-12-02 Thread Pascal Schumacher
Hi everybody, I expected exceptionMessage() of onWhen() for a specific onException() to refer to the message of the exception instance in the exception hierarchy. E.g. I expected this to work: public void configure() {     onException(IOException.class)     .onWhen(exceptionMessage().cont

[GitHub] davsclaus commented on issue #206: Rename 'context' term used by Camel K.

2018-12-02 Thread GitBox
davsclaus commented on issue #206: Rename 'context' term used by Camel K. URL: https://github.com/apache/camel-k/issues/206#issuecomment-443499898 Yeah naming in IT is hard they say. Just a few brainstormed words - CamelRuntimeKit - CamelBase - KamelRuntimeKit - KamelR

Re: JAXB dependency in parent only for Java 8?

2018-12-02 Thread Zoran Regvart
Hi Peter, most of the changes that are required to run on Java 11 are already on the master, like dependency upgrades of Spring/Spring Boot, Groovy, MVEL... Camel, with the right dependencies, most notably on JAXB, could work just fine on Java 11. I'm hoping on getting the remaining 5% of tests t