centic9 commented on PR #578: URL: https://github.com/apache/poi/pull/578#issuecomment-1914064522
Unfortunately the check on `ExceptionUtil.isFatal()` is now causing failures in cases where we would like graceful handling, e.g. *UnsatisfiedLinkError` here usually indicates that font-libraries are not installed, but it will now be thrown even if `ignoreMissingFontSystem` is set. The change actually reverted the behavior for the three types of exception that were handled before.. We will need to rework this so that the three types of exception which were caught before are still seen as "font libraries missing". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org