Message-ID: From: "sehrope (@sehrope)" To: "pgjdbc/pgjdbc" Date: Thu, 23 Jan 2025 14:15:53 +0000 Subject: [pgjdbc/pgjdbc] PR #3496: Undeprecate sslfactoryarg connection property List-Id: X-GitHub-Author-Id: 1690926 X-GitHub-Author-Login: sehrope X-GitHub-Issue: 3496 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3496 Content-Type: text/plain; charset=utf-8 Undeprecates the `sslfactoryarg` connection property. Similar to the `socketfactoyarg`, it can be used to customize the injected factory class. As there are no plans to remove it in the future, we are undeprecating it to silence the deprecation warning in user code that references it. See https://github.com/pgjdbc/pgjdbc/issues/2725 and https://github.com/pgjdbc/pgjdbc/pull/2923 for related discussion.