'Does JaVers work with GraalVM native images?
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?
Solution 1:[1]
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?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Bartek Walacik |
