-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
JpaRepository.getOne(ID id) method name is inconsistent with other xById(ID id) method names [DATAJPA-1377] #1697
Comments
Nathan Niesen commented The SimpleJpaRepository has some lingering java.io.Serializable in the non-Javadoc comments |
AshwinB-hat commented Oliver Drotbohm Hi, I would like to begin contributing as well. And this seems like a good issue to start with. Let me know if you have other suggestions in mind |
I would like to start contributing to this issue. |
@JesseW28 feel free to submit a pull request to update the signature in a non-breaking way (i.e. deprecating |
…etOne. Also added two new tests where getById is used instead of getOne. Closes spring-projects#1697
…etOne. Also added two new tests where getById is used instead of getOne. Closes spring-projects#1697
Nathan Niesen opened DATAJPA-1377 and commented
The other JpaRepository xOne(ID id) methods were changed to xById(ID id) but the getOne method was not
Affects: 2.0.8 (Kay SR8)
The text was updated successfully, but these errors were encountered: