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 @@ -10,7 +10,7 @@
"groupId": "org.apache.camel",
"artifactId": "camel-sql",
"version": "4.23.0-SNAPSHOT",
"properties": { "jdbcTemplate": { "index": 0, "kind": "property", "displayName": "Jdbc Template", "required": true, "type": "object", "javaType": "org.springframework.jdbc.core.JdbcTemplate", "deprecated": false, "autowired": false, "secret": false, "description": "The Spring JdbcTemplate to use for connecting to the database" }, "transactionTemplate": { "index": 1, "kind": "property", "displayName": "Transaction Template", "required": true, "type": "object", "javaType": "org.springframework.transaction.support.TransactionTemplate", "deprecated": false, "autowired": false, "secret": false, "description": "The Spring TransactionTemplate to use for connecting to the database" }, "tableName": { "index": 2, "kind": "property", "displayName": "Table Name", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "CAMEL_KEYVALUE", "description": "The name of the table to use in the database" }, "createTableIfNotExists": { "index": 3, "kind": "property", "displayName": "Create Table If Not Exists", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether to create the table in the database if none exists on startup" }, "tableExistsString": { "index": 4, "kind": "property", "displayName": "Table Exists String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for checking if table exists" }, "createString": { "index": 5, "kind": "property", "displayName": "Create String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for creating table" }, "selectString": { "index": 6, "kind": "property", "displayName": "Select String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for selecting a value by key" }, "insertString": { "index": 7, "kind": "property", "displayName": "Insert String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for inserting a new entry" }, "deleteString": { "index": 8, "kind": "property", "displayName": "Delete String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for deleting an entry by key" }, "clearString": { "index": 9, "kind": "property", "displayName": "Clear String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to delete all entries from the table" }, "selectKeysString": { "index": 10, "kind": "property", "displayName": "Select Keys String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for selecting all non-expired keys" }, "deleteExpiredString": { "index": 11, "kind": "property", "displayName": "Delete Expired String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for deleting expired entries" } }
"properties": { "jdbcTemplate": { "index": 0, "kind": "property", "displayName": "Jdbc Template", "required": true, "type": "object", "javaType": "org.springframework.jdbc.core.JdbcTemplate", "deprecated": false, "autowired": false, "secret": false, "description": "The Spring JdbcTemplate to use for connecting to the database" }, "transactionTemplate": { "index": 1, "kind": "property", "displayName": "Transaction Template", "required": true, "type": "object", "javaType": "org.springframework.transaction.support.TransactionTemplate", "deprecated": false, "autowired": false, "secret": false, "description": "The Spring TransactionTemplate to use for connecting to the database" }, "tableName": { "index": 2, "kind": "property", "displayName": "Table Name", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "CAMEL_KEYVALUE", "description": "The name of the table to use in the database" }, "createTableIfNotExists": { "index": 3, "kind": "property", "displayName": "Create Table If Not Exists", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether to create the table in the database if none exists on startup" }, "tableExistsString": { "index": 4, "kind": "property", "displayName": "Table Exists String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for checking if table exists" }, "createString": { "index": 5, "kind": "property", "displayName": "Create String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for creating table" }, "selectString": { "index": 6, "kind": "property", "displayName": "Select String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for selecting a value by key" }, "insertString": { "index": 7, "kind": "property", "displayName": "Insert String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for inserting a new entry" }, "deleteString": { "index": 8, "kind": "property", "displayName": "Delete String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for deleting an entry by key" }, "clearString": { "index": 9, "kind": "property", "displayName": "Clear String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to delete all entries from the table" }, "selectKeysString": { "index": 10, "kind": "property", "displayName": "Select Keys String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for selecting all non-expired keys" }, "deleteExpiredString": { "index": 11, "kind": "property", "displayName": "Delete Expired String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for deleting expired entries" }, "updateIfValueString": { "index": 12, "kind": "property", "displayName": "Update If Value String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for conditional update (CAS replace)" }, "deleteIfValueString": { "index": 13, "kind": "property", "displayName": "Delete If Value String", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "SQL query to use for conditional delete (CAS delete)" } }
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ kamelet-component
kamelet-eip
kamelet-main
kamelet-main-support
keyValueRepository
keycloak-component
keycloak-consumer
keycloak-producer
Expand Down
Loading