Skip to content

3.10

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 06:55
· 22 commits to master since this release

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