Tags: cajuncoding/ApacheFOP.Serverless
Tags
Update to allow Azure Functions to automatically handle content lengh… …t and transer encoding. This fixes an issue that was breaking the text/plain responses for when `eventLogDump=true` parameter is used. Azure Functions seems to handle this correctly and automatically so we should let it do so -- now using `Transfer-Encoding: chunked`.
Update to v1.3 with the following: - Added support for Azure Function configuration capability to enable Accessibility since Apache FOP `<accessibility>` xml config element is not working as of v2.6. - Added an XslFO markup sample to test/demonstrate Accessibility in `resources/samples/WorkinWithAccessibilitySample.fo`. - Updated KeepinItWarm.fo to run correctly when Accessibility is enabled. - Added in-memory caching of Java embedded resources that are resolved (e.g. Fonts) for performance. - Code cleanup.
v1.1 Tag to denote significant improvements from original v1. Bumping… … the versions of all dependencies to the latest stable version, including Apache FOP to v2.6. Adding full support for configuration Xml to fully configure ApacheFOP Factory, and provide default file which enables Font 'auto-detect' feature for much better Font support. And notable cleanup & optimization of the Pom.xml, as well as fixing a possilbe deployment risk when AppName and ResourceGroupName values are not unique with the azure-functions-maven-plugin.