Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Whitelist warning for missing com.orsoncharts.Chart3DHints #105

Closed zakkak closed 2 years ago

zakkak commented 2 years ago

org.jfree.jfreesvg reflectively accesses com.orsoncharts.Chart3DHints [1] which is not on the classpath

[1] https://github.com/jfree/jfreesvg/blob/1d8cfa22a8001178102871c54d2de65f8f2aca26/src/main/java/org/jfree/svg/SVGHints.java#L508-L518