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 3d9b3270527 Regen 3d9b3270527 is described below commit 3d9b3270527314f9299286da843e838214ecb5e1 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Nov 25 16:02:09 2024 +0100 Regen --- components-starter/camel-datasonnet-starter/pom.xml | 12 ++++++++++++ .../src/main/docs/platform-http.json | 9 ++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/components-starter/camel-datasonnet-starter/pom.xml b/components-starter/camel-datasonnet-starter/pom.xml index 9668a77f69b..91e96e009ed 100644 --- a/components-starter/camel-datasonnet-starter/pom.xml +++ b/components-starter/camel-datasonnet-starter/pom.xml @@ -38,6 +38,18 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-datasonnet</artifactId> <version>${camel-version}</version> + <!--START OF GENERATED CODE--> + <exclusions> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + </exclusion> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + </exclusion> + </exclusions> + <!--END OF GENERATED CODE--> </dependency> <!--START OF GENERATED CODE--> <dependency> 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 n [...] - "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",