[
https://issues.apache.org/jira/browse/CAMEL-17055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-17055.
---------------------------------
Fix Version/s: 3.13.0
Assignee: Claus Ibsen
Resolution: Fixed
Fixed by CAMEL-17056
> Duplication options in json metadata in hazelcast spring boot starter
> ----------------------------------------------------------------------
>
> Key: CAMEL-17055
> URL: https://issues.apache.org/jira/browse/CAMEL-17055
> Project: Camel
> Issue Type: Bug
> Components: camel-spring-boot-starters
> Affects Versions: 3.12.0
> Reporter: David Jencks
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 3.13.0
>
>
> The hazelcast spring boot autoconfigure info have two duplicate
> options/properties.
> In the hazelcast.json file:
> ```
> {
> "name":
> "camel.component.hazelcast-topic.customizer.hazelcast-instance.enabled",
> "type": "java.lang.Boolean",
> "description": "Enable or disable the cache-manager customizer.",
> "sourceType":
> "org.apache.camel.component.hazelcast.instance.springboot.customizer.HazelcastInstanceCustomizerConfiguration",
> "defaultValue": true
> },
> {
> "name":
> "camel.component.hazelcast-topic.customizer.hazelcast-instance.enabled",
> "type": "java.lang.Boolean",
> "description": "Enable or disable the cache-manager customizer.",
> "sourceType":
> "org.apache.camel.component.hazelcast.topic.springboot.customizer.HazelcastInstanceCustomizerConfiguration",
> "defaultValue": true
> },
> {
> "name":
> "camel.component.hazelcast-topic.customizer.hazelcast-instance.override",
> "type": "java.lang.Boolean",
> "description": "Configure if the cache manager eventually set on the
> component should be overridden by the customizer.",
> "sourceType":
> "org.apache.camel.component.hazelcast.instance.springboot.customizer.HazelcastInstanceCustomizerConfiguration",
> "defaultValue": false
> },
> {
> "name":
> "camel.component.hazelcast-topic.customizer.hazelcast-instance.override",
> "type": "java.lang.Boolean",
> "description": "Configure if the cache manager eventually set on the
> component should be overridden by the customizer.",
> "sourceType":
> "org.apache.camel.component.hazelcast.topic.springboot.customizer.HazelcastInstanceCustomizerConfiguration",
> "defaultValue": false
> },
> ```
> (lines 755-782)
> I haven't located where this is generated from.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)