Skip to content
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

Enhance multi-module conflict check for dev mode #1800

Merged
merged 2 commits into from Mar 7, 2024

Conversation

awisniew90
Copy link
Contributor

With this change we are:

  1. Determining the upstream and final downstream projects that are relevant to dev mode.
  2. Skipping final downstream projects that are jar projects
  3. Honoring the "skip" configuration in the plugin to apply to sub-modules.

Signed-off-by: Adam Wisniewski <awisniew@adams-mbp.pok.ibm.com>
@scottkurz scottkurz changed the title Enhance mulit-module conflict check for dev mode Enhance multi-module conflict check for dev mode Feb 29, 2024
Copy link
Member

@scottkurz scottkurz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple high-level thoughts:

  • Should we do this for 'run' too?
  • Can we add a simple test for this?

@awisniew90 awisniew90 force-pushed the multi-mod-dev branch 6 times, most recently from 16caf60 to f247868 Compare March 5, 2024 15:53
@awisniew90 awisniew90 force-pushed the multi-mod-dev branch 2 times, most recently from cb7aaf5 to ed12a36 Compare March 6, 2024 03:36
Copy link
Member

@cherylking cherylking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like everything has been resolved and tests are passing.

Copy link
Member

@scottkurz scottkurz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall.

I know I have a few logging comments.

Noting we don't, in our tests, seem to confirm that the JAR packaging type is not excluded in determining if there is >1 "leaf". (Not saying that's a problem just confirming in case you thought you did or if I looked too quick.)

Copy link
Member

@scottkurz scottkurz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good..thanks for addressing those.

Signed-off-by: Adam Wisniewski <awisniew@Adams-MacBook-Pro.local>
@cherylking cherylking merged commit 89f3c4c into OpenLiberty:main Mar 7, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants