Broken compatibility with `Quarkus` versions (starting with `3.16`)
Library Version 8.5.0
Describe the bug
Since Quarkus version 3.16 changed how its class loader works, there is a known incompatibility with ClassGraph versions lower than 4.8.178. This library is using version 4.8.174 of ClassGraph hence breaking compatibility with the said technologies.
Please upgrade the used ClassGraph version to at least 4.8.178 and release a new version.
Thanks in advance for your effort!
Also talked about in (examples)
- https://github.com/classgraph/classgraph/issues/891
- https://github.com/quarkiverse/quarkus-pact/issues/276
I will ping @samuelAndalon just for convenience reasons :)
feel free to create a PR to apply the update, btw, how are you using the library with Quarkus ? are you implementing the graphql-kotlin-server interfaces for the Quarkus server types ?