Skip to content

Tags: cajuncoding/ApacheFOP.Serverless

Tags

v1.7

Toggle v1.7's commit message
Additional code cleanup for Static Classes and handling of SAX Parser…

… Initialization issues now as IllegalStateException instead of RuntimeException.

v1.6

Toggle v1.6's commit message
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`.

v1.5.1

Toggle v1.5.1's commit message
Update Apache Commons Text to v1.10.0 to eliminate vulnerability risk.

v1.5

Toggle v1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from cajuncoding/feature/add_support_to_load_ac…

…cessibility_from_xml_or_az_func_config

Feature/add support to load accessibility from xml or az func config

v1.4

Toggle v1.4's commit message
Updated to support VS Code and fix Font path handling bugs.

v1.3

Toggle v1.3's commit message
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.2

Toggle v1.2's commit message
Tag v1.2

v1.1

Toggle v1.1's commit message
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.