Nayananga commented on pull request #140: URL: https://github.com/apache/camel-spring-boot/pull/140#issuecomment-675111221
> On what module and did you run a full build of camel master on your local repo? Try with -DskipTests for the moment I guess the module is camel-spring-boot-generator, and yes I ran a full build of camel master on my local repo using -DskipTests futher more, ``` [INFO] --- camel-spring-boot-generator-maven-plugin:3.5.0-SNAPSHOT:update-spring-boot-auto-configuration-readme (readme) @ camel-spring-boot --- [WARNING] Option camel.springboot.route-controller-unhealthy-on-exhausted has no description **** COMPILER BUG! REPORT THIS IMMEDIATELY AT http://jira.codehaus.org/browse/MVEL Expression: :page-partial: :doctitle: Camel Spring Boot Starter for @{title} == Spring Boot Auto-Configuration When using @{title} with Spring Boot make sure to use the following Maven dependency to have support for auto configuration: [source,xml] ---- <dependency> <groupId>@{groupId}</groupId> <artifactId>@{artifactId}</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency> ---- @if{options.isEmpty()} The component has no Spring Boot auto configuration options. @else{} The component supports @{options.size()} options, which are listed below. @end{} @if{!options.isEmpty()} [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type @foreach{row : options}| *@{row.name}* | @{util.escape(row.description)} | @{row.getShortDefaultValue(20)} | @{row.getShortJavaType()} @end{}|=== @end{} ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org