Camel Spring Boot Starter for Java Flight Recorder
Spring Boot Auto-Configuration
When using JFR (Java Flight Recorder) with Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jfr-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>