Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Sat, 14 Feb 2026 18:48:24 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3939: Add RequireServerVersion annotation for tests In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 3902346845 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-3902346845 Content-Type: text/plain; charset=utf-8 I would suggest going with junit-like naming: `@DisabledForServerVersionRange`. See * https://docs.junit.org/5.13.0/api/org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledForJreRange.html * https://docs.junit.org/5.13.0/api/org.junit.jupiter.api/org/junit/jupiter/api/condition/package-summary.html