Skip to content

refactor(sqs): modernize stream collector in CollectionUtils#1626

Open
Baqirrizvidev wants to merge 1 commit into
awspring:mainfrom
Baqirrizvidev:fix/sqs-collectionutils-toList
Open

refactor(sqs): modernize stream collector in CollectionUtils#1626
Baqirrizvidev wants to merge 1 commit into
awspring:mainfrom
Baqirrizvidev:fix/sqs-collectionutils-toList

Conversation

@Baqirrizvidev
Copy link
Copy Markdown

Modernizes the legacy stream collection .collect(Collectors.toList()) to the standard, memory-efficient Java 16+ .toList() inside CollectionUtils, and removes the unused stream import.

@github-actions github-actions Bot added the component: sqs SQS integration related issue label May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: sqs SQS integration related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant