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

Drop support for Java 8 #10518

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Drop support for Java 8 #10518

wants to merge 2 commits into from

Conversation

findepi
Copy link
Collaborator

@findepi findepi commented Jun 17, 2024

Relates to: #10474

baseline.gradle Outdated Show resolved Hide resolved
@nastra
Copy link
Contributor

nastra commented Jun 20, 2024

just FYI that you'd also need to update

throw new GradleException("Releases must be built with Java 8")

Iceberg is built using Gradle with Java 8 or Java 11.

Iceberg is built using Gradle with Java 8, 11, or 17.

@findepi
Copy link
Collaborator Author

findepi commented Jun 20, 2024

just FYI that you'd also need to update

good point, updated.
also found couple different places where we inspect JavaVersion.current()

Among other things, this pulls newest version of error-prone which adds
new useful checks.
@findepi findepi marked this pull request as ready for review July 3, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants