0

GraalVM compiles Java programs into native executables. Certain Java features, such as reflection, are not available or limited there. Since JaVers uses reflection: Does JaVers fully work in a GraalVM native executable?

Karsten Silz
  • 1,036
  • 11
  • 18

1 Answers1

0

I have never tested Javers on GraalVM. If GraalVM does not fully supports the java.util.reflect package, which is extensively used by Javers -- well, how Javers are supposed to work?

Bartek Walacik
  • 3,386
  • 1
  • 9
  • 14