You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/04 20:36:28 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #2302: [Camel 3.9] Azure Storage Data Lake appends newline to the file content

ppalaga commented on issue #2302:
URL: https://github.com/apache/camel-quarkus/issues/2302#issuecomment-790923967


   A workaround in Camel is under review: https://github.com/apache/camel/pull/5175
   
   If it gets accepted, `.body(Matchers.startsWith(content))` can be replaced with `.body(Matchers.is(content))` `AzureStorageDatalakeTest`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org