Last weekend, I found some time to hack new tooling for Apache Camel route coverage reports. The intention is to provide APIs and functionality out of the box from Apache Camel that other tooling vendors can leverage in their tooling, e.g. to show route coverage in IDEA or Eclipse tooling, or to generate SonarType reports, etc.
I got as far as building a prototype that is capable of generating a report which you run via the camel-maven-plugin. Having a prototype built in the camel-maven-plugin is a very good idea as it’s neutral and basically just plain Java. It makes it possible for other vendors to look at how it’s implemented in the camel-maven-plugin and be inspired as to how to use this functionality in their tooling. https://goo.gl/syZqEX #DataIntegration #ML