David Jencks created CAMEL-17055:
------------------------------------
Summary: Duplication options in hazelcast
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
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)