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

improvement: Remove java 8 errorprone support #2061

Merged
merged 3 commits into from
Feb 4, 2022
Merged

Conversation

robert3005
Copy link
Contributor

Before this PR

After this PR

==COMMIT_MSG==
Remove support for running errorprone witth java 8 target compatibility
==COMMIT_MSG==

Possible downsides?

@policy-bot policy-bot bot requested a review from ferozco January 26, 2022 11:39
@carterkozak
Copy link
Contributor

What prompted this?

@robert3005
Copy link
Contributor Author

I originally wrote this code and since we have increased source compatibility across the board to 11 I don't think it's no longer necessary. Thought of this as a bit of a cleanup

@carterkozak
Copy link
Contributor

oof it looks like java 9 support broke around 4.59.0 based on palantir/jvm-diagnostics#96

@robert3005
Copy link
Contributor Author

Looks like as of 2.11 error-prone requires java 11 google/error-prone#2730

@bulldozer-bot bulldozer-bot bot merged commit 5426300 into develop Feb 4, 2022
@bulldozer-bot bulldozer-bot bot deleted the rk/remove-hack branch February 4, 2022 17:27
bulldozer-bot bot pushed a commit to palantir/witchcraft-api that referenced this pull request Feb 7, 2022
###### _excavator_ is a bot for automating changes across repositories.

Changes produced by the roomba/latest-baseline-oss check.

# Release Notes
## 4.68.0
| Type | Description | Link |
| ---- | ----------- | ---- |
| Improvement | Remove support for running errorprone witth java 8 target compatibility | palantir/gradle-baseline#2061 |
| Improvement | `StrictUnusedVariable` no longer flags parameters of default methods. | palantir/gradle-baseline#2070 |



To enable or disable this check, please contact the maintainers of Excavator.
This was referenced Feb 7, 2022
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.

3 participants