-
Notifications
You must be signed in to change notification settings - Fork 157
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
Deprecate the org.apache.pekko.japi.Function
in 1.2.0
#1670
Comments
We are not allowed to remove deprecated methods until Pekko 2.x.x due to semver. Deprecating methods is fine but can only happen in next minor (not patch) release. |
@mdedetrich Yes, we should mark it deprecated and add overload methods on the user sides. |
We're already discussing (in mailing list) the idea of making the next non-patch release a 2.0.0 so we may end up having to deprecate in 2.0.0 and remove in 3.0.0. |
I don't think this is a task for a first time contributor. Some changes could be contentious and first time contributors often don't want to get into big debates about changes. |
This is indeed an unfortunate puzzle. We have public API's that accept |
I totally missed that!!! |
There are :
and
we should deprecate all of it in
org.apache.pekko.japi.Function
and remove it in the next release.The text was updated successfully, but these errors were encountered: