Skip to content

Bug/jar resource handling 49

Ghost User requested to merge bug/jar_resource_handling-49 into master

This update/bugfix replaces old calls to local files with an approach that allows to load the resource from jar as input stream or temporarily export it to local file system in cases where a File object is strictly needed (e.g. LibLouis Translator tables).

Merge request reports