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

Migrate from com.google.common.base.Function to java.util.function.Function #207

Merged
merged 1 commit into from
Mar 2, 2021

Conversation

basil
Copy link
Member

@basil basil commented Jan 31, 2021

Usage of the Guava com.google.common.base.Function type was limited to a private field and a private constructor, so we can safely migrate to java.util.function.Function without breaking compatibility.

@jglick jglick added the chore label Mar 2, 2021
@jglick jglick merged commit a92ed12 into jenkinsci:master Mar 2, 2021
@basil basil deleted the function branch March 2, 2021 19:46
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.

2 participants