| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | < 12 hours ago | 966 Bytes | |
| Version 1.7.2 source code.tar.gz | < 12 hours ago | 2.5 MB | |
| Version 1.7.2 source code.zip | < 12 hours ago | 4.5 MB | |
| Totals: 3 Items | 7.0 MB | 0 | |
This will be the final WALA release before WALA requires JDK 17+ to run (#1830); the next release including that change will be version 1.8.0.
In this release, some long-deprecated symbols have been removed; see [#1885].
Also, we now publish Maven Central artifacts for some of the ide modules; see [#1903].
Key Changes
- Remove deprecated symbols, as previously warned by @liblit in https://github.com/wala/WALA/pull/1885
- Mark some deprecated symbols for future removal by @liblit in https://github.com/wala/WALA/pull/1886
- Fix for constant folding by @juliandolby in https://github.com/wala/WALA/pull/1892
- Publish
com.ibm.wala.ideto Maven Central via thepublishingconvention plugin by @khatchad in https://github.com/wala/WALA/pull/1903 - centralize processing of calls within our CPA'ish dispatch by @juliandolby in https://github.com/wala/WALA/pull/1900
Full Changelog: https://github.com/wala/WALA/compare/v1.7.1...v1.7.2