-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Exception about missing maven classes when opening the dev-ui (gradle based project) #45112
Comments
/cc @cescoffier (devui), @phillip-kruger (devui), @quarkusio/devtools (maven) |
@aloubyansky I am not sure if this is really a gradle issue, for me it is more something in the dev-ui that assumes it can access some maven classes that are obviously not present. |
AFAIU, the issue is not observed in Maven projects? It seemed like a Gradle project classpath configuration issue. |
I did not debug it (yet), but I would say something is wrong here: Lines 53 to 63 in 805c3f3
I am obviously not in a maven project 😉 |
That is something I added. I'll have a look |
I don't even know how I can debug Is this a runtime thing or something that needs to be debugged at compile-time. Right now I don't see it in the dependencies of my quarkus project. |
@aloubyansky please can you have a look. |
This is problematic, we need it fixed before next LTS. |
We should disable Dev UI project configuration management features for Gradle projects for now. The classpath issue is just the one on the surface and will be the easiest one to fix. |
@aloubyansky What's the state of this? I'm on 3.18 and wondering if an upgrade solves this. |
Over here, I’m also waiting for the fix of this bug using Quarkus 3.19.2. |
Describe the bug
When you generate the most simple quarkus app using Gradle:
https://code.quarkus.io/?b=GRADLE
Start it in dev mode with
./gradlew quarkusDev
Open the dev ui http://localhost:8080/q/dev-ui/
Expected behavior
No Exception, everything is working
Actual behavior
I got different errors about missing Maven classes:
Or:
Screenshot of the dev ui:
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.17.4
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: