-
Notifications
You must be signed in to change notification settings - Fork 130
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
[JENKINS-58038] Use Annotation-Indexer instead of Reflections #141
[JENKINS-58038] Use Annotation-Indexer instead of Reflections #141
Conversation
Reflections was causing a dependency conflict with the Guava from Jenkins Core (see: https://travis-ci.org/jenkinsci/configuration-as-code-plugin/jobs/546110907#L878)
Thanks for the investigation @AbhyudayaSharma! Maybe it would be even better to use sezpoz since it is already included into JTH. A Jenkins JIRA ticket would be also much appreciated since the previous JTH version has been already released |
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, thanks!
Green built in downstream PR: jenkinsci/configuration-as-code-plugin#921 |
My plan is to merge and release it on the evening if there is no negative feedback |
659068a
to
992fc81
Compare
992fc81
to
ff05fcc
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.
LGTM
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.
Thanks @AbhyudayaSharma and @jglick ! Should we ship it?
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 OK from a brief glance.
Reflections was causing a dependency conflict with the Guava from
Jenkins Core (see: https://travis-ci.org/jenkinsci/configuration-as-code-plugin/jobs/546110907#L878)
@jenkinsci/gsoc2019-role-strategy