You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/03/23 08:49:58 UTC

[camel] branch regen_bot updated (003c0fe -> 50cf1cc)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


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

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (003c0fe)
            \
             N -- N -- N   refs/heads/regen_bot (50cf1cc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 apache-camel/pom.xml                                     |  4 ++++
 bom/camel-bom/pom.xml                                    |  5 +++++
 .../src/main/java/org/apache/camel/ProducerTemplate.java | 16 ++++++++++++++++
 {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 +++++
 13 files changed, 63 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%)