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

Chore: Fix Gradle build flagging Java 8 compatibility as "obsolete" #4185

Merged
merged 4 commits into from
Jun 15, 2023

Conversation

MikaelMayer
Copy link
Member

@MikaelMayer MikaelMayer commented Jun 15, 2023

Without this fix, every other PR cannot be merged.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@MikaelMayer MikaelMayer enabled auto-merge (squash) June 15, 2023 14:51
Copy link
Member

@robin-aws robin-aws left a comment

Choose a reason for hiding this comment

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

We need to be careful that we're not breaking compatibility of the runtime with Java 8 with this change, or that it didn't happen already. I think sourceCompatibility is fine to change since it only affects maintainers, but does this mean targetCompatibility was already automatically upgraded?

Copy link
Member

@robin-aws robin-aws left a comment

Choose a reason for hiding this comment

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

Removing -warnaserror is definitely the lesser evil, and we need to unblock CI, so approved. I think this bumps #1983 up in priority though. I commented on a strategy I think we can use now: #1983 (comment)

@MikaelMayer MikaelMayer merged commit b2bb234 into master Jun 15, 2023
@MikaelMayer MikaelMayer deleted the chore-remove-obsolete-support-java-8 branch June 15, 2023 18:43
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