Skip to content

Pin the release target to jdk8#107

Merged
suruuK merged 5 commits intomasterfrom
retarget_code
Jun 13, 2024
Merged

Pin the release target to jdk8#107
suruuK merged 5 commits intomasterfrom
retarget_code

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
@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