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

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


    from f5ef86c  CAMEL-16316: Add javadoc about thread-safety with transformer 
processor in asyncSend methods on ProducerTemplatate.
     new 0baea03  CAMEL-13374: Polished
     new 91a6330  CAMEL-13374: Move XmlStreamReader into camel-xml-io-util 
module to be independent.
     new 0f06124  CAMEL-13374: Move XmlStreamReader into camel-xml-io-util 
module to be independent.
     new 8a35555  CAMEL-13374: Move XmlStreamReader into camel-xml-io-util 
module to be independent.
     new e792658  CAMEL-13374: XMLTokenizer should detect and use 
encoding/charset from input xml instead of exchange charset.

The 5 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:
 apache-camel/pom.xml                                      |  4 ++++
 bom/camel-bom/pom.xml                                     |  5 +++++
 {components/camel-log => core/camel-xml-io-util}/pom.xml  | 14 +++++++-------
 .../org/apache/camel/xml/io/util}/XmlStreamReader.java    |  6 +++---
 .../camel/xml/io/util}/XmlStreamReaderException.java      |  2 +-
 core/camel-xml-io/pom.xml                                 |  5 ++++-
 .../src/main/java/org/apache/camel/xml/io/MXParser.java   |  3 ++-
 core/camel-xml-jaxp/pom.xml                               |  4 ++++
 .../language/xtokenizer/XMLTokenExpressionIterator.java   | 15 ++++++++++-----
 .../xtokenizer/XMLTokenExpressionIteratorTest.java        |  2 +-
 core/pom.xml                                              |  2 +-
 parent/pom.xml                                            |  5 +++++
 12 files changed, 47 insertions(+), 20 deletions(-)
 copy {components/camel-log => core/camel-xml-io-util}/pom.xml (83%)
 rename core/{camel-xml-io/src/main/java/org/apache/camel/xml/io => 
camel-xml-io-util/src/main/java/org/apache/camel/xml/io/util}/XmlStreamReader.java
 (99%)
 rename core/{camel-xml-io/src/main/java/org/apache/camel/xml/io => 
camel-xml-io-util/src/main/java/org/apache/camel/xml/io/util}/XmlStreamReaderException.java
 (99%)

Reply via email to