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

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


The following commit(s) were added to refs/heads/main by this push:
     new b17be16  Regen
b17be16 is described below

commit b17be16d1628fd00ab677ee7b550675dac2c0405
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Nov 5 13:48:42 2021 +0100

    Regen
---
 docs/spring-boot/modules/ROOT/pages/spring-boot.adoc |  4 +---
 tooling/camel-spring-boot-dependencies/pom.xml       | 15 ---------------
 2 files changed, 1 insertion(+), 18 deletions(-)

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
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 67a913b..86911a8 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4534,11 +4534,6 @@
         <version>5.0.11</version>
       </dependency>
       <dependency>
-        <groupId>org.mozilla</groupId>
-        <artifactId>rhino</artifactId>
-        <version>1.7.7.1</version>
-      </dependency>
-      <dependency>
         <groupId>org.optaplanner</groupId>
         <artifactId>optaplanner-benchmark</artifactId>
         <version>8.9.1.Final</version>
@@ -4715,11 +4710,6 @@
         <classifier>javadoc</classifier>
       </dependency>
       <dependency>
-        <groupId>org.python</groupId>
-        <artifactId>jython</artifactId>
-        <version>2.5.3</version>
-      </dependency>
-      <dependency>
         <groupId>org.testcontainers</groupId>
         <artifactId>cassandra</artifactId>
         <version>1.16.2</version>
@@ -4785,11 +4775,6 @@
         <version>1.16.2</version>
       </dependency>
       <dependency>
-        <groupId>rhino</groupId>
-        <artifactId>js</artifactId>
-        <version>1.7R2</version>
-      </dependency>
-      <dependency>
         <groupId>stax</groupId>
         <artifactId>stax-api</artifactId>
         <version>1.0.1</version>

Reply via email to