This is an automated email from the ASF dual-hosted git repository. davsclaus 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 c696cb4 CAMEL-12836: Use FQN in type converter metadata file. Thanks to Tim Sexton for reporting and the suggested fix. c696cb4 is described below commit c696cb443a0f03d1bbb8ba8fdad45ed448299c5e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Sep 26 08:21:14 2018 +0200 CAMEL-12836: Use FQN in type converter metadata file. Thanks to Tim Sexton for reporting and the suggested fix. --- .../src/main/resources/META-INF/services/org/apache/camel/TypeConverter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-elasticsearch-rest/src/main/resources/META-INF/services/org/apache/camel/TypeConverter b/components/camel-elasticsearch-rest/src/main/resources/META-INF/services/org/apache/camel/TypeConverter index 5b4d09a..9febef8 100644 --- a/components/camel-elasticsearch-rest/src/main/resources/META-INF/services/org/apache/camel/TypeConverter +++ b/components/camel-elasticsearch-rest/src/main/resources/META-INF/services/org/apache/camel/TypeConverter @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -org.apache.camel.component.elasticsearch.converter +org.apache.camel.component.elasticsearch.converter.ElasticsearchActionRequestConverter