This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.12.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 3c008c7c6fa574541f4a15e52acc32605fa36a56
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Nov 8 18:12:44 2021 +0100

    Fixed Main branch: There are still reference to spring-boot docs maven 
plugin
---
 catalog/camel-catalog-provider-springboot/pom.xml  | 22 ----------------------
 .../modules/ROOT/pages/spring-boot.adoc            |  4 +---
 2 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/catalog/camel-catalog-provider-springboot/pom.xml 
b/catalog/camel-catalog-provider-springboot/pom.xml
index 48b73fa..a236b8c 100644
--- a/catalog/camel-catalog-provider-springboot/pom.xml
+++ b/catalog/camel-catalog-provider-springboot/pom.xml
@@ -69,27 +69,5 @@
 
     </dependencies>
 
-   <build>
-        <plugins>
-
-            <!-- update docs -->
-            <plugin>
-                <groupId>org.apache.camel.springboot</groupId>
-                <artifactId>camel-spring-boot-docs-maven-plugin</artifactId>
-                <version>${project.version}</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>update-doc-components-list</goal>
-                        </goals>
-                        <phase>process-resources</phase>
-                    </execution>
-                </executions>
-            </plugin>
-
-        </plugins>
-
-    </build>
-
 
 </project>
diff --git a/docs/spring-boot/modules/ROOT/pages/spring-boot.adoc 
b/docs/spring-boot/modules/ROOT/pages/spring-boot.adoc
index 43a1fd3..76470ac 100644
--- a/docs/spring-boot/modules/ROOT/pages/spring-boot.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/spring-boot.adoc
@@ -264,11 +264,9 @@ The component supports 173 options, which are listed below.
 | *camel.threadpool.rejected-policy* | Sets the default handler for tasks 
which cannot be executed by the thread pool. |  | ThreadPoolRejectedPolicy
 | *camel.threadpool.time-unit* | Sets the default time unit used for keep 
alive time |  | TimeUnit
 | *management.endpoint.camelroutecontroller.cache.time-to-live* | Maximum time 
that a response can be cached. | 0ms | Duration
-| *management.endpoint.camelroutecontroller.enabled* | To turn on or off 
information about Camel Route Controller via actuator endpoint. | true | Boolean
+| *management.endpoint.camelroutecontroller.enabled* | Whether to enable the 
camelroutecontroller endpoint. | true | Boolean
 | *management.endpoint.camelroutes.cache.time-to-live* | Maximum time that a 
response can be cached. | 0ms | Duration
-| *management.endpoint.camelroutes.enabled* | To turn on or off information 
about Camel Routes via actuator endpoint. | true | Boolean
 | *management.endpoint.camelroutes.enabled* | Whether to enable the 
camelroutes endpoint. | true | Boolean
-| *management.endpoint.camelroutes.enabled* |  | false | Boolean
 | *management.endpoint.camelroutes.read-only* | Whether Camel Routes actuator 
is in read-only mode. If not in read-only mode then operations to start/stop 
routes would be enabled. | true | Boolean
 | *management.info.camel.enabled* | Whether to enable Camel info. | true | 
Boolean
 | *camel.springboot.route-controller-logging-level* | *Deprecated* Sets the 
logging level used for logging route activity (such as starting and stopping 
routes). The default logging level is DEBUG. |  | LoggingLevel

Reply via email to