-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Upgrade Maven resolver related dependencies used by bootstrap #7459
Conversation
…e used by/compatible with Maven 3.6.3 release
acd49a0
to
ac430ef
Compare
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.
Looks good to me. Asked @geoand to check the Spring change.
final ClassInfo classInfo = index.getClassByName(clazz); | ||
if (classInfo != null) { | ||
ret.add(classInfo); | ||
} |
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.
@geoand can you check that change?
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.
I saw an NPE there.
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.
I saw an NPE there.
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.
Well, not at this line exactly.
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.
Weird NPE, have never seen it to there. Check can't hurt of course. I'll keep an eye out for any issues that might be related to Spring DI.
If you want to reproduce it @geoand, take this commit an undo that particular change. |
I'll do that now |
@aloubyansky which test failed? I can't seem to reproduce |
I think it was in spring-di deployment. |
or in the IT. Sorry, don't remember for sure. Do you want me to reproduce it for you? I even remember logging the annotation. I think it was javax.annotation.Nonnull. |
I tried the deployment module and all Spring ITs and nothing tripped... |
Ok, I'll try again. |
Oh, nevermind, I was able to reproduce it now |
OK, fix is good and should have been there in the first place :). Thanks @aloubyansky |
to those used by/compatible with Maven 3.6.3 release
Fixes #3539
Fixes #7458