Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ google-vision
graphql
grpc
hashicorp-vault
hazelcast-atomicvalue
hazelcast-instance
hazelcast-list
hazelcast-map
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{
"groups": [
{
"name": "camel.component.hazelcast-atomicvalue",
"type": "org.apache.camel.component.hazelcast.atomicnumber.springboot.HazelcastAtomicnumberComponentConfiguration",
"sourceType": "org.apache.camel.component.hazelcast.atomicnumber.springboot.HazelcastAtomicnumberComponentConfiguration"
},
{
"name": "camel.component.hazelcast-atomicvalue.customizer",
"type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.component.hazelcast.atomicnumber.springboot.HazelcastAtomicnumberComponentConfiguration",
"sourceMethod": "getCustomizer()"
},
{
"name": "camel.component.hazelcast-instance",
"type": "org.apache.camel.component.hazelcast.instance.springboot.HazelcastInstanceComponentConfiguration",
Expand Down Expand Up @@ -134,44 +123,6 @@
}
],
"properties": [
{
"name": "camel.component.hazelcast-atomicvalue.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.hazelcast.atomicnumber.springboot.HazelcastAtomicnumberComponentConfiguration",
"defaultValue": true
},
{
"name": "camel.component.hazelcast-atomicvalue.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.component.hazelcast-atomicvalue.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the hazelcast-atomicvalue component. This is enabled by default.",
"sourceType": "org.apache.camel.component.hazelcast.atomicnumber.springboot.HazelcastAtomicnumberComponentConfiguration"
},
{
"name": "camel.component.hazelcast-atomicvalue.hazelcast-instance",
"type": "com.hazelcast.core.HazelcastInstance",
"description": "The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. The option is a com.hazelcast.core.HazelcastInstance type.",
"sourceType": "org.apache.camel.component.hazelcast.atomicnumber.springboot.HazelcastAtomicnumberComponentConfiguration"
},
{
"name": "camel.component.hazelcast-atomicvalue.hazelcast-mode",
"type": "java.lang.String",
"description": "The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default.",
"sourceType": "org.apache.camel.component.hazelcast.atomicnumber.springboot.HazelcastAtomicnumberComponentConfiguration",
"defaultValue": "node"
},
{
"name": "camel.component.hazelcast-atomicvalue.lazy-start-producer",
"type": "java.lang.Boolean",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"sourceType": "org.apache.camel.component.hazelcast.atomicnumber.springboot.HazelcastAtomicnumberComponentConfiguration",
"defaultValue": false
},
{
"name": "camel.component.hazelcast-instance.autowired-enabled",
"type": "java.lang.Boolean",
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading