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 8a3766d  Regen
8a3766d is described below

commit 8a3766db802abfdf5ab17a5434bc9cf7c5d8ed2e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Sep 21 07:32:26 2021 +0200

    Regen
---
 docs/modules/ROOT/pages/servlet-starter.adoc   | 7 +++++++
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
 2 files changed, 12 insertions(+)

diff --git a/docs/modules/ROOT/pages/servlet-starter.adoc 
b/docs/modules/ROOT/pages/servlet-starter.adoc
index 869e4dd..4ea35aa2 100644
--- a/docs/modules/ROOT/pages/servlet-starter.adoc
+++ b/docs/modules/ROOT/pages/servlet-starter.adoc
@@ -40,3 +40,10 @@ The component supports 14 options, which are listed below.
 | *camel.servlet.mapping.servlet-name* | The name of the Camel servlet. | 
CamelServlet | String
 |===
 // spring-boot-auto-configure options: END
+
+=== Multipart configuration
+
+The multipart configuration is enabled by default.
+It is inherited from Spring Servlet 
https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/autoconfigure/web/servlet/MultipartProperties.html[multipart
 properties]
+which can be used for further customization.
+
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 1e163df..806afb0 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3129,6 +3129,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-huaweicloud-imagerecognition</artifactId>
+        <version>3.12.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-huaweicloud-obs</artifactId>
         <version>3.12.0-SNAPSHOT</version>
       </dependency>

Reply via email to