Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Tue, 17 Mar 2026 05:52:05 +0000 Subject: [pgjdbc/pgjdbc] PR #3970: chore: replace log warning in ConnectionFactory.closeStream with Throwable.addSuppressed List-Id: X-GitHub-Author-Id: 213894 X-GitHub-Author-Login: vlsi X-GitHub-Issue: 3970 X-GitHub-Labels: chore X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3970 Content-Type: text/plain; charset=utf-8 We should not log warnings if the exception is properly handled, so we should rather add use Throwable.addSupperssed just like try-with-resources does when unable to close the resource.