This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 72fbfd26664 Regen for commit 894a526ba8debbfe429850879abd5757ec402d04
(#10616)
72fbfd26664 is described below
commit 72fbfd266644f37966f5d8cac7a3936dff0113d6
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 7 09:27:37 2023 +0200
Regen for commit 894a526ba8debbfe429850879abd5757ec402d04 (#10616)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: davsclaus <[email protected]>
---
.../org/apache/camel/catalog/schemas/camel-spring.xsd | 4 ++--
.../builder/endpoint/dsl/JiraEndpointBuilderFactory.java | 13 +++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)
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 52d3831c7a7..cf3fff74c09 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
@@ -438,9 +438,9 @@ Enriches a message with data from a secondary resource
<xs:element name="errorHandler" nillable="true" type="xs:anyType">
<xs:annotation>
<xs:documentation xml:lang="en">
-<![CDATA[
+ <![CDATA[
Camel error handling.
-]]>
+ ]]>
</xs:documentation>
</xs:annotation>
</xs:element>
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 4f7b3ee2aa1..003f01f3e75 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.
*