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

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from f68e5e2d5f6 [create-pull-request] automated change (#1511)
     add ba8e7f49500 Regen
     add a7acb098d96 Regen
     add 10381588f57 CAMEL-22430: Add heartbeatTimeoutMultiplier configuration 
option to camel-file-cluster-service-starter (#1512)
     add c892bd0cfad CAMEL-22437 - Create Docling Spring Boot Starter (#1517)
     add bfc8a375c14 Bump org.apache.maven.plugins:maven-javadoc-plugin from 
3.11.3 to 3.12.0 (#1514)
     add ede2e980f60 Bump org.apache.maven.plugins:maven-compiler-plugin (#1515)
     add 4b1ba7abf99 Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.2 to 
1.7.3 (#1516)

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components.properties |   1 +
 .../springboot/catalog/components/docling.json     |  65 +++++++
 .../pom.xml                                        |   6 +-
 .../src/main/docs/docling.json                     | 120 ++++++++++++
 .../DoclingComponentAutoConfiguration.java}        |  22 +--
 .../springboot/DoclingComponentConfiguration.java  | 210 +++++++++++++++++++++
 .../springboot/DoclingComponentConverter.java}     |   8 +-
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |   0
 ...rk.boot.autoconfigure.AutoConfiguration.imports |   4 +-
 .../src/main/docs/file-cluster-service.json        |   6 +
 .../FileLockClusterServiceAutoConfiguration.java   |   1 +
 .../FileLockClusterServiceConfiguration.java       |  16 ++
 components-starter/pom.xml                         |   1 +
 pom.xml                                            |   8 +-
 tooling/camel-spring-boot-bom/pom.xml              |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml     |  12 +-
 17 files changed, 460 insertions(+), 25 deletions(-)
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/docling.json
 copy components-starter/{camel-beanio-starter => 
camel-docling-starter}/pom.xml (93%)
 create mode 100644 
components-starter/camel-docling-starter/src/main/docs/docling.json
 copy 
components-starter/{camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentAutoConfiguration.java
 => 
camel-docling-starter/src/main/java/org/apache/camel/component/docling/springboot/DoclingComponentAutoConfiguration.java}
 (83%)
 create mode 100644 
components-starter/camel-docling-starter/src/main/java/org/apache/camel/component/docling/springboot/DoclingComponentConfiguration.java
 copy 
components-starter/{camel-webhook-starter/src/main/java/org/apache/camel/component/webhook/springboot/WebhookComponentConverter.java
 => 
camel-docling-starter/src/main/java/org/apache/camel/component/docling/springboot/DoclingComponentConverter.java}
 (88%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-docling-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-docling-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-cxf-rest-starter => 
camel-docling-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 (88%)

Reply via email to