-
Notifications
You must be signed in to change notification settings - Fork 82
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
back-port: Null pointer check added for system package (#1455) #1459
back-port: Null pointer check added for system package (#1455) #1459
Conversation
I get |
Looking here, I see there needs to be a version increment for the project being changed. https://ci.eclipse.org/pde/job/eclipse.pde/job/PR-1459/1/console I.e., if the containing project is version 1.0.200, it should be incremented to 1.0.201, i.e., +1 on the micro/service version. Perhaps including features will also need such increments... |
82996ec
to
340a8a6
Compare
@merks - thanks. looking at the CI log, the version upgradation is resolved now but new failure - not sure if it is related to infra. I am not sure if maintenance branch is well integrated into the build system
|
That jgit error is a very old one that is a bug in jgit and has no real build impact other than being annoying. This looks like a "real error" where probably a version increment is needed:
Maybe @laeubi or @HannesWell will be better at "reading the tea leaves" here... |
340a8a6
to
9c5e821
Compare
Using |
* Null pointer check added for system package Hashtable does not store null values , so if systempackage comes as null it will throw null pointer exception
9c5e821
to
2ce27b9
Compare
d08772e
into
eclipse-pde:R4_31_maintenance
Null pointer check added for system package
Hashtable does not store null values , so if systempackage comes as null it will throw null pointer exception
/cc @MohananRahul