-
Notifications
You must be signed in to change notification settings - Fork 635
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
Projection binary compatibility issues #2129
Comments
I don't get the intention here. At some point, we will have 1.6.0 containing this new API. It will be marked Since I believe we are going to have it for free because we will have the MiMa checks, I'm closing this one. Please, feel free if you believe I'm missing something here. |
Case classes are a binary-compatibility hazard. It's best to avoid them for anything outside of stable algebraic datatypes. Let's keep this one alive and discuss it with Ignasi. |
At least make sure everything is |
Projections API is
@ApiMayChange
but detecting potential binary compatibility issues early will be helpful.See for example
Stopped
,Started
,State
,WorkerCoordinates
,... are allcase classes
.The text was updated successfully, but these errors were encountered: