diff --git a/components-starter/camel-platform-http-starter/src/main/docs/platform-http.json b/components-starter/camel-platform-http-starter/src/main/docs/platform-http.json index d058867af90..ac25fa04700 100644 --- a/components-starter/camel-platform-http-starter/src/main/docs/platform-http.json +++ b/components-starter/camel-platform-http-starter/src/main/docs/platform-http.json @@ -17,13 +17,15 @@ "name": "camel.component.platform-http.autowired-enabled", "type": "java.lang.Boolean", "description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.", - "sourceType": "org.apache.camel.component.platform.http.springboot.PlatformHttpComponentConfiguration" + "sourceType": "org.apache.camel.component.platform.http.springboot.PlatformHttpComponentConfiguration", + "defaultValue": true }, { "name": "camel.component.platform-http.bridge-error-handler", "type": "java.lang.Boolean", "description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. Important: This is only possible if the 3rd party component allows Camel to be alerted if an exception was thrown. Some components handle this internally only, and therefore bridgeErrorHandler is not possible. In other situations we may improve the Camel component to hook into the 3rd party component and make this possible for future releases. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.", - "sourceType": "org.apache.camel.component.platform.http.springboot.PlatformHttpComponentConfiguration" + "sourceType": "org.apache.camel.component.platform.http.springboot.PlatformHttpComponentConfiguration", + "defaultValue": false }, { "name": "camel.component.platform-http.customizer.enabled", @@ -46,7 +48,8 @@ "name": "camel.component.platform-http.handle-write-response-error", "type": "java.lang.Boolean", "description": "When Camel is complete processing the message, and the HTTP server is writing response. This option controls whether Camel should catch any failure during writing response and store this on the Exchange, which allows onCompletion\/UnitOfWork to regard the Exchange as failed and have access to the caused exception from the HTTP server.", - "sourceType": "org.apache.camel.component.platform.http.springboot.PlatformHttpComponentConfiguration" + "sourceType": "org.apache.camel.component.platform.http.springboot.PlatformHttpComponentConfiguration", + "defaultValue": false }, { "name": "camel.component.platform-http.header-filter-strategy", diff --git a/pom.xml b/pom.xml index 7f49a9623de..ae3d8036124 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ false - 3.3.5 + 3.3.6 4.8.0.redhat-00010 @@ -156,14 +156,14 @@ 2.1.20 2.8.1 - 10.1.30 + 10.1.33 1.1.10.5 4.2.1 2.1.1 1.17.0.redhat-00003 3.0.2 - 3.3.2 + 3.3.3 diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index c7582474671..543c8507534 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -4432,7 +4432,7 @@ org.apache.tomcat tomcat-catalina - 10.1.30 + 10.1.33 org.codehaus.jackson diff --git a/tooling/redhat-camel-spring-boot-bom/pom.xml b/tooling/redhat-camel-spring-boot-bom/pom.xml index a3effd7d450..eef9a9659eb 100644 --- a/tooling/redhat-camel-spring-boot-bom/pom.xml +++ b/tooling/redhat-camel-spring-boot-bom/pom.xml @@ -149,37 +149,37 @@ org.apache.tomcat tomcat-annotations-api - 10.1.30 + 10.1.33 org.apache.tomcat tomcat-jdbc - 10.1.30 + 10.1.33 org.apache.tomcat tomcat-jsp-api - 10.1.30 + 10.1.33 org.apache.tomcat.embed tomcat-embed-core - 10.1.30 + 10.1.33 org.apache.tomcat.embed tomcat-embed-el - 10.1.30 + 10.1.33 org.apache.tomcat.embed tomcat-embed-jasper - 10.1.30 + 10.1.33 org.apache.tomcat.embed tomcat-embed-websocket - 10.1.30 + 10.1.33 @@ -578,7 +578,7 @@ org.springframework.boot spring-boot-dependencies - 3.3.5 + 3.3.6 pom import