-
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
Dev mode: fixed discovery of local dependencies inherited from parents #10556
Conversation
...-resolver/src/test/java/io/quarkus/bootstrap/workspace/test/LocalWorkspaceDiscoveryTest.java
Show resolved
Hide resolved
integration-tests/maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java
Show resolved
Hide resolved
What about |
Please rebase this onto master to up a CI fix |
I re-implemented it and added a test for a project that includes an extension. |
@aloubyansky needs a rebase |
Would be great if this could be backported. |
It's not a regression though. I'll let @gsmet decide. |
It might be a little to risky to include in 1.6? |
Well, not entirely sure whether this is really comparable but #10576 is marked for backporting (potentially). But I won't die if it is not backported. 😉 |
Don't @famod we count on you |
Fixes #10484