[
https://issues.apache.org/jira/browse/CAMEL-16125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-16125.
---------------------------------
Resolution: Not A Bug
This is spring boot standard, there enabled is conditional with
@ConditionalOnProperty(name = "camel.component.servlet.mapping.enabled",
matchIfMissing = true)
> ServletComponentConfiguration generated code is not using the private
> attribute enabled
> ---------------------------------------------------------------------------------------
>
> Key: CAMEL-16125
> URL: https://issues.apache.org/jira/browse/CAMEL-16125
> Project: Camel
> Issue Type: Bug
> Components: camel-servlet
> Affects Versions: 3.7.1
> Reporter: Aurélien Pupier
> Priority: Minor
>
> org.apache.camel.component.servlet.springboot.ServletComponentConfiguration.enabled
> is unused. This is suspicious.
> camel.component.servlet.mapping.enabled
> https://camel.apache.org/components/latest/servlet-component.html#_usage_with_spring_boot
> there is another _enabled_ attribute in
> org.apache.camel.component.servlet.springboot.ServletMappingConfiguration.enabled
--
This message was sent by Atlassian Jira
(v8.3.4#803005)