Claus Ibsen

Results 175 issues of Claus Ibsen

Please fill out the form below before submitting, thank you! - [x] Bug exists Release Version 1.2.5 ( Master Branch) We are having a new paho mqtt v5 camel component...

java.lang.IllegalStateException: Must provide either API key or Maps for Work credentials. at com.google.maps.GeoApiContext.checkContext(GeoApiContext.java:293) ~[google-maps-services-0.2.9.jar:na] at com.google.maps.GeoApiContext.getWithPath(GeoApiContext.java:258) ~[google-maps-services-0.2.9.jar:na] at com.google.maps.GeoApiContext.get(GeoApiContext.java:168) ~[google-maps-services-0.2.9.jar:na]

Would it not be good to update to SB2 ? Apache Camel 2.22.x supports SB2 so you should be able to easily upgrade to SB2 and Camel at the same...

enhancement
help wanted

We should be able to load a file (yaml, java, xml) etc. into IDEA without maven/gradle and then have code assistance for Apache Camel. This can be done in VSCode...

You can run a java route such as ``` // camel-k: language=java import org.apache.camel.builder.RouteBuilder; public class hey extends RouteBuilder { @Override public void configure() throws Exception { // Write your...

The body is a String type, and when you right click then "Set Value ..." is disabled. It would be good to support this, and set the value back as...

https://plugins.jetbrains.com/plugin/9371-apache-camel/versions/stable/151545

upgrade
debugger

It will get more and more problematic to support the old Camel 2.x so at a certain point we will do a last 0.9.x release that has Camel 2 and...

When running Camel unit tests you can turn on route coverage which stores data in xml file. http://camel.apache.org/camel-test.html We should parse those and be able to match which source code...

Wonder if we can reuse yfrog from IDEA to show route diagram / diagram popup as IDEA can do for class hierarchy. This plugin is in IDEA ultimate, and maybe...