Skip to content

Broken compatibility with Quarkus versions (starting with 3.16) #2087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
coolersham opened this issue Apr 14, 2025 · 2 comments
Open

Broken compatibility with Quarkus versions (starting with 3.16) #2087

coolersham opened this issue Apr 14, 2025 · 2 comments
Labels
type: bug Something isn't working

Comments

@coolersham
Copy link

coolersham commented Apr 14, 2025

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)

@coolersham coolersham added the type: bug Something isn't working label Apr 14, 2025
@coolersham
Copy link
Author

I will ping @samuelAndalon just for convenience reasons :)

@samuelAndalon
Copy link
Contributor

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Development

No branches or pull requests

2 participants