Skip to content
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

Refactor order clause generation using Stream API #3611

Merged

Conversation

Seol-JY
Copy link
Contributor

@Seol-JY Seol-JY commented Sep 14, 2024

Refactor order clause generation using Stream API

  • Replace manual string concatenation with Stream API
  • Use Collectors.joining() for efficient string joining

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 14, 2024
@mp911de mp911de self-assigned this Sep 16, 2024
@mp911de mp911de force-pushed the main branch 2 times, most recently from 52ee55f to 61e6d36 Compare October 9, 2024 07:35
@mp911de mp911de added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Oct 11, 2024
@mp911de mp911de merged commit ddc9914 into spring-projects:main Oct 11, 2024
4 checks passed
@mp911de mp911de added this to the 3.4 RC1 (2024.1.0) milestone Oct 11, 2024
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