-
Notifications
You must be signed in to change notification settings - Fork 356
Change Iterable<T>
to List<T>
return types for Repository and Template API methods
#1623
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
Comments
Do you want the return types of
|
Yes, as In minor versions we can require calling code to be recompiled. |
@schauder I do not think it is going to be breaking, though. It is not a problem if the callee that expected |
|
While it is possible to follow that line of argument, we also could argue that each change to our interface would prevent us from introducing new methods. Spring's |
We should expose the most concrete return type on our repository and Template API implementation
The text was updated successfully, but these errors were encountered: