GitHub user hovenko opened a pull request: https://github.com/apache/camel/pull/115
Explicit in character encoding in SPI resources Java ServiceLocator requires SPI resources to be encoded in UTF8 according to <http://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html>. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hovenko/camel explicit-typeconverter-character-encoding Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/115.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #115 ---- commit a6598b6aa473ab49e5f9b3ccc87b38d579aceee0 Author: Knut-Olav Hoven <knut-olav.ho...@nrk.no> Date: 2014-03-19T14:39:37Z Fix: lets be explicit in character encoding in SPI resources (Java defaults to UTF8 for SPI) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---