-
Notifications
You must be signed in to change notification settings - Fork 176
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
fix: compute unique key for artifact #20551
Conversation
Computes a unique key for maven artifacts when collecting dependencies for the Flow maven plugin isolated classloader.
|
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.
This patch should fix the reported issue, LGTM.
Just a question: should we also add version
and scope
to the artifact's key mapper?
I don't know the whole context of this feature, maybe the version is handled already in some other place.
Key mapper is used to identify artifacts that are defined as dependencies for both project and Flow maven plugin. If there are duplicates, we choose the project dependency. Also, Maven |
Computes a unique key for maven artifacts when collecting dependencies for the Flow maven plugin isolated classloader. Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
Computes a unique key for maven artifacts when collecting dependencies for the Flow maven plugin isolated classloader. Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
Computes a unique key for maven artifacts when collecting dependencies for the Flow maven plugin isolated classloader. Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
Computes a unique key for maven artifacts when collecting dependencies for the Flow maven plugin isolated classloader. Co-authored-by: Marco Collovati <marco@vaadin.com> Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
Computes a unique key for maven artifacts when collecting dependencies for the Flow maven plugin isolated classloader. Co-authored-by: Marco Collovati <marco@vaadin.com> Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
Computes a unique key for maven artifacts when collecting dependencies for the Flow maven plugin isolated classloader. Co-authored-by: Marco Collovati <marco@vaadin.com> Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
Computes a unique key for maven artifacts when collecting dependencies for the Flow maven plugin isolated classloader.
fixes #20555