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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 99b4779  Camel-Test-CDI: Fixed CS
     new 4344ab6  CAMEL-13136: File consumer with charset doesn't parse XML
     new f22ca84  CAMEL-13136 - Fixed CS

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel/component/file/GenericFileConverter.java | 115 +--------------------
 .../org/apache/camel/converter/IOConverter.java    |  23 +----
 .../component/file/FileSplitXPathCharsetTest.java  |  84 +++++++++++++++
 .../IOHelperCharsetTest.java}                      |  18 ++--
 .../file/FileSplitXPathCharsetTest-input.xml       |  15 ++-
 .../main/java/org/apache/camel/util/IOHelper.java  |  19 ++++
 6 files changed, 124 insertions(+), 150 deletions(-)
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/component/file/FileSplitXPathCharsetTest.java
 rename 
core/camel-core/src/test/java/org/apache/camel/{converter/IOConverterCharsetTest.java
 => util/IOHelperCharsetTest.java} (91%)
 copy catalog/camel-catalog/src/main/java/org/apache/camel/catalog/package.html 
=> 
core/camel-core/src/test/resources/org/apache/camel/component/file/FileSplitXPathCharsetTest-input.xml
 (88%)

Reply via email to