- Update to v4.8.165
* Changes in v4.8.165:
+ Add module dependencies in manifest file for JBoss (#808,
thanks to @redmitry for reporting).
* Changes in v4.8.164:
+ Fix "Paths with Spaces and Hash don't work when using Nested
JARs" (#804, thanks to @jwatcher 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
@JeanHuguesdeRaigniac for reporting)
+ Look up resource URIs properly in modules (thanks to
@Sineaggi for the patch).
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
OBS-URL: https://build.opensuse.org/request/show/1138412
OBS-URL: https://build.opensuse.org/package/show/Java:packages/classgraph?expand=0&rev=6
64 lines
2.5 KiB
Plaintext
64 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jan 13 04:03:57 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Update to v4.8.165
|
|
* Changes in v4.8.165:
|
|
+ Add module dependencies in manifest file for JBoss (#808,
|
|
thanks to @redmitry for reporting).
|
|
* Changes in v4.8.164:
|
|
+ Fix "Paths with Spaces and Hash don't work when using Nested
|
|
JARs" (#804, thanks to @jwatcher 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
|
|
@JeanHuguesdeRaigniac for reporting)
|
|
+ Look up resource URIs properly in modules (thanks to
|
|
@Sineaggi for the patch).
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
-------------------------------------------------------------------
|
|
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
|