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 b040a05  Disable test
     add 9bc10ec  CAMEL-16307 azure-storage-datalake:...?operation=getFile 
appends newline to the file content

No new revisions were added by this update.

Summary of changes:
 components/camel-azure-storage-datalake/pom.xml    |   7 +-
 .../datalake/client/DataLakeFileClientWrapper.java |   5 +-
 .../datalake/integration/DataLakeProducerIT.java   | 113 +++++++++++++++++++++
 .../apache/camel/util/SkipLastByteInputStream.java | 108 ++++++++++++++++++++
 .../camel/util/SkipLastNewlineInputStreamTest.java |  72 +++++++++++++
 5 files changed, 303 insertions(+), 2 deletions(-)
 create mode 100644 
components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/DataLakeProducerIT.java
 create mode 100644 
core/camel-util/src/main/java/org/apache/camel/util/SkipLastByteInputStream.java
 create mode 100644 
core/camel-util/src/test/java/org/apache/camel/util/SkipLastNewlineInputStreamTest.java

Reply via email to