-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Include removed dependencies in the ApplicationModel #36859
Include removed dependencies in the ApplicationModel #36859
Conversation
DependencyFlags.REMOVED
aa5a0bd
to
e587bf1
Compare
Failing Jobs - Building e587bf1
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: independent-projects/tools/analytics-common integration-tests/container-image/maven-invoker-way
! Skipped: devtools/cli devtools/gradle/gradle-application-plugin devtools/maven and 221 more 📦 independent-projects/tools/analytics-common✖
✖
✖
📦 integration-tests/container-image/maven-invoker-way✖ |
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.
Tested with Maven and Gradle thanks
@aloubyansky I can't approve as I created the PR :-) |
Well, I can't approve it either :D |
@aloubyansky I approve it (you can approve it) |
No, I really can't :) Either I need to open a new PR or somebody else should approve. |
Lol I've asked @maxandersen to approve 😅 |
deadlock |
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.
Ah, i can approve it, sorry.
DependencyFlags.REMOVED was added to represent dependencies removed from the classloaders.
And ApplicationModel now allows to get dependencies with a specific flag.