Skip to content

refactor(test): Modernize stream collectors in BaseVectorStoreTests#6161

Open
Baqirrizvidev wants to merge 1 commit into
spring-projects:mainfrom
Baqirrizvidev:fix/test-vectorstore-modernize-collectors-toList
Open

refactor(test): Modernize stream collectors in BaseVectorStoreTests#6161
Baqirrizvidev wants to merge 1 commit into
spring-projects:mainfrom
Baqirrizvidev:fix/test-vectorstore-modernize-collectors-toList

Conversation

@Baqirrizvidev
Copy link
Copy Markdown

Modernizes legacy stream collections .collect(Collectors.toList()) to the standard, memory-efficient Java 16+ .toList() inside BaseVectorStoreTests, which is the foundational class for all vector store test suites. Also cleans up the unused java.util.stream.Collectors import.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant