-
Notifications
You must be signed in to change notification settings - Fork 77
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
Order of parsed Maven modules is sometimes not correct #600
Comments
I fixed the link to the test, @timtebeek. |
This one is starting to make more sense after seeing the work done in I don't think the work there will have fixed this issue too, but it does help me understand and validate the work you've done in |
@philippe-granet did you ever come across the problem outlined in this issue and the attached pull request #601 ? Seems like something that could have affected you too, especially when running in parallel, so wondering if you have any insight there. |
What could be the impacts if the poms are loaded out of order? |
I'm not sure what exact problem Fabian had; do you recall @fabapp2? |
@timtebeek |
What version of OpenRewrite are you using?
I am using
What is the smallest, simplest way to reproduce the problem?
This test
should fail because
module-a/pom.xml
should be parsed last as it depends onmodule-b/pom.xml
It parses this project
and the Maven build order is:
Whereas the order of parsing is multi-module-1, module-a, module-b
Are you interested in [contributing a fix to OpenRewrite]
I will provide a PR.
The text was updated successfully, but these errors were encountered: