This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3c3469771aa3da17e2ef8160900c0f24d1ca296d
Author: davsclaus <davscl...@users.noreply.github.com>
AuthorDate: Fri Jul 7 06:57:16 2023 +0000

    Regen for commit fd2e4d45fe564172690a147bdc581fd9ed1ad1a8
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../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.
          * 

Reply via email to