-
Notifications
You must be signed in to change notification settings - Fork 39
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
Version 0.10.0 seems to be incompatible with Error Prone 2.19.0. #622
Comments
Hi @ksiczek, thanks for reporting this in a timely manner. Indeed, these versions are incompatible. In this PR we provided our check upstream to Error Prone. In this PR we will upgrade Error Prone to 2.19.0. Internally we also use a fork of Error Prone which we have to update now that the new Error Prone version is out. After we performed the upgrade we'll make sure to release a new version that is compatible with Error Prone 2.19.0. We'll make sure to post an update here when we released a new version. |
Thanks for using Error Prone Support @ksiczek! Can you share how urgent this issue is for you? As mentioned here, I'm somewhat torn about jumping on the Error Prone 2.19.0 release given the reported JDK 11 issues. (Picnic does not itself use JDK 11 anymore, but other OSS users might.) But maybe we should just bite the bullet... 🤔 |
I'd say it is just a little inconvenience for us because we do updates automatically and on a regular basis so if something brakes it makes some noise. We could skip the update and wait for you to catch up with it. We appreciate your effort in extending the Error Prone |
Thanks! Sounds familiar :). We might wait a few days to see whether there'll be a new Error Prone release. If not.... we might upgrade anyway ;) |
Quick update on this: with Error Prone 2.19.1 released we consider this topic unblocked. We'll wrap up #621 ~today and cut a new release either today or some time this weekend. |
Describe the bug
We tried upgrading to
com.google.errorprone:error_prone_core:2.19.0
but it brakes compilation suggesting some stuff from Picnic.of the project.
already known.
Minimal Reproducible Example
Running
./gradlew compileJava
breaks withLogs
Expected behavior
I hope both could work seamlessly☺️
Setup
Gradle 8.1.1
Build time: 2023-04-21 12:31:26 UTC
Revision: 1cf537a851c635c364a4214885f8b9798051175b
Kotlin: 1.8.10
Groovy: 3.0.15
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 19.0.2 (Oracle Corporation 19.0.2+7-44)
OS: Mac OS X 13.3.1 aarch64
2.19.0
).0.10.0
).Additional context
It seems that the StringCaseLocaleUsage has been added by the Error Prone in 2.19.0.
The text was updated successfully, but these errors were encountered: