Skip to content
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

Remove usages of Guice #64

Closed
wants to merge 1 commit into from
Closed

Remove usages of Guice #64

wants to merge 1 commit into from

Conversation

basil
Copy link
Member

@basil basil commented Dec 24, 2021

Replacing deprecated usages of Guice with non-deprecated non-Guice equivalents.

@basil
Copy link
Member Author

basil commented Dec 24, 2021

BOM testing passed

@jglick jglick added chore dependencies Pull requests that update a dependency file and removed chore labels Jan 3, 2022
if (submitter==null)
return getRun().getParent().hasPermission(Job.BUILD);
return run.getParent().hasPermission(Job.BUILD);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -31,7 +36,7 @@
*
* @author Kohsuke Kawaguchi
*/
public class InputStep extends AbstractStepImpl implements Serializable {
public class InputStep extends Step implements Serializable {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also not compatible in this case.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Part of program.dat. Also see jenkinsci/pipeline-plugin@7a0f10c)

@basil
Copy link
Member Author

basil commented Jan 4, 2022

Closing in favor of #69.

@basil basil closed this Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants