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 c4e888a9578 Remove lightweight option that are not in use c4e888a9578 is described below commit c4e888a95788d664c633ab16ee246a5ce6156182 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Feb 22 09:42:14 2025 +0100 Remove lightweight option that are not in use --- core/camel-spring-boot/src/main/docs/spring-boot.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json b/core/camel-spring-boot/src/main/docs/spring-boot.json index aa1e6a737eb..83273ca07aa 100644 --- a/core/camel-spring-boot/src/main/docs/spring-boot.json +++ b/core/camel-spring-boot/src/main/docs/spring-boot.json @@ -840,13 +840,6 @@ "sourceType": "org.apache.camel.spring.boot.CamelConfigurationProperties$Main", "defaultValue": false }, - { - "name": "camel.main.lightweight", - "type": "java.lang.Boolean", - "description": "Configure the context to be lightweight. This will trigger some optimizations and memory reduction options. Lightweight context have some limitations. At this moment, dynamic endpoint destinations are not supported.", - "sourceType": "org.apache.camel.spring.boot.CamelConfigurationProperties$Main", - "defaultValue": false - }, { "name": "camel.main.load-health-checks", "type": "java.lang.Boolean", @@ -2538,18 +2531,6 @@ "since": "4.5.0" } }, - { - "name": "camel.springboot.lightweight", - "type": "java.lang.Boolean", - "description": "Configure the context to be lightweight. This will trigger some optimizations and memory reduction options. Lightweight context have some limitations. At this moment, dynamic endpoint destinations are not supported.", - "sourceType": "org.apache.camel.spring.boot.CamelConfigurationProperties$Springboot", - "defaultValue": false, - "deprecated": true, - "deprecation": { - "replacement": "camel.main.lightweight", - "since": "4.5.0" - } - }, { "name": "camel.springboot.load-health-checks", "type": "java.lang.Boolean",