Skip to content

codecentric/reedelk-module-azure-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reedelk Module Azure Storage

Azure Storage components and connectors for Reedelk Integration Platform: https://www.reedelk.com/documentation

Important

This project uses a patched version of 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml' (https://github.com/reedelk/jackson-dataformat-xml). This is necessary to fix a bug in the XMLInputFactory/XMLOutputFactory default implementation which causes 'PagedIterable' to loop indefinitely. On OSGi the default class is 'XMLInputFactoryImpl'. With the patched jackson-dataformat-xml we are forcing to use com.ctc.wstx.stax.WstxInputFactory and com.ctc.wstx.stax.WstxOutputFactory which are handling correctly the issue.

The Azure Blob Client does not allow to specifically set the XML Input/Output factory, hence the need to manually patch the Jackson dataformat-xml library.

References: Azure/azure-sdk-for-java#9465 Azure/azure-sdk-for-java#11104

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages