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

quinn 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 d901498  No JIRA - re-added firstVersion to UriEndpoint annotation
d901498 is described below

commit d9014988a4222726ab1234a5bc66bbc94c8d84ea
Author: Quinn Stevenson <qu...@apache.org>
AuthorDate: Thu Feb 15 15:31:22 2018 -0700

    No JIRA - re-added firstVersion to UriEndpoint annotation
---
 components/camel-mllp/src/main/docs/mllp-component.adoc               | 4 ++--
 .../src/main/java/org/apache/camel/component/mllp/MllpEndpoint.java   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-mllp/src/main/docs/mllp-component.adoc 
b/components/camel-mllp/src/main/docs/mllp-component.adoc
index 75f52cb..3c30cfb 100644
--- a/components/camel-mllp/src/main/docs/mllp-component.adoc
+++ b/components/camel-mllp/src/main/docs/mllp-component.adoc
@@ -1,7 +1,7 @@
 [[mllp-component]]
 == MLLP Component
 
-*Available as of Camel version *
+*Available as of Camel version 2.17*
 
 The MLLP component is specifically designed to handle the nuances of the
 MLLP protocol and provide the functionality required by Healthcare
@@ -213,4 +213,4 @@ The state of the TCP Socket can be controlled by these 
properties on the Camel e
 |CamelMllpResetConnectionBeforeSend | Boolean | If true, the Socket will be 
reset before sending data
 |CamelMllpCloseConnectionAfterSend | Boolean | If true, the Socket will be 
closed immediately after sending data
 |CamelMllpResetConnectionAfterSend | Boolean | If true, the Socket will be 
reset immediately after sending any data
-|====================================
+|====================================
\ No newline at end of file
diff --git 
a/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpEndpoint.java
 
b/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpEndpoint.java
index d91e456..803a188 100644
--- 
a/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpEndpoint.java
+++ 
b/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpEndpoint.java
@@ -53,7 +53,7 @@ import org.slf4j.LoggerFactory;
  * <p/>
  */
 @ManagedResource(description = "MLLP Endpoint")
-@UriEndpoint(scheme = "mllp", title = "MLLP", syntax = "mllp:hostname:port", 
consumerClass = MllpTcpServerConsumer.class, label = "mllp")
+@UriEndpoint(scheme = "mllp", firstVersion = "2.17.0", title = "MLLP", syntax 
= "mllp:hostname:port", consumerClass = MllpTcpServerConsumer.class, label = 
"mllp")
 public class MllpEndpoint extends DefaultEndpoint {
     // Use constants from MllpProtocolConstants
     @Deprecated()

-- 
To stop receiving notification emails like this one, please contact
qu...@apache.org.

Reply via email to