Skip to content

Releases: classgraph/classgraph

classgraph-4.8.172

19 Apr 16:52
Compare
Choose a tag to compare

Some small optimizations to the changes in the previous release, by @attilapuskas.

classgraph-4.8.171

17 Apr 18:48
Compare
Choose a tag to compare

A set of heroic changes by @attilapuskas (#850) that almost doubles the scanning speed of ClassGraph for a large classpath, by reducing the number of redundant file metadata checks (which are particularly slow on Windows). Thank you, Attila!

classgraph-4.8.170

04 Apr 01:13
Compare
Choose a tag to compare

Fixes Zip64 central directory length calculation. Thanks to @cushon for the bug report, analysis, and fix! (#841, #842.)

classgraph-4.8.169

16 Mar 04:59
9892abc
Compare
Choose a tag to compare

Fix an obscure regression introduced in the previous release (#795, thanks to @mgroth0 for noticing it).

classgraph-4.8.168

08 Mar 00:16
Compare
Choose a tag to compare

Fix #701 "When using wildfly 21, the jar under WEB-INF/lib will not be displayed." Thanks to @mmusenbr for the bug report and fix.

classgraph-4.8.167

05 Mar 18:06
Compare
Choose a tag to compare

Make API introduced in last release consistently use varargs rather than List

classgraph-4.8.166

05 Mar 17:55
Compare
Choose a tag to compare

Added ScanResult#getClassesWithAllAnnotations (which uses an AND operator) and ScanResult#getClassesWithAnyAnnotation (which uses an OR operator). (#821)

classgraph-4.8.165

16 Nov 16:59
Compare
Choose a tag to compare

Add module dependencies in manifest file for JBoss (#808, thanks to @redmitry for reporting).

classgraph-4.8.164

02 Nov 18:59
Compare
Choose a tag to compare

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)

classgraph-4.8.163

13 Oct 10:39
Compare
Choose a tag to compare