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 2020/10/02 05:52:54 UTC

[camel] branch regen_bot updated (6c9c477 -> 01f7fae)

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.


    from 6c9c477  Remove explicit zeroing of AtomicInteger and AtomicLong object at instantiation time, which is redundant and slower than relying on default values. (#4342)
     add 01f7fae  [CAMEL-15610] avoid NPE in CamelXmlTreeParserHelper.parseCamelRouteTree (#4339)

No new revisions were added by this update.

Summary of changes:
 .../parser/helper/CamelXmlTreeParserHelper.java    | 35 ++++++++++++----------
 .../camel/parser/model/CamelNodeDetails.java       |  4 +++
 .../apache/camel/parser/xml/XmlParseTreeTest.java  | 21 +++++++++++++
 3 files changed, 44 insertions(+), 16 deletions(-)