1.0.1
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!