This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this
push:
new 0dc762e4605 [create-pull-request] automated change
0dc762e4605 is described below
commit 0dc762e46053895383a8fcb49c203291fe6c7df6
Author: orpiske <[email protected]>
AuthorDate: Thu May 11 01:12:04 2023 +0000
[create-pull-request] automated change
---
.../resources/org/apache/camel/springboot/catalog/components/jpa.json | 1 +
1 file changed, 1 insertion(+)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jpa.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jpa.json
index 066aaae17e5..dbce0cedc0e 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jpa.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jpa.json
@@ -65,6 +65,7 @@
"firstResult": { "kind": "parameter", "displayName": "First Result",
"group": "producer", "label": "producer", "required": false, "type": "integer",
"javaType": "int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "description": "Set the position of the first result to
retrieve." },
"flushOnSend": { "kind": "parameter", "displayName": "Flush On Send",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": true, "description": "Flushes the EntityManager after
the entity bean has been persisted." },
"remove": { "kind": "parameter", "displayName": "Remove", "group":
"producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Indicates to use
entityManager.remove(entity)." },
+ "singleResult": { "kind": "parameter", "displayName": "Single Result",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If enabled, a query or a find
which would return no results or more than one result, will throw an exception
instead." },
"useExecuteUpdate": { "kind": "parameter", "displayName": "Use Execute
Update", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "description": "To configure whether to use
executeUpdate() when producer executes a query. When you use INSERT, UPDATE or
DELETE statement as a named query, you need to specify this option to 'true'."
},
"usePersist": { "kind": "parameter", "displayName": "Use Persist",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Indicates to use
entityManager.persist(entity) instead of entityManager.merge(entity). Note:
entityManager.persist(entity) doesn't work for detached entities (where the
EntityManager has to execute an UPDATE instead of an [...]
"lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start
Producer", "group": "producer (advanced)", "label": "producer,advanced",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"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 other [...]