Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Thu, 07 Aug 2025 05:57:27 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3750: Use `BufferedInputStream` with `FileInputStream` In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 3162606340 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3750 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3750#issuecomment-3162606340 Content-Type: text/plain; charset=utf-8 For reference, I've filed https://github.com/openrewrite/rewrite-static-analysis/issues/694 so openrewrite could automatically replace `new BufferedReader(new InputStreamReader(new FileInputStream(path)))` with `Files.newBufferedReader` in the future.