This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 a1092fefbc5 Regen
a1092fefbc5 is described below
commit a1092fefbc50a99ed5aa84b825c2b5c58ded834e
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue May 16 08:52:28 2023 +0200
Regen
---
.../org/apache/camel/springboot/catalog/components/jpa.json | 1 +
tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
2 files changed, 6 insertions(+)
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 dbce0cedc0e..17876e4b2b6 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
@@ -64,6 +64,7 @@
"findEntity": { "kind": "parameter", "displayName": "Find Entity",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If enabled then the producer will
find a single entity by using the message body as key and entityType as the
class type. This can be used instead of a query to find a single entity." },
"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." },
+ "outputTarget": { "kind": "parameter", "displayName": "Output Target",
"group": "producer", "label": "producer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "To put the query (or find) result in a header
or property instead of the body. If the value starts with the prefix property:,
put the result into the so named property, otherwise into the header." },
"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'."
},
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index 5436b5a32d5..3809d8be751 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3132,6 +3132,11 @@
<artifactId>camel-jaxb</artifactId>
<version>3.21.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-jbang-console</artifactId>
+ <version>3.21.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jbang-core</artifactId>