Skip to content

Commit ca52d14

Browse files
gnodetclaude
andcommitted
CAMEL-23250: Regenerate catalog and generated files
Regenerated component JSON metadata, endpoint DSL factories, and catalog resources to reflect the new security annotations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5c89a07 commit ca52d14

File tree

425 files changed

+2679
-2504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

425 files changed

+2679
-2504
lines changed

catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/ConsulClusterService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"groupId": "org.apache.camel",
1111
"artifactId": "camel-consul",
1212
"version": "4.19.0-SNAPSHOT",
13-
"properties": { "id": { "index": 0, "kind": "property", "displayName": "Id", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Client id registered as _consul.service.registry.id" }, "url": { "index": 1, "kind": "property", "displayName": "Url", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The Consul agent URL" }, "rootPath": { "index": 2, "kind": "property", "displayName": "Root Path", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "\/camel", "description": "The Consul cluster root directory path" }, "datacenter": { "index": 3, "kind": "property", "displayName": "Datacenter", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The data center" }, "sslContextParameters": { "index": 4, "kind": "property", "displayName": "Ssl Context Parameters", "label": "security", "required": false, "type": "object", "javaType": "org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, "autowired": false, "secret": false, "description": "SSL configuration for advanced security configuration" }, "aclToken": { "index": 5, "kind": "property", "displayName": "Acl Token", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "description": "Sets the ACL token to be used with Consul" }, "userName": { "index": 6, "kind": "property", "displayName": "User Name", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "description": "Sets the username to be used for basic authentication" }, "password": { "index": 7, "kind": "property", "displayName": "Password", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "description": "Sets the password to be used for basic authentication" }, "connectTimeout": { "index": 8, "kind": "property", "displayName": "Connect Timeout", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "description": "Connect timeout in millis" }, "readTimeout": { "index": 9, "kind": "property", "displayName": "Read Timeout", "label": "advanced", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "description": "Read timeout in millis" }, "writeTimeout": { "index": 10, "kind": "property", "displayName": "Write Timeout", "label": "advanced", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "description": "Write timeout in mills" }, "sessionTtl": { "index": 11, "kind": "property", "displayName": "Session Ttl", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 60, "description": "Session time to live in seconds" }, "sessionLockDelay": { "index": 12, "kind": "property", "displayName": "Session Lock Delay", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 5, "description": "Session lock delay in seconds" }, "sessionRefreshInterval": { "index": 13, "kind": "property", "displayName": "Session Refresh Interval", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 5, "description": "Session refresh interval in seconds" }, "blockSeconds": { "index": 14, "kind": "property", "displayName": "Block Seconds", "label": "advanced", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 10, "description": "The second to wait for a watch event, default 10 seconds" }, "configuration": { "index": 15, "kind": "property", "displayName": "Configuration", "label": "advanced", "required": false, "type": "object", "javaType": "org.apache.camel.component.consul.cluster.ConsulClusterConfiguration", "deprecated": false, "autowired": false, "secret": false, "description": "To use an existing configuration" } }
13+
"properties": { "id": { "index": 0, "kind": "property", "displayName": "Id", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Client id registered as _consul.service.registry.id" }, "url": { "index": 1, "kind": "property", "displayName": "Url", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The Consul agent URL" }, "rootPath": { "index": 2, "kind": "property", "displayName": "Root Path", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "\/camel", "description": "The Consul cluster root directory path" }, "datacenter": { "index": 3, "kind": "property", "displayName": "Datacenter", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The data center" }, "sslContextParameters": { "index": 4, "kind": "property", "displayName": "Ssl Context Parameters", "label": "security", "required": false, "type": "object", "javaType": "org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, "autowired": false, "secret": false, "description": "SSL configuration for advanced security configuration" }, "aclToken": { "index": 5, "kind": "property", "displayName": "Acl Token", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "security": "secret", "description": "Sets the ACL token to be used with Consul" }, "userName": { "index": 6, "kind": "property", "displayName": "User Name", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "security": "secret", "description": "Sets the username to be used for basic authentication" }, "password": { "index": 7, "kind": "property", "displayName": "Password", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "security": "secret", "description": "Sets the password to be used for basic authentication" }, "connectTimeout": { "index": 8, "kind": "property", "displayName": "Connect Timeout", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "description": "Connect timeout in millis" }, "readTimeout": { "index": 9, "kind": "property", "displayName": "Read Timeout", "label": "advanced", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "description": "Read timeout in millis" }, "writeTimeout": { "index": 10, "kind": "property", "displayName": "Write Timeout", "label": "advanced", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "description": "Write timeout in mills" }, "sessionTtl": { "index": 11, "kind": "property", "displayName": "Session Ttl", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 60, "description": "Session time to live in seconds" }, "sessionLockDelay": { "index": 12, "kind": "property", "displayName": "Session Lock Delay", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 5, "description": "Session lock delay in seconds" }, "sessionRefreshInterval": { "index": 13, "kind": "property", "displayName": "Session Refresh Interval", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 5, "description": "Session refresh interval in seconds" }, "blockSeconds": { "index": 14, "kind": "property", "displayName": "Block Seconds", "label": "advanced", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 10, "description": "The second to wait for a watch event, default 10 seconds" }, "configuration": { "index": 15, "kind": "property", "displayName": "Configuration", "label": "advanced", "required": false, "type": "object", "javaType": "org.apache.camel.component.consul.cluster.ConsulClusterConfiguration", "deprecated": false, "autowired": false, "secret": false, "description": "To use an existing configuration" } }
1414
}
1515
}
1616

catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/InfinispanRemoteClusterService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"groupId": "org.apache.camel",
1111
"artifactId": "camel-infinispan",
1212
"version": "4.19.0-SNAPSHOT",
13-
"properties": { "id": { "index": 0, "kind": "property", "displayName": "Id", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Node id" }, "configurationUri": { "index": 1, "kind": "property", "displayName": "Configuration Uri", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "An implementation specific URI for the CacheManager" }, "configuration": { "index": 2, "kind": "property", "displayName": "Configuration", "label": "advanced", "required": false, "type": "object", "javaType": "org.apache.camel.component.infinispan.remote.cluster.InfinispanRemoteClusterConfiguration", "deprecated": false, "autowired": false, "secret": false, "description": "To use an existing configuration" }, "cacheContainer": { "index": 3, "kind": "property", "displayName": "Cache Container", "required": false, "type": "object", "javaType": "org.infinispan.client.hotrod.RemoteCacheManager", "deprecated": false, "autowired": false, "secret": false, "description": "Specifies the cache Container to connect" }, "cacheContainerConfiguration": { "index": 4, "kind": "property", "displayName": "Cache Container Configuration", "label": "advanced", "required": false, "type": "object", "javaType": "org.infinispan.client.hotrod.configuration.Configuration", "deprecated": false, "autowired": false, "secret": false, "description": "The CacheContainer configuration. Used if the cacheContainer is not defined." }, "lifespan": { "index": 5, "kind": "property", "displayName": "Lifespan", "required": false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 30, "description": "The lifespan of the cache entry for the local cluster member registered to the inventory" }, "lifespanTimeUnit": { "index": 6, "kind": "property", "displayName": "Lifespan Time Unit", "required": false, "type": "object", "javaType": "java.util.concurrent.TimeUnit", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "SECONDS", "description": "The TimeUnit of the lifespan" }, "hosts": { "index": 7, "kind": "property", "displayName": "Hosts", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Specifies the host of the cache on Infinispan instance. Multiple hosts can be separated by semicolon." }, "secure": { "index": 8, "kind": "property", "displayName": "Secure", "label": "security", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "description": "Define if we are connecting to a secured Infinispan instance" }, "username": { "index": 9, "kind": "property", "displayName": "Username", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Define the username to access the infinispan instance" }, "password": { "index": 10, "kind": "property", "displayName": "Password", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "description": "Define the password to access the infinispan instance" }, "securityServerName": { "index": 11, "kind": "property", "displayName": "Security Server Name", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Define the security server name to access the infinispan instance" }, "saslMechanism": { "index": 12, "kind": "property", "displayName": "Sasl Mechanism", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Define the SASL Mechanism to access the infinispan instance" }, "securityRealm": { "index": 13, "kind": "property", "displayName": "Security Realm", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Define the security realm to access the infinispan instance" }, "configurationProperties": { "index": 14, "kind": "property", "displayName": "Configuration Properties", "label": "advanced", "required": false, "type": "object", "javaType": "java.util.Map", "deprecated": false, "autowired": false, "secret": false, "description": "Implementation specific properties for the CacheManager" } }
13+
"properties": { "id": { "index": 0, "kind": "property", "displayName": "Id", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Node id" }, "configurationUri": { "index": 1, "kind": "property", "displayName": "Configuration Uri", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "An implementation specific URI for the CacheManager" }, "configuration": { "index": 2, "kind": "property", "displayName": "Configuration", "label": "advanced", "required": false, "type": "object", "javaType": "org.apache.camel.component.infinispan.remote.cluster.InfinispanRemoteClusterConfiguration", "deprecated": false, "autowired": false, "secret": false, "description": "To use an existing configuration" }, "cacheContainer": { "index": 3, "kind": "property", "displayName": "Cache Container", "required": false, "type": "object", "javaType": "org.infinispan.client.hotrod.RemoteCacheManager", "deprecated": false, "autowired": false, "secret": false, "description": "Specifies the cache Container to connect" }, "cacheContainerConfiguration": { "index": 4, "kind": "property", "displayName": "Cache Container Configuration", "label": "advanced", "required": false, "type": "object", "javaType": "org.infinispan.client.hotrod.configuration.Configuration", "deprecated": false, "autowired": false, "secret": false, "description": "The CacheContainer configuration. Used if the cacheContainer is not defined." }, "lifespan": { "index": 5, "kind": "property", "displayName": "Lifespan", "required": false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 30, "description": "The lifespan of the cache entry for the local cluster member registered to the inventory" }, "lifespanTimeUnit": { "index": 6, "kind": "property", "displayName": "Lifespan Time Unit", "required": false, "type": "object", "javaType": "java.util.concurrent.TimeUnit", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "SECONDS", "description": "The TimeUnit of the lifespan" }, "hosts": { "index": 7, "kind": "property", "displayName": "Hosts", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Specifies the host of the cache on Infinispan instance. Multiple hosts can be separated by semicolon." }, "secure": { "index": 8, "kind": "property", "displayName": "Secure", "label": "security", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "description": "Define if we are connecting to a secured Infinispan instance" }, "username": { "index": 9, "kind": "property", "displayName": "Username", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Define the username to access the infinispan instance" }, "password": { "index": 10, "kind": "property", "displayName": "Password", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "security": "secret", "description": "Define the password to access the infinispan instance" }, "securityServerName": { "index": 11, "kind": "property", "displayName": "Security Server Name", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Define the security server name to access the infinispan instance" }, "saslMechanism": { "index": 12, "kind": "property", "displayName": "Sasl Mechanism", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Define the SASL Mechanism to access the infinispan instance" }, "securityRealm": { "index": 13, "kind": "property", "displayName": "Security Realm", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Define the security realm to access the infinispan instance" }, "configurationProperties": { "index": 14, "kind": "property", "displayName": "Configuration Properties", "label": "advanced", "required": false, "type": "object", "javaType": "java.util.Map", "deprecated": false, "autowired": false, "secret": false, "description": "Implementation specific properties for the CacheManager" } }
1414
}
1515
}
1616

0 commit comments

Comments
 (0)