This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.22.x by this push:
new 5534434 CAMEL-12836: Use FQN in type converter metadata file. Thanks
to Tim Sexton for reporting and the suggested fix.
5534434 is described below
commit 553443482e3b4a48d0e16bb1e295f1b3ec47ba33
Author: Claus Ibsen <[email protected]>
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