cuba-platform / cuba-gradle-plugin

Gradle plugin for building CUBA platform and applications
https://www.cuba-platform.com
Apache License 2.0
15 stars 18 forks source link

Merge resources in UberJar for xmlgraphics-commons library #149

Closed andreysubbotin closed 3 years ago

andreysubbotin commented 3 years ago

https://www.cuba-platform.ru/discuss/t/nekorrektnogo-formiruetsya-meta-inf-services-dlya-xmlgraphics-commons-v-uberjar/5084 https://www.cuba-platform.com/discuss/t/report-xlsx-to-pdf-no-imagepreloader-found/12324

Environment

Description of the bug or enhancement

Exception:

Caused by: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for file:/tmp/img3558200649807448175.img
at org.apache.xmlgraphics.image.loader.ImageManager.preloadImage(ImageManager.java:181) ~[shared/:na]
at org.apache.xmlgraphics.image.loader.cache.ImageCache.needImageInfo(ImageCache.java:128) ~[shared/:na]
at org.apache.xmlgraphics.image.loader.ImageManager.getImageInfo(ImageManager.java:123) ~[shared/:an]
at org.docx4j.openpackaging.parts.WordprocessingML.BinaryPartAbstractImage.getImageInfo(BinaryPartAbstractImage.java:907)