-
Notifications
You must be signed in to change notification settings - Fork 41
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
Prevent NPE when no artifact repository is given #524
base: master
Are you sure you want to change the base?
Prevent NPE when no artifact repository is given #524
Conversation
Of course the usual version bump games kick in... |
723c7ff
to
8a25278
Compare
@merks sorry for the delay, yes it seems soem version bumps are still required. |
@merks actually it is "Error reading manifest for /home/jenkins/agent/workspace/p2_PR-524/.m2/repository/p2/osgi/bundle/bcprov.source/1.78.1/bcprov.source-1.78.1.jar" again not a version bump problem, so I'll rebase... |
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 fine.
8a25278
to
c0131e9
Compare
c0131e9
to
5ac403a
Compare
5ac403a
to
355cb78
Compare
Currently RawMirrorRequest can fail if no repository is given in the descriptor and it want to log a message. P2 should be gracefully in this case and simply report the location as being unknown.
355cb78
to
1aaa4f0
Compare
Currently RawMirrorRequest can fail if no repository is given in the descriptor and it want to log a message.
P2 should be gracefully in this case and simply report the location as being unknown.