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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 86b3cb5  [create-pull-request] automated change
86b3cb5 is described below

commit 86b3cb52478e5dc969b0197fa5cf78e1a1b81f63
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 3 00:52:22 2021 +0000

    [create-pull-request] automated change
---
 .../camel/springboot/catalog/components/mina.json  |  8 +++---
 .../src/main/docs/mina-starter.adoc                |  2 +-
 .../springboot/MinaComponentConfiguration.java     | 30 +++++++++++-----------
 docs/modules/ROOT/pages/mina-starter.adoc          |  2 +-
 4 files changed, 21 insertions(+), 21 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina.json
index 3c04269..3a2050b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina.json
@@ -22,20 +22,20 @@
     "lenientProperties": false
   },
   "componentProperties": {
-    "disconnect": { "kind": "property", "displayName": "Disconnect", "group": 
"common", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Whether or not to disconnect(close) from Mina 
session right after use. Can be used for both consumer and producer." },
+    "disconnect": { "kind": "property", "displayName": "Disconnect", "group": 
"common", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Whether to disconnect(close) from Mina session 
right after use. Can be used for both consumer and producer." },
     "minaLogger": { "kind": "property", "displayName": "Mina Logger", "group": 
"common", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "You can enable the Apache MINA logging filter. 
Apache MINA uses slf4j logging at INFO level to log all input and output." },
     "sync": { "kind": "property", "displayName": "Sync", "group": "common", 
"label": "", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mina.MinaConfiguration", 
"configurationField": "configuration", "description": "Setting to set endpoint 
as one-way or request-response." },
     "timeout": { "kind": "property", "displayName": "Timeout", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": 
"long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 30000, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "You can configure the timeout that specifies 
how long to wait for a response from a remote server. The timeout unit is in 
millis [...]
     "writeTimeout": { "kind": "property", "displayName": "Write Timeout", 
"group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 10000, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Maximum amount of time it should take to send 
data to the MINA session. Default is 10000 milliseconds." },
     "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a me [...]
     "clientMode": { "kind": "property", "displayName": "Client Mode", "group": 
"consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "If the clientMode is true, mina consumer will 
connect the address as a TCP client." },
-    "disconnectOnNoReply": { "kind": "property", "displayName": "Disconnect On 
No Reply", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mina.MinaConfiguration", 
"configurationField": "configuration", "description": "If sync is enabled then 
this option dictates MinaConsumer if it shoul [...]
     "noReplyLogLevel": { "kind": "property", "displayName": "No Reply Log 
Level", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.LoggingLevel", "enum": [ "TRACE", "DEBUG", "INFO", "WARN", 
"ERROR", "OFF" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "WARN", "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "descrip [...]
     "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
     "cachedAddress": { "kind": "property", "displayName": "Cached Address", 
"group": "producer (advanced)", "label": "producer,advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mina.MinaConfiguration", 
"configurationField": "configuration", "description": "Whether to create the 
InetAddress once and reuse. Setting this to false allows to p [...]
     "lazySessionCreation": { "kind": "property", "displayName": "Lazy Session 
Creation", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mina.MinaConfiguration", 
"configurationField": "configuration", "description": "Sessions can be lazily 
created to avoid exceptions, if the remote serv [...]
     "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
     "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.mina.MinaConfiguration", "deprecated": 
false, "autowired": false, "secret": false, "description": "To use the shared 
mina configuration." },
+    "disconnectOnNoReply": { "kind": "property", "displayName": "Disconnect On 
No Reply", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "If sync is enabled then this option dictates 
MinaConsumer if it should disconnect where t [...]
     "maximumPoolSize": { "kind": "property", "displayName": "Maximum Pool 
Size", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 16, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Number of worker threads in the worker pool 
for TCP and UDP" },
     "orderedThreadPoolExecutor": { "kind": "property", "displayName": "Ordered 
Thread Pool Executor", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mina.MinaConfiguration", 
"configurationField": "configuration", "description": "Whether to use ordered 
thread pool, to ensure events are processed orderly on [...]
     "transferExchange": { "kind": "property", "displayName": "Transfer 
Exchange", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Only used for TCP. You can transfer the 
exchange over the wire instead of just the body. The fol [...]
@@ -55,20 +55,20 @@
     "protocol": { "kind": "path", "displayName": "Protocol", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Protocol to use" },
     "host": { "kind": "path", "displayName": "Host", "group": "common", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Hostname to use. Use localhost or 0.0.0.0 for 
local server as consumer. For producer use the hostname or ip address of the 
remot [...]
     "port": { "kind": "path", "displayName": "Port", "group": "common", 
"label": "", "required": true, "type": "integer", "javaType": "int", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Port number" },
-    "disconnect": { "kind": "parameter", "displayName": "Disconnect", "group": 
"common", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Whether or not to disconnect(close) from Mina 
session right after use. Can be used for both consumer and producer." },
+    "disconnect": { "kind": "parameter", "displayName": "Disconnect", "group": 
"common", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Whether to disconnect(close) from Mina session 
right after use. Can be used for both consumer and producer." },
     "minaLogger": { "kind": "parameter", "displayName": "Mina Logger", 
"group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "You can enable the Apache MINA logging filter. 
Apache MINA uses slf4j logging at INFO level to log all input and output." },
     "sync": { "kind": "parameter", "displayName": "Sync", "group": "common", 
"label": "", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mina.MinaConfiguration", 
"configurationField": "configuration", "description": "Setting to set endpoint 
as one-way or request-response." },
     "timeout": { "kind": "parameter", "displayName": "Timeout", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": 
"long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 30000, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "You can configure the timeout that specifies 
how long to wait for a response from a remote server. The timeout unit is in 
milli [...]
     "writeTimeout": { "kind": "parameter", "displayName": "Write Timeout", 
"group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 10000, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Maximum amount of time it should take to send 
data to the MINA session. Default is 10000 milliseconds." },
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
     "clientMode": { "kind": "parameter", "displayName": "Client Mode", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "If the clientMode is true, mina consumer will 
connect the address as a TCP client." },
-    "disconnectOnNoReply": { "kind": "parameter", "displayName": "Disconnect 
On No Reply", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mina.MinaConfiguration", 
"configurationField": "configuration", "description": "If sync is enabled then 
this option dictates MinaConsumer if it shou [...]
     "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
let the consumer use a custom ExceptionHandler. Notice if the option 
bridgeErrorHandler is enabled then this option is not in use. By default the 
con [...]
     "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the exchange pattern when the consumer creates an 
exchange." },
     "noReplyLogLevel": { "kind": "parameter", "displayName": "No Reply Log 
Level", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.LoggingLevel", "enum": [ "TRACE", "DEBUG", "INFO", "WARN", 
"ERROR", "OFF" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "WARN", "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "descri [...]
     "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during sta [...]
     "cachedAddress": { "kind": "parameter", "displayName": "Cached Address", 
"group": "producer (advanced)", "label": "producer,advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mina.MinaConfiguration", 
"configurationField": "configuration", "description": "Whether to create the 
InetAddress once and reuse. Setting this to false allows to  [...]
     "lazySessionCreation": { "kind": "parameter", "displayName": "Lazy Session 
Creation", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mina.MinaConfiguration", 
"configurationField": "configuration", "description": "Sessions can be lazily 
created to avoid exceptions, if the remote ser [...]
+    "disconnectOnNoReply": { "kind": "parameter", "displayName": "Disconnect 
On No Reply", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "If sync is enabled then this option dictates 
MinaConsumer if it should disconnect where  [...]
     "maximumPoolSize": { "kind": "parameter", "displayName": "Maximum Pool 
Size", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 16, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Number of worker threads in the worker pool 
for TCP and UDP" },
     "orderedThreadPoolExecutor": { "kind": "parameter", "displayName": 
"Ordered Thread Pool Executor", "group": "advanced", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mina.MinaConfiguration", 
"configurationField": "configuration", "description": "Whether to use ordered 
thread pool, to ensure events are processed orderly o [...]
     "transferExchange": { "kind": "parameter", "displayName": "Transfer 
Exchange", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.mina.MinaConfiguration", "configurationField": 
"configuration", "description": "Only used for TCP. You can transfer the 
exchange over the wire instead of just the body. The fo [...]
diff --git 
a/components-starter/camel-mina-starter/src/main/docs/mina-starter.adoc 
b/components-starter/camel-mina-starter/src/main/docs/mina-starter.adoc
index 446f565..7949988 100644
--- a/components-starter/camel-mina-starter/src/main/docs/mina-starter.adoc
+++ b/components-starter/camel-mina-starter/src/main/docs/mina-starter.adoc
@@ -33,7 +33,7 @@ The component supports 29 options, which are listed below.
 | *camel.component.mina.codec* | To use a custom minda codec implementation. 
The option is a org.apache.mina.filter.codec.ProtocolCodecFactory type. |  | 
ProtocolCodecFactory
 | *camel.component.mina.configuration* | To use the shared mina configuration. 
The option is a org.apache.camel.component.mina.MinaConfiguration type. |  | 
MinaConfiguration
 | *camel.component.mina.decoder-max-line-length* | To set the textline 
protocol decoder max line length. By default the default value of Mina itself 
is used which are 1024. | 1024 | Integer
-| *camel.component.mina.disconnect* | Whether or not to disconnect(close) from 
Mina session right after use. Can be used for both consumer and producer. | 
false | Boolean
+| *camel.component.mina.disconnect* | Whether to disconnect(close) from Mina 
session right after use. Can be used for both consumer and producer. | false | 
Boolean
 | *camel.component.mina.disconnect-on-no-reply* | If sync is enabled then this 
option dictates MinaConsumer if it should disconnect where there is no reply to 
send back. | true | Boolean
 | *camel.component.mina.enabled* | Whether to enable auto configuration of the 
mina component. This is enabled by default. |  | Boolean
 | *camel.component.mina.encoder-max-line-length* | To set the textline 
protocol encoder max line length. By default the default value of Mina itself 
is used which are Integer.MAX_VALUE. | -1 | Integer
diff --git 
a/components-starter/camel-mina-starter/src/main/java/org/apache/camel/component/mina/springboot/MinaComponentConfiguration.java
 
b/components-starter/camel-mina-starter/src/main/java/org/apache/camel/component/mina/springboot/MinaComponentConfiguration.java
index e523c8f..08ba75a 100644
--- 
a/components-starter/camel-mina-starter/src/main/java/org/apache/camel/component/mina/springboot/MinaComponentConfiguration.java
+++ 
b/components-starter/camel-mina-starter/src/main/java/org/apache/camel/component/mina/springboot/MinaComponentConfiguration.java
@@ -45,8 +45,8 @@ public class MinaComponentConfiguration
      */
     private Boolean enabled;
     /**
-     * Whether or not to disconnect(close) from Mina session right after use.
-     * Can be used for both consumer and producer.
+     * Whether to disconnect(close) from Mina session right after use. Can be
+     * used for both consumer and producer.
      */
     private Boolean disconnect = false;
     /**
@@ -84,11 +84,6 @@ public class MinaComponentConfiguration
      */
     private Boolean clientMode = false;
     /**
-     * If sync is enabled then this option dictates MinaConsumer if it should
-     * disconnect where there is no reply to send back.
-     */
-    private Boolean disconnectOnNoReply = true;
-    /**
      * If sync is enabled this option dictates MinaConsumer which logging level
      * to use when logging a there is no reply to send back.
      */
@@ -129,6 +124,11 @@ public class MinaComponentConfiguration
      */
     private MinaConfiguration configuration;
     /**
+     * If sync is enabled then this option dictates MinaConsumer if it should
+     * disconnect where there is no reply to send back.
+     */
+    private Boolean disconnectOnNoReply = true;
+    /**
      * Number of worker threads in the worker pool for TCP and UDP
      */
     private Integer maximumPoolSize = 16;
@@ -260,14 +260,6 @@ public class MinaComponentConfiguration
         this.clientMode = clientMode;
     }
 
-    public Boolean getDisconnectOnNoReply() {
-        return disconnectOnNoReply;
-    }
-
-    public void setDisconnectOnNoReply(Boolean disconnectOnNoReply) {
-        this.disconnectOnNoReply = disconnectOnNoReply;
-    }
-
     public LoggingLevel getNoReplyLogLevel() {
         return noReplyLogLevel;
     }
@@ -316,6 +308,14 @@ public class MinaComponentConfiguration
         this.configuration = configuration;
     }
 
+    public Boolean getDisconnectOnNoReply() {
+        return disconnectOnNoReply;
+    }
+
+    public void setDisconnectOnNoReply(Boolean disconnectOnNoReply) {
+        this.disconnectOnNoReply = disconnectOnNoReply;
+    }
+
     public Integer getMaximumPoolSize() {
         return maximumPoolSize;
     }
diff --git a/docs/modules/ROOT/pages/mina-starter.adoc 
b/docs/modules/ROOT/pages/mina-starter.adoc
index 446f565..7949988 100644
--- a/docs/modules/ROOT/pages/mina-starter.adoc
+++ b/docs/modules/ROOT/pages/mina-starter.adoc
@@ -33,7 +33,7 @@ The component supports 29 options, which are listed below.
 | *camel.component.mina.codec* | To use a custom minda codec implementation. 
The option is a org.apache.mina.filter.codec.ProtocolCodecFactory type. |  | 
ProtocolCodecFactory
 | *camel.component.mina.configuration* | To use the shared mina configuration. 
The option is a org.apache.camel.component.mina.MinaConfiguration type. |  | 
MinaConfiguration
 | *camel.component.mina.decoder-max-line-length* | To set the textline 
protocol decoder max line length. By default the default value of Mina itself 
is used which are 1024. | 1024 | Integer
-| *camel.component.mina.disconnect* | Whether or not to disconnect(close) from 
Mina session right after use. Can be used for both consumer and producer. | 
false | Boolean
+| *camel.component.mina.disconnect* | Whether to disconnect(close) from Mina 
session right after use. Can be used for both consumer and producer. | false | 
Boolean
 | *camel.component.mina.disconnect-on-no-reply* | If sync is enabled then this 
option dictates MinaConsumer if it should disconnect where there is no reply to 
send back. | true | Boolean
 | *camel.component.mina.enabled* | Whether to enable auto configuration of the 
mina component. This is enabled by default. |  | Boolean
 | *camel.component.mina.encoder-max-line-length* | To set the textline 
protocol encoder max line length. By default the default value of Mina itself 
is used which are Integer.MAX_VALUE. | -1 | Integer

Reply via email to