This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new b2dc9e3 Regen b2dc9e3 is described below commit b2dc9e3458c83de9ac4d0f83e637f066c4aae277 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Mar 12 16:39:06 2019 +0100 Regen --- components/readme.adoc | 3 ++- .../camel/component/tika/springboot/TikaComponentConfiguration.java | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/components/readme.adoc b/components/readme.adoc index 20a558c..ba5f38c 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -812,7 +812,8 @@ Number of Components: 292 in 227 JAR artifacts (0 deprecated) `thrift:host:port/service` | 2.20 | The Thrift component allows to call and expose remote procedures (RPC) with Apache Thrift data format and serialization mechanism | link:camel-tika/src/main/docs/tika-component.adoc[Tika] (camel-tika) + -`tika:operation` | 2.19 | This component integrates with Apache Tika to extract content and metadata from thousands of file types. +`tika:operation` | 2.19 | This component integrates with Apache Tika to extract content and metadata from thousands of file + types. | link:camel-timer/src/main/docs/timer-component.adoc[Timer] (camel-timer) + `timer:timerName` | 1.0 | The timer component is used for generating message exchanges when a timer fires. diff --git a/platforms/spring-boot/components-starter/camel-tika-starter/src/main/java/org/apache/camel/component/tika/springboot/TikaComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-tika-starter/src/main/java/org/apache/camel/component/tika/springboot/TikaComponentConfiguration.java index d6bc103..73e844f 100644 --- a/platforms/spring-boot/components-starter/camel-tika-starter/src/main/java/org/apache/camel/component/tika/springboot/TikaComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-tika-starter/src/main/java/org/apache/camel/component/tika/springboot/TikaComponentConfiguration.java @@ -22,7 +22,8 @@ import org.springframework.boot.context.properties.ConfigurationProperties; /** * This component integrates with Apache Tika to extract content and metadata - * from thousands of file types. + * from thousands of file + * types. * * Generated by camel-package-maven-plugin - do not edit this file! */