spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
2.92k stars 1.39k forks source link

Use List.of instead of Arrays.asList In the TO_REPLACE field. #3491

Closed Lee-ChungMu closed 1 week ago

Lee-ChungMu commented 1 month ago

Use List.of instead of Arrays.asList In the TO_REPLACE field.

The Arrays.asList method can change elements. SEARCH_OUTPUT_FIELDS is an immutable field, so it has been improved to util List.of.

pivotal-cla commented 1 month ago

@Lee-ChungMu Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 1 month ago

@Lee-ChungMu Thank you for signing the Contributor License Agreement!