spring-projects / spring-data-relational

Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.
https://spring.io/projects/spring-data-jdbc
Apache License 2.0
737 stars 339 forks source link

Remove duplicate declaration of `document()` accessor in `RowDocument` #1781

Closed chanhyeong closed 2 months ago

chanhyeong commented 2 months ago

I found two method declarations of get RowDocument and removed the uncommented one.

mp911de commented 2 months ago

Generally, our public API goes through a deprecation cycle before we remove methods. As these are clearly duplicate methods, we can remove their variant with the current GA release.

mp911de commented 2 months ago

Thank you for your contribution. That's merged, polished, and backported now.