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

Pin the release target to jdk8 #107

Merged
merged 5 commits into from
Jun 13, 2024
Merged

Pin the release target to jdk8 #107

merged 5 commits into from
Jun 13, 2024

Conversation

suruuK
Copy link
Contributor

@suruuK suruuK commented Jun 13, 2024

As this is a core library used widely across many applications running various jdks we should continue to pin this to jdk8.

Related change in basepom HubSpot/basepom#153

cc @jaredstehler @stevie400 @Xcelled

Comment on lines 224 to 225
.map(Supplier::get)
.filter(Optional::isPresent)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be fine in practice, but if the implementation is ungenerous we'll end up calling get needlessly. I think a for-loop might be best for this one.

@suruuK suruuK merged commit 4cfd9bb into master Jun 13, 2024
1 check passed
@suruuK suruuK deleted the retarget_code branch June 13, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants