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 74c666b CAMEL-12105 - add additional type converters to TypeConverter file 74c666b is described below commit 74c666b22946e0285c311f75b2a9f21fea5285ec Author: Quinn Stevenson <qu...@apache.org> AuthorDate: Thu Feb 8 08:42:49 2018 -0700 CAMEL-12105 - add additional type converters to TypeConverter file --- .../resources/META-INF/services/org/apache/camel/TypeConverter | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/components/camel-hl7/src/main/resources/META-INF/services/org/apache/camel/TypeConverter b/components/camel-hl7/src/main/resources/META-INF/services/org/apache/camel/TypeConverter index b823fde..b8c410a 100644 --- a/components/camel-hl7/src/main/resources/META-INF/services/org/apache/camel/TypeConverter +++ b/components/camel-hl7/src/main/resources/META-INF/services/org/apache/camel/TypeConverter @@ -15,4 +15,12 @@ # limitations under the License. # -org.apache.camel.component.hl7.HL7Converter \ No newline at end of file +org.apache.camel.component.hl7.HL7Converter +org.apache.camel.component.hl7.HL721Converter +org.apache.camel.component.hl7.HL722Converter +org.apache.camel.component.hl7.HL723Converter +org.apache.camel.component.hl7.HL7231Converter +org.apache.camel.component.hl7.HL724Converter +org.apache.camel.component.hl7.HL725Converter +org.apache.camel.component.hl7.HL7251Converter +org.apache.camel.component.hl7.HL726Converter \ No newline at end of file -- To stop receiving notification emails like this one, please contact qu...@apache.org.