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 2023/10/03 05:31:52 UTC

[camel] branch regen_bot_40x updated (355d71a8639 -> 22a28d76e8c)

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

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


    from 355d71a8639 Fix jbang run execution on windows
     add eb145075aa8 Disable FileExclusiveReadManuelTest and FileExclusiveReadLockCopyTest on (#11625)
     add c74b0a25af9 CAMEL-19936: camel-xml-io - Parsing error with line precise error (#11627)
     add 9486cc4ac46 Fix DefaultComponentNameResolver on Windows (#11626)
     add f5e957011bd Fix SimpleTest on Windows (#11623)
     add 4313e68016c CAMEL-19806: camel-jbang - Load blueprint bean for list/map types
     add 236cc5bcd62 Enable Camel components on s390x (#11629)
     add 22a28d76e8c Update known releases

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/releases/camel-releases.json     | 14 ++++
 components/camel-cassandraql/pom.xml               |  5 --
 components/camel-zookeeper-master/pom.xml          |  1 -
 components/camel-zookeeper/pom.xml                 |  5 --
 .../impl/engine/DefaultComponentNameResolver.java  |  3 +-
 .../file/FileExclusiveReadLockCopyTest.java        |  3 +
 .../file/FileExclusiveReadManuelTest.java          |  3 +
 .../apache/camel/language/simple/SimpleTest.java   | 42 ++++++------
 .../main/java/org/apache/camel/util/IOHelper.java  | 28 ++++++++
 .../java/org/apache/camel/xml/in/BaseParser.java   | 25 +++++++
 .../xml/io/XmlPullParserLocationException.java     | 77 ++++++++++++++++++++++
 .../org/apache/camel/xml/in/ModelParserTest.java   | 21 ++++++
 .../resources/invalid/convertBodyParseError.xml}   |  2 +-
 .../xml/blueprint/BlueprintXmlBeansHandler.java    | 35 +++++++++-
 14 files changed, 228 insertions(+), 36 deletions(-)
 create mode 100644 core/camel-xml-io/src/main/java/org/apache/camel/xml/io/XmlPullParserLocationException.java
 copy core/{camel-core/src/test/resources/org/apache/camel/model/convertBody.xml => camel-xml-io/src/test/resources/invalid/convertBodyParseError.xml} (97%)