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

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new c8e189e  Fix typo in Java Doc of UndertowEndpoint.
c8e189e is described below

commit c8e189e6dcc4b218b30430610869b6d2d200b0a1
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Sat Jun 20 11:55:55 2020 +0200

    Fix typo in Java Doc of UndertowEndpoint.
---
 .../org/apache/camel/catalog/components/undertow.json        |  2 +-
 .../org/apache/camel/catalog/docs/undertow-component.adoc    |  2 +-
 .../org/apache/camel/component/undertow/undertow.json        |  2 +-
 .../camel-undertow/src/main/docs/undertow-component.adoc     |  2 +-
 .../apache/camel/component/undertow/UndertowEndpoint.java    |  2 +-
 .../builder/endpoint/dsl/UndertowEndpointBuilderFactory.java | 12 ++++++------
 docs/components/modules/ROOT/pages/undertow-component.adoc   |  2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/undertow.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/undertow.json
index 4c8cb9c..2a2861f 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/undertow.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/undertow.json
@@ -55,7 +55,7 @@
     "tcpNoDelay": { "kind": "parameter", "displayName": "Tcp No Delay", 
"group": "producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "secret": false, 
"defaultValue": "true", "description": "Setting to improve TCP protocol 
performance" },
     "throwExceptionOnFailure": { "kind": "parameter", "displayName": "Throw 
Exception On Failure", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "defaultValue": "true", "description": "Option to disable 
throwing the HttpOperationFailedException in case of failed responses from the 
remote server. This allows you to get all responses regardless of the HTTP 
status code." },
     "transferException": { "kind": "parameter", "displayName": "Transfer 
Exception", "group": "producer", "label": "producer", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "defaultValue": "false", "description": "If enabled and an 
Exchange failed processing on the consumer side and if the caused Exception was 
send back serialized in the response as a application\/x-java-serialized-object 
content type. On the producer side th [...]
-    "accessLogReceiver": { "kind": "parameter", "displayName": "Access Log 
Receiver", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": 
"io.undertow.server.handlers.accesslog.AccessLogReceiver", "deprecated": false, 
"secret": false, "description": "Which Undertow AccessLogReceiver should be 
used Will use JBossLoggingAccessLogReceiver if not specifid" },
+    "accessLogReceiver": { "kind": "parameter", "displayName": "Access Log 
Receiver", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": 
"io.undertow.server.handlers.accesslog.AccessLogReceiver", "deprecated": false, 
"secret": false, "description": "Which Undertow AccessLogReceiver should be 
used Will use JBossLoggingAccessLogReceiver if not specified" },
     "basicPropertyBinding": { "kind": "parameter", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" },
     "headerFilterStrategy": { "kind": "parameter", "displayName": "Header 
Filter Strategy", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.HeaderFilterStrategy", 
"deprecated": false, "secret": false, "description": "To use a custom 
HeaderFilterStrategy to filter header to and from Camel message." },
     "synchronous": { "kind": "parameter", "displayName": "Synchronous", 
"group": "advanced", "label": "advanced", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"false", "description": "Sets whether synchronous processing should be strictly 
used, or Camel is allowed to use asynchronous processing (if supported)." },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/undertow-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/undertow-component.adoc
index 920dc1d..2b65fec 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/undertow-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/undertow-component.adoc
@@ -117,7 +117,7 @@ with the following path and query parameters:
 | *tcpNoDelay* (producer) | Setting to improve TCP protocol performance | true 
| Boolean
 | *throwExceptionOnFailure* (producer) | Option to disable throwing the 
HttpOperationFailedException in case of failed responses from the remote 
server. This allows you to get all responses regardless of the HTTP status 
code. | true | Boolean
 | *transferException* (producer) | If enabled and an Exchange failed 
processing on the consumer side and if the caused Exception was send back 
serialized in the response as a application/x-java-serialized-object content 
type. On the producer side the exception will be deserialized and thrown as is 
instead of the HttpOperationFailedException. The caused exception is required 
to be serialized. This is by default turned off. If you enable this then be 
aware that Java will deserialize the in [...]
-| *accessLogReceiver* (advanced) | Which Undertow AccessLogReceiver should be 
used Will use JBossLoggingAccessLogReceiver if not specifid |  | 
AccessLogReceiver
+| *accessLogReceiver* (advanced) | Which Undertow AccessLogReceiver should be 
used Will use JBossLoggingAccessLogReceiver if not specified |  | 
AccessLogReceiver
 | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
 | *headerFilterStrategy* (advanced) | To use a custom HeaderFilterStrategy to 
filter header to and from Camel message. |  | HeaderFilterStrategy
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
diff --git 
a/components/camel-undertow/src/generated/resources/org/apache/camel/component/undertow/undertow.json
 
b/components/camel-undertow/src/generated/resources/org/apache/camel/component/undertow/undertow.json
index 4c8cb9c..2a2861f 100644
--- 
a/components/camel-undertow/src/generated/resources/org/apache/camel/component/undertow/undertow.json
+++ 
b/components/camel-undertow/src/generated/resources/org/apache/camel/component/undertow/undertow.json
@@ -55,7 +55,7 @@
     "tcpNoDelay": { "kind": "parameter", "displayName": "Tcp No Delay", 
"group": "producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "secret": false, 
"defaultValue": "true", "description": "Setting to improve TCP protocol 
performance" },
     "throwExceptionOnFailure": { "kind": "parameter", "displayName": "Throw 
Exception On Failure", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "defaultValue": "true", "description": "Option to disable 
throwing the HttpOperationFailedException in case of failed responses from the 
remote server. This allows you to get all responses regardless of the HTTP 
status code." },
     "transferException": { "kind": "parameter", "displayName": "Transfer 
Exception", "group": "producer", "label": "producer", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "defaultValue": "false", "description": "If enabled and an 
Exchange failed processing on the consumer side and if the caused Exception was 
send back serialized in the response as a application\/x-java-serialized-object 
content type. On the producer side th [...]
-    "accessLogReceiver": { "kind": "parameter", "displayName": "Access Log 
Receiver", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": 
"io.undertow.server.handlers.accesslog.AccessLogReceiver", "deprecated": false, 
"secret": false, "description": "Which Undertow AccessLogReceiver should be 
used Will use JBossLoggingAccessLogReceiver if not specifid" },
+    "accessLogReceiver": { "kind": "parameter", "displayName": "Access Log 
Receiver", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": 
"io.undertow.server.handlers.accesslog.AccessLogReceiver", "deprecated": false, 
"secret": false, "description": "Which Undertow AccessLogReceiver should be 
used Will use JBossLoggingAccessLogReceiver if not specified" },
     "basicPropertyBinding": { "kind": "parameter", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" },
     "headerFilterStrategy": { "kind": "parameter", "displayName": "Header 
Filter Strategy", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.HeaderFilterStrategy", 
"deprecated": false, "secret": false, "description": "To use a custom 
HeaderFilterStrategy to filter header to and from Camel message." },
     "synchronous": { "kind": "parameter", "displayName": "Synchronous", 
"group": "advanced", "label": "advanced", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"false", "description": "Sets whether synchronous processing should be strictly 
used, or Camel is allowed to use asynchronous processing (if supported)." },
diff --git a/components/camel-undertow/src/main/docs/undertow-component.adoc 
b/components/camel-undertow/src/main/docs/undertow-component.adoc
index 920dc1d..2b65fec 100644
--- a/components/camel-undertow/src/main/docs/undertow-component.adoc
+++ b/components/camel-undertow/src/main/docs/undertow-component.adoc
@@ -117,7 +117,7 @@ with the following path and query parameters:
 | *tcpNoDelay* (producer) | Setting to improve TCP protocol performance | true 
| Boolean
 | *throwExceptionOnFailure* (producer) | Option to disable throwing the 
HttpOperationFailedException in case of failed responses from the remote 
server. This allows you to get all responses regardless of the HTTP status 
code. | true | Boolean
 | *transferException* (producer) | If enabled and an Exchange failed 
processing on the consumer side and if the caused Exception was send back 
serialized in the response as a application/x-java-serialized-object content 
type. On the producer side the exception will be deserialized and thrown as is 
instead of the HttpOperationFailedException. The caused exception is required 
to be serialized. This is by default turned off. If you enable this then be 
aware that Java will deserialize the in [...]
-| *accessLogReceiver* (advanced) | Which Undertow AccessLogReceiver should be 
used Will use JBossLoggingAccessLogReceiver if not specifid |  | 
AccessLogReceiver
+| *accessLogReceiver* (advanced) | Which Undertow AccessLogReceiver should be 
used Will use JBossLoggingAccessLogReceiver if not specified |  | 
AccessLogReceiver
 | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
 | *headerFilterStrategy* (advanced) | To use a custom HeaderFilterStrategy to 
filter header to and from Camel message. |  | HeaderFilterStrategy
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
diff --git 
a/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowEndpoint.java
 
b/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowEndpoint.java
index 5d5b42e..f5b0b8c 100644
--- 
a/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowEndpoint.java
+++ 
b/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowEndpoint.java
@@ -605,7 +605,7 @@ public class UndertowEndpoint extends DefaultEndpoint 
implements AsyncEndpoint,
 
     /**
      * Which Undertow AccessLogReceiver should be used
-     * Will use JBossLoggingAccessLogReceiver if not specifid
+     * Will use JBossLoggingAccessLogReceiver if not specified
      */
     public void setAccessLogReceiver(AccessLogReceiver accessLogReceiver) {
         this.accessLogReceiver = accessLogReceiver;
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/UndertowEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/UndertowEndpointBuilderFactory.java
index 090e789..5c524c9 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/UndertowEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/UndertowEndpointBuilderFactory.java
@@ -479,7 +479,7 @@ public interface UndertowEndpointBuilderFactory {
         }
         /**
          * Which Undertow AccessLogReceiver should be used Will use
-         * JBossLoggingAccessLogReceiver if not specifid.
+         * JBossLoggingAccessLogReceiver if not specified.
          * 
          * The option is a:
          * <code>io.undertow.server.handlers.accesslog.AccessLogReceiver</code>
@@ -494,7 +494,7 @@ public interface UndertowEndpointBuilderFactory {
         }
         /**
          * Which Undertow AccessLogReceiver should be used Will use
-         * JBossLoggingAccessLogReceiver if not specifid.
+         * JBossLoggingAccessLogReceiver if not specified.
          * 
          * The option will be converted to a
          * <code>io.undertow.server.handlers.accesslog.AccessLogReceiver</code>
@@ -1123,7 +1123,7 @@ public interface UndertowEndpointBuilderFactory {
         }
         /**
          * Which Undertow AccessLogReceiver should be used Will use
-         * JBossLoggingAccessLogReceiver if not specifid.
+         * JBossLoggingAccessLogReceiver if not specified.
          * 
          * The option is a:
          * <code>io.undertow.server.handlers.accesslog.AccessLogReceiver</code>
@@ -1138,7 +1138,7 @@ public interface UndertowEndpointBuilderFactory {
         }
         /**
          * Which Undertow AccessLogReceiver should be used Will use
-         * JBossLoggingAccessLogReceiver if not specifid.
+         * JBossLoggingAccessLogReceiver if not specified.
          * 
          * The option will be converted to a
          * <code>io.undertow.server.handlers.accesslog.AccessLogReceiver</code>
@@ -1423,7 +1423,7 @@ public interface UndertowEndpointBuilderFactory {
         }
         /**
          * Which Undertow AccessLogReceiver should be used Will use
-         * JBossLoggingAccessLogReceiver if not specifid.
+         * JBossLoggingAccessLogReceiver if not specified.
          * 
          * The option is a:
          * <code>io.undertow.server.handlers.accesslog.AccessLogReceiver</code>
@@ -1438,7 +1438,7 @@ public interface UndertowEndpointBuilderFactory {
         }
         /**
          * Which Undertow AccessLogReceiver should be used Will use
-         * JBossLoggingAccessLogReceiver if not specifid.
+         * JBossLoggingAccessLogReceiver if not specified.
          * 
          * The option will be converted to a
          * <code>io.undertow.server.handlers.accesslog.AccessLogReceiver</code>
diff --git a/docs/components/modules/ROOT/pages/undertow-component.adoc 
b/docs/components/modules/ROOT/pages/undertow-component.adoc
index aef7161..fc43ef1 100644
--- a/docs/components/modules/ROOT/pages/undertow-component.adoc
+++ b/docs/components/modules/ROOT/pages/undertow-component.adoc
@@ -119,7 +119,7 @@ with the following path and query parameters:
 | *tcpNoDelay* (producer) | Setting to improve TCP protocol performance | true 
| Boolean
 | *throwExceptionOnFailure* (producer) | Option to disable throwing the 
HttpOperationFailedException in case of failed responses from the remote 
server. This allows you to get all responses regardless of the HTTP status 
code. | true | Boolean
 | *transferException* (producer) | If enabled and an Exchange failed 
processing on the consumer side and if the caused Exception was send back 
serialized in the response as a application/x-java-serialized-object content 
type. On the producer side the exception will be deserialized and thrown as is 
instead of the HttpOperationFailedException. The caused exception is required 
to be serialized. This is by default turned off. If you enable this then be 
aware that Java will deserialize the in [...]
-| *accessLogReceiver* (advanced) | Which Undertow AccessLogReceiver should be 
used Will use JBossLoggingAccessLogReceiver if not specifid |  | 
AccessLogReceiver
+| *accessLogReceiver* (advanced) | Which Undertow AccessLogReceiver should be 
used Will use JBossLoggingAccessLogReceiver if not specified |  | 
AccessLogReceiver
 | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
 | *headerFilterStrategy* (advanced) | To use a custom HeaderFilterStrategy to 
filter header to and from Camel message. |  | HeaderFilterStrategy
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean

Reply via email to