Open mboyer85 opened 2 weeks ago
Can you please do a git bisect to figure out where this broke?
This issue appears since 4.8.174
OK. My time to work on ClassGraph is very limited, so I will need your help to debug this.
Please enable verbose logging in ClassGraph, and compare logs before and after the breaking change. Then see if you can figure out what broke in that version.
Hi, We use Swagger to document our apis which uses Classgraph as a dependency, there was a vulnerability into the 4.8.95 so we upgrade to the last 4.8.177. We can deploy our war exploded (dev) or not (prod) into Wildfly 30.0.0.FINAL When the war is exploded, exploded jars are not scanned (loaded) When the war is not exploded, all works fine.
Best regards.