Changelog for
classgraph-4.8.165-1.6.noarch.rpm :
* Sat Jan 13 2024 Anton Shvetz
- Update to v4.8.165
* Changes in v4.8.165: + Add module dependencies in manifest file for JBoss (#808, thanks to AATTredmitry for reporting).
* Changes in v4.8.164: + Fix \"Paths with Spaces and Hash don\'t work when using Nested JARs\" (#804, thanks to AATTjwatcher for the bug report, detailed analysis, and PR complete with testcase! #805)
* Changes in v4.8.163: + Work around JDK17 compiler bug (#797, thanks to AATTJeanHuguesdeRaigniac for reporting) + Look up resource URIs properly in modules (thanks to AATTSineaggi for the patch).- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
* Thu Oct 26 2023 Fridrich Strba - Build with source and target levels 8
* Fri Sep 01 2023 Anton Shvetz - 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 2023 Anton Shvetz - 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 AATTcorebonts for the bug report and fix).
* Fri Jun 02 2023 Anton Shvetz - Update to v4.8.160
* Changes in v4.8.160: + Fix inheritance order of methods returned by ClassInfo#getMethodInfo() (#772, thanks to AATTpeter-schmitz for the bug report, and for providing the fix, complete with testcases!)
* Fri May 19 2023 Anton Shvetz - Update to v4.8.159
* Changes in v4.8.159: + Fix Windows regression
* Sun Apr 16 2023 Anton Shvetz - Initial packaging with v4.8.157