This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push:
new fcd862f7414 Regen for commit 3e393d178c01b35b577e6876b5f89ff52792ff95
fcd862f7414 is described below
commit fcd862f7414624c5d9a91a6ee96810c143e54ad7
Author: davsclaus <[email protected]>
AuthorDate: Fri Jul 7 07:13:15 2023 +0000
Regen for commit 3e393d178c01b35b577e6876b5f89ff52792ff95
Signed-off-by: GitHub <[email protected]>
---
.../org/apache/camel/catalog/schemas/camel-spring.xsd | 2 +-
.../builder/endpoint/dsl/JiraEndpointBuilderFactory.java | 13 +++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 78bd105bf59..eef5f6cdb6f 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -489,7 +489,7 @@ Enriches a message with data from a secondary resource
<xs:annotation>
<xs:documentation xml:lang="en">
<![CDATA[
-Error handler settings
+Camel error handling.
]]>
</xs:documentation>
</xs:annotation>
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/JiraEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/JiraEndpointBuilderFactory.java
index a6e453388dd..21cfe8b1692 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/JiraEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/JiraEndpointBuilderFactory.java
@@ -860,6 +860,19 @@ public interface JiraEndpointBuilderFactory {
*/
private static final JiraHeaderNameBuilder INSTANCE = new
JiraHeaderNameBuilder();
+ /**
+ * The assignee's id of the issue.
+ *
+ * The option is a: {@code String} type.
+ *
+ * Group: producer
+ *
+ * @return the name of the header {@code IssueAssigneeId}.
+ */
+ public String issueAssigneeId() {
+ return "IssueAssigneeId";
+ }
+
/**
* The assignee's name of the issue.
*