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

Modernize to latest versions supported by Java 8 #34

Merged
merged 2 commits into from
Jul 14, 2023

Conversation

sghill-rewrite
Copy link
Contributor

@sghill-rewrite sghill-rewrite commented Jul 11, 2023

Hi!

This PR aims to modernize tooling and move this plugin closer to the recommended Jenkins baseline version without making the change too big. If this goes well, I can follow up with a subsequent PR to modernize further.

This PR was generated with an OpenRewrite recipe on Moderne.io.

Testing done

Ran mvn clean verify. Compilation failed before changing readResolve to protected.

Submitter checklist

sghill-rewrite and others added 2 commits July 10, 2023 18:54
Unforking XStream required the access level of this method to be
protected. Fortunately this means the super method can be called
directly instead of using reflection.

jenkinsci/jenkins#4944
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

@basil basil merged commit 475c23f into jenkinsci:master Jul 14, 2023
@basil basil added the internal label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants