-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
feature(custom-jhlite): setup custom npm and maven version reader to handle custom npm/java dependencies #10896
Conversation
250e63b
to
6139e48
Compare
…ready there by default
… glue These steps are also useful for testing modules generation
…mberConfiguration
…d reader to handle custom npm dependencies Fixes jhipster#10851
This is necessary for having full code coverage
…spring component used by jhlite generator for reading its own pom.xml This will allow to use the reader in custom jhlite generators. See jhipster#10850
In preparation for the handling of maven version readers.
…ustom maven dependencies Fixes jhipster#10850
dad5d50
to
ce67833
Compare
ce67833
to
254ed22
Compare
FYI I've updated jhipster/jhipster-lite-extension#85 that shows the purpose of this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your work once again, @murdos! I am used to this pattern of having different commits for features and implementation. It's so hard to review everything in a single commit 😅
Thanks for the reviews @renanfranca, it's really appreciated! 👍 |
You're welcome 😊 |
@murdos : approved |
Fixes #10850 and fixes #10851