Version 1.6.1
What's Changed
- Numerous build configuration updates and improvements by @liblit
- Fix crash in JS CG construction for malformed calls to new Function by @msridhar in #1243
- Fix NPE in EclipseSourceFileModule ctor by @khatchad in #1261
- Improve source locations for constructor calls for JS function statements by @msridhar in #1268
- Properly handle static interface methods as entrypoints by @hjjandy in #1275
- Support running on JDK 17 by @msridhar in #1281. WALA will now not crash on JDK 17 bytecodes and core functionality has been tested. We have not tested recently-added bytecode features, but would welcome bug reports / pull requests for such features.
New Contributors
Full Changelog: v1.6.0...v1.6.1