graphql-kotlin icon indicating copy to clipboard operation
graphql-kotlin copied to clipboard

Broken compatibility with `Quarkus` versions (starting with `3.16`)

Open coolersham opened this issue 11 months ago • 2 comments

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

coolersham avatar Apr 14 '25 14:04 coolersham

I will ping @samuelAndalon just for convenience reasons :)

coolersham avatar Apr 14 '25 14:04 coolersham

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 ?

samuelAndalon avatar Apr 14 '25 22:04 samuelAndalon