-
Notifications
You must be signed in to change notification settings - Fork 393
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
Simplify Revision.clone() implementation #1106
Conversation
…insci#1099) List more operating systems so that web searches will find the page. Link to the operating system end of life blog post. Correct the name of Amazon Linux name. Add the most important option, upgrade to a supported operating system.
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.76 to 4.77. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-4.76...plugin-4.77) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Included in parent pom 4.77
…anches from collection to list for indexed access and specific order
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 for the pull request @AniketNS. Much appreciated.
I'm not willing to hide the fields of the Revision object because it changes the serialization of the object and risks compatibility problems for users.
The changes need to be formatted with mvn spotless:apply
so that the source code continues to use a consistent formatting style.
Hey @MarkEWaite, I've made the changes you told me. Please check and tell me if it is right or if I should make any other changes. |
@AniketNS I am out of the office for another week. I won't look further at this until after I return. |
Ohh ok @MarkEWaite. |
Simplify the implementation of
Revision.clone()
Types of changes
What types of changes does your code introduce?