-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
quarkusDev doesn't work in multi module gradle project #6442
Labels
Milestone
Comments
quarkusDev does work if I delete |
tobad357
added a commit
to tobad357/quarkus
that referenced
this issue
Jan 8, 2020
…e on the quarkusDev classpath
tobad357
added a commit
to tobad357/quarkus
that referenced
this issue
Jan 8, 2020
…e on the quarkusDev classpath Change logging to debug
tobad357
added a commit
to tobad357/quarkus
that referenced
this issue
Jan 8, 2020
…e on the quarkusDev classpath Change logging to debug Simplify check if ProjectComponentIdentifier
tobad357
added a commit
to tobad357/quarkus
that referenced
this issue
Jan 8, 2020
…e on the quarkusDev classpath Change logging to debug Simplify check if ProjectComponentIdentifier Remove unused import
tobad357
added a commit
to tobad357/quarkus
that referenced
this issue
Jan 8, 2020
…e on the quarkusDev classpath
geoand
added a commit
that referenced
this issue
Jan 9, 2020
Fix for #6442 quarkusDev not working in multi module projects
gwenneg
pushed a commit
to gwenneg/quarkus
that referenced
this issue
Jan 11, 2020
…e on the quarkusDev classpath
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If using a multi module gradle project quarkusDev will fail complaining that beans are defined multiple times. This is due to both common/buld/classes and common/buld/lib/common.jar being on the classpath inside of dev-mode-context.dat
Project Structure
App depends on common via
The error that happens is
Inside META-INF/dev-mode-context.dat
Expected behavior
QuarkusDev should start without issues
Actual behavior
QuarkusDev fails due to AmbiguousResolutionException
Environment (please complete the following information):
uname -a
orver
: Darwin Kernel Version 19.0.0java -version
: OpenJDK 64-Bit GraalVM CE 19.2.1 (build 25.232-b07-jvmci-19.2-b03, mixed mode)The text was updated successfully, but these errors were encountered: