The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-04-27 | 1.8 kB | |
| Version 1.6.10 source code.tar.gz | 2025-04-27 | 4.0 MB | |
| Version 1.6.10 source code.zip | 2025-04-27 | 5.9 MB | |
| Totals: 3 Items | 9.9 MB | 0 | |
Apart from a couple of bug fixes, in this release WALA now supports running on JDK 24. As usual, there were various internal changes to maintain build infrastructure, etc.
What's Changed
- Fix a couple of bugs in parsing array type arguments in type signatures by @msridhar in https://github.com/wala/WALA/pull/1477
- Further enhancements to
parseForTypeSignaturesby @msridhar in https://github.com/wala/WALA/pull/1478 - enable tests for java onepointfive by @jkhaliqi in https://github.com/wala/WALA/pull/1480
- Update to NullAway 0.12.4 by @msridhar in https://github.com/wala/WALA/pull/1484
- Enable parallel configuration caching by @liblit in https://github.com/wala/WALA/pull/1487
- Upgrade to Gradle 8.13 by @liblit in https://github.com/wala/WALA/pull/1488
- Bump deps and version used for compiling Java by @msridhar in https://github.com/wala/WALA/pull/1489
- refactor: remove getTestName from IRTests.java so tests do not rely on method name by @jkhaliqi in https://github.com/wala/WALA/pull/1485
- Upgrade to Gradle 8.14 by @liblit in https://github.com/wala/WALA/pull/1495
- Initialize Gradle dependency configurations lazily by @liblit in https://github.com/wala/WALA/pull/1496
- Support JDK 24 by @msridhar in https://github.com/wala/WALA/pull/1490
- Update Error Prone, EP Plugin, and NullAway by @msridhar in https://github.com/wala/WALA/pull/1497
- Make parameterized test names deterministic by @liblit in https://github.com/wala/WALA/pull/1498
- Correct assertEquals argument order by @liblit in https://github.com/wala/WALA/pull/1499
New Contributors
- @jkhaliqi made their first contribution in https://github.com/wala/WALA/pull/1480
Full Changelog: https://github.com/wala/WALA/compare/v1.6.9...v1.6.10