[GitHub] [httpcomponents-core] arturobernalg opened a new pull request, #386: Replace new FileInputStream() and/or new FileOutputStream() expressions with Files.newInputStream() and/or Files.newOutpu

2023-02-05 Thread via GitHub
arturobernalg opened a new pull request, #386: URL: https://github.com/apache/httpcomponents-core/pull/386 Again, this could be a matter of taste. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [httpcomponents-core] arturobernalg opened a new pull request, #385: Replace lambdas with method references.

2023-02-05 Thread via GitHub
arturobernalg opened a new pull request, #385: URL: https://github.com/apache/httpcomponents-core/pull/385 Method references are more clear and readable compared to. Of course this could be a matter of taste. -- This is an automated message from the Apache Git Service. To respond to the