Skip to content

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

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

Conversation

chanhyeong
Copy link
Contributor

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

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 28, 2024
@chanhyeong chanhyeong force-pushed the remove-duplicate-declaration-in-rowdocument branch from 8aeb027 to a1f35b8 Compare April 29, 2024 01:46
@chanhyeong chanhyeong force-pushed the remove-duplicate-declaration-in-rowdocument branch from a1f35b8 to d6b99d8 Compare April 29, 2024 02:15
@mp911de mp911de self-assigned this Apr 29, 2024
@mp911de mp911de changed the title Remove duplicate declaration of get RowDocument Remove duplicate declaration of document() accessor in RowDocument Apr 29, 2024
@mp911de mp911de added this to the 3.2.6 (2023.1.6) milestone Apr 29, 2024
@mp911de
Copy link
Member

mp911de commented Apr 29, 2024

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 added a commit that referenced this pull request Apr 29, 2024
This method was never intended to be exposed (record-style accessor) as there is getDocument().

See #1781
mp911de added a commit that referenced this pull request Apr 29, 2024
Fix since version. Update Javadoc. Adjust visibility for subclassing usage.

See #1781
mp911de added a commit that referenced this pull request Apr 29, 2024
Fix since version. Update Javadoc. Adjust visibility for subclassing usage.

See #1781
@mp911de mp911de added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 29, 2024
@mp911de
Copy link
Member

mp911de commented Apr 29, 2024

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

@mp911de mp911de closed this Apr 29, 2024
mp911de added a commit that referenced this pull request Apr 29, 2024
This method was never intended to be exposed (record-style accessor) as there is getDocument().

See #1781
mp911de added a commit that referenced this pull request Apr 29, 2024
Fix since version. Update Javadoc. Adjust visibility for subclassing usage.

See #1781
mp911de added a commit that referenced this pull request Apr 29, 2024
Fix since version. Update Javadoc. Adjust visibility for subclassing usage.

See #1781
@chanhyeong chanhyeong deleted the remove-duplicate-declaration-in-rowdocument branch April 29, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants