JNLua Changelog

What's new in JNLua 1.0.4

Jul 29, 2013
  • Corrected an issue where method dispatch would enter an endless loop on non-public superclasses.

New in JNLua 1.0.3 (Oct 15, 2012)

  • Added transparent conversion between Lua strings and Java byte arrays. This may break existing code that passes byte arrays between Java and Lua.
  • A compatibility property, com.naef.jnlua.rawByteArray=true, has been provided.
  • Fixed an issue where method dispatch would incorrectly fail on public methods found on non-public classes with public superclasses.