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
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.
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
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
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
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