You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/01/08 14:43:49 UTC

[GitHub] [camel-quarkus] JiriOndrusek commented on issue #2113: FOP integration tests fail in native mode with GraalVM 20.3.0

JiriOndrusek commented on issue #2113:
URL: https://github.com/apache/camel-quarkus/issues/2113#issuecomment-756791202


   Problem is caused by graalvm. 
   With graalvm 20.2 it works.
   With graalvm 20.3 it fails.
   With graalvm 21.1.0-dev it works.
   
   There should be an AWT support in graalmvm 20.3, but it didn't make it (see [comment](https://github.com/oracle/graal/issues/2842#issuecomment-731081731)
   I can only imagine that revert of awt support at the last moment broke something that was expecting it.
   
   Issue is reported on graalvm - https://github.com/oracle/graal/issues/3115
   
   I suppose that we have to wait for the graalvm version, which doesn't contain this bug.


----------------------------------------------------------------
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:
users@infra.apache.org