We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c338f commit 62b69cfCopy full SHA for 62b69cf
CONTRIBUTING.adoc
@@ -81,6 +81,9 @@ The wiki pages https://github.com/spring-projects/spring-framework/wiki/Code-Sty
81
82
To format the code as well as check the style, run `./gradlew format && ./gradlew check`.
83
84
+NOTE: Since the Stream API is https://github.com/spring-projects/spring-security/issues/7154[much slower] than `for` loop, please use it judiciously.
85
+The team may ask you to change it to a `for` loop if the given code is along a hot path.
86
+
87
[[submit-a-pull-request]]
88
=== Submit a Pull Request
89
0 commit comments