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.98k stars 1.41k forks source link

Change immediate `String.format(…)` evaluation to deferred #3445

Closed dukbong closed 5 months ago

dukbong commented 5 months ago

This PR avoids unnecessary computations by changing the immediate evaluation using String.format to deferred evaluation with lambda expressions

mp911de commented 5 months ago

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