Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 08 Dec 2025 09:25:40 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3886: fix: avoid memory leaks in Java <= 21 caused by Thread.inheritedAccessControlContext In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 3625895343 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3886 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3886#issuecomment-3625895343 Content-Type: text/plain; charset=utf-8 I realized that with multi-release jar we can have the same class name for Java 8 and Java 11 implementations, and we do not need reflection in the runtime