Skip to content

1.0.1

Compare
Choose a tag to compare
@kstanger kstanger released this 09 Feb 18:36
· 3340 commits to master since this release

A new release of J2ObjC is available, 1.0.1.

This release updates 1.0.0 with several bug fixes, including:

Translator:

  • Java enums use a shared alloc. (non-ARC only)

Runtime:

  • java.lang.Throwable now maps to NSException. JavaLangThrowable is still supported with a @compatibility_alias, but this will be removed in the next version.
  • IosHttpURLConnection implements java.net.CookieHandler support.

Libraries:

  • Symlinks are preserved in zipped release, reducing its size.
  • Guava library is build directly from unaltered Guava sources. Forked sources have been removed.

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