3.10
Native Code
java_string_create(JNIEnv *, const char *, size_t)
exposed publicly (thank you @JonathanLennox)- Reduced amount of allocations during exception message extraction
- Reduced amount and complexity of template instanciations during compilation
java_frame
is now movable- Headers now correctly check for C++17 rather than C++14
Annotation processors
- No changes