Message-ID: From: "sehrope (@sehrope)" To: "pgjdbc/pgjdbc" Date: Mon, 16 Feb 2026 15:33:31 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3939: Add RequireServerVersion annotation for tests In-Reply-To: References: List-Id: X-GitHub-Author-Login: sehrope X-GitHub-Comment-Id: 3909115317 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3939 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3939#issuecomment-3909115317 Content-Type: text/plain; charset=utf-8 Do you mean add `@DisabledForServerVersionRange` (and it's condition handler) with nothing using them as an option for the future? Or replace the `@EnabledForServerVersionRange` with `@DisabledForServerVersionRange`?