Message-ID: From: "reda-alaoui (@reda-alaoui)" To: "pgjdbc/pgjdbc" Date: Mon, 16 Mar 2026 09:30:49 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3964: Allow setting of KeepAlive options in JDBC driver In-Reply-To: References: List-Id: X-GitHub-Author-Login: reda-alaoui X-GitHub-Comment-Id: 4066291521 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3964 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3964#issuecomment-4066291521 Content-Type: text/plain; charset=utf-8 In addition to `ConnectionTest#pGStreamSettings` new assertions, I added `ConnectionTest#socketSettings`. If I understand correctly, `ConnectionTest` will be executed on multiple JDK versions including versions above 11. Therefore, I don't think there is a need to manipulate the matrix configuration. But please tell me if I am wrong.