JiriOndrusek commented on a change in pull request #1793: URL: https://github.com/apache/camel-quarkus/pull/1793#discussion_r489232046
########## File path: extensions/fop/runtime/src/main/doc/limitations.adoc ########## @@ -0,0 +1,12 @@ +While you can use any of the available output types in JVM mode, only PDF output type is supported +in native mode. PDF output type in native mode has several limitations: + +* Default sRGB color space is disabled because of https://github.com/oracle/graal/issues/2850[Graal VM issue #2850]. This limitation makes configuration property +`disable-srgb-colorspace` ignored. You can see more about sRGB color space in +https://xmlgraphics.apache.org/fop/2.1/configuration.html[FOP configuration]. + +* If custom fonts are used, font cache has to be disabled because of https://github.com/oracle/graal/issues/460[Graal VM issue #460]. +Please use property `<use-cache>false</use-cache>` (more information in https://xmlgraphics.apache.org/fop/2.1/configuration.html[FOP configuration].) Review comment: done ########## File path: extensions/fop/runtime/src/main/doc/limitations.adoc ########## @@ -0,0 +1,12 @@ +While you can use any of the available output types in JVM mode, only PDF output type is supported +in native mode. PDF output type in native mode has several limitations: + +* Default sRGB color space is disabled because of https://github.com/oracle/graal/issues/2850[Graal VM issue #2850]. This limitation makes configuration property +`disable-srgb-colorspace` ignored. You can see more about sRGB color space in +https://xmlgraphics.apache.org/fop/2.1/configuration.html[FOP configuration]. + +* If custom fonts are used, font cache has to be disabled because of https://github.com/oracle/graal/issues/460[Graal VM issue #460]. +Please use property `<use-cache>false</use-cache>` (more information in https://xmlgraphics.apache.org/fop/2.1/configuration.html[FOP configuration].) Review comment: done ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org