Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modernize to latest versions supported by Java 8 (#34)
* refactor: Modernize to latest versions supported by Java 8 Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.jenkins.ModernizePluginForJava8?organizationId=SmVua2lucyBDSQ%3D%3D Co-authored-by: Moderne <[email protected]> * Raise access modifier of readResolve to protected 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 --------- Co-authored-by: Moderne <[email protected]> Co-authored-by: Steve Hill <[email protected]>
- Loading branch information