J2ObjC v2.0.4 Release Notes

Release Date: 2017-09-28 // over 6 years ago
  • ๐Ÿš€ A new release of J2ObjC is available, 2.0.4. This is an update to 2.0.3 with several bug fixes and the following changes:

    J2ObjC translator:

    • ๐Ÿšš Eclipse JDT dependencies are removed.
    • ๐Ÿ‘ Android Library (*.aar) files are now supported in classpath arguments.
    • 0๏ธโƒฃ Runs when Java 9 JDK is system default.
      • NOTE: Java 8 still needs to be installed (both co-exist)

    JRE emulation:

    • ๐Ÿ‘ nil_chk() has been changed to a macro, to provide better stack traces.

    โšก๏ธ JRE sources updated to latest from Android-nougat:

    • java.net
    • ๐Ÿ‘ XML SAX support: org.xml.sax, XML drivers

    โœ… Thanks for all the bug reports, especially those with tests and/or patches -- we're a small team, and appreciate the help!