1 2 3 4 5 6 7 8 9 10 11 12
|
Version 0.4, 2020-03-01
- Add NewGlobalRef registration for classes involved in callbacks (#2)
- Compatibility with OCaml 4.09 and up
- Export "exception Exception of obj" in jni.mli
- Update Makefile.config to OpenJDK 8 for Linux/AMD64
- Migration to Github
- Add Jni.set_string_auto_conv to control autoconversion of strings
- Add Jni.set_debug to help debug stray exceptions
- Ensure that callbacks are done from main Java thread
- Fix confusion between fields of types "float" and "double"
Version 0.3, 2004-07-13
|