-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update document regarding Stream usage #17219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @ngocnhan-tran1996! Will you please make the language change listed and also move it to https://github.com/spring-projects/spring-security/blob/main/CONTRIBUTING.adoc#code-style
03211ca
to
6c7f9d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @ngocnhan-tran1996. I've left my feedback inline.
@@ -21,6 +21,9 @@ We welcome your involvement in the Spring Security project. | |||
There are many ways to contribute, including answering questions on Stack Overflow, writing new code, improving existing code, assisting with documentation, developing samples or tutorials, reporting bugs, or simply making suggestions. | |||
For more information, see our https://github.com/spring-projects/spring-security/blob/main/CONTRIBUTING.adoc[Contributing] documentation. | |||
|
|||
NOTE: Since the Stream API is https://github.com/spring-projects/spring-security/issues/7154[much slower] than `for` loop, please use it judiciously. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will you please remove it from this document? Since it is in the contributing guidelines already, there's no reason to duplicate.
Closes spring-projectsgh-17097 Signed-off-by: Tran Ngoc Nhan <[email protected]>
Great, @ngocnhan-tran1996! This will merge once the build passes. Thank you for your contributions. |
Closes gh-17097