Files
classgraph/classgraph.changes

46 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Thu Oct 26 02:55:40 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Build with source and target levels 8
-------------------------------------------------------------------
Fri Sep 1 10:55:40 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v4.8.162
* Changes in v4.8.162:
+ Adds ClassGraph#enableMultiReleaseVersions(), which ignores
the META-INF/versions prefix, if present, so that you can get
all resources from all release versions. (Disables class
scanning -- this only works for resources.)
-------------------------------------------------------------------
Wed Jul 26 19:29:48 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v4.8.161
* Changes in v4.8.161:
+ Fix an issue with null being returned by getResourcesWithPath
rather than the empty list (#780, #781 -- thanks to
@corebonts for the bug report and fix).
-------------------------------------------------------------------
Fri Jun 2 06:43:50 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v4.8.160
* Changes in v4.8.160:
+ Fix inheritance order of methods returned by
ClassInfo#getMethodInfo() (#772, thanks to @peter-schmitz for
the bug report, and for providing the fix, complete with
testcases!)
-------------------------------------------------------------------
Fri May 19 14:54:20 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v4.8.159
* Changes in v4.8.159:
+ Fix Windows regression
-------------------------------------------------------------------
Sun Apr 16 08:57:21 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Initial packaging with v4.8.157