Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qGRIg-0001UL-0j for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 03 Jul 2023 21:41:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1qGRIe-0001Wk-Gy for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 03 Jul 2023 21:41:36 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qGRIe-0001Wa-AF for pgsql-jdbc-commits@lists.postgresql.org; Mon, 03 Jul 2023 21:41:36 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qGRIX-0021Yv-DP for pgsql-jdbc-commits@lists.postgresql.org; Mon, 03 Jul 2023 21:41:33 +0000 Received: from github.com (hubbernetes-node-1ba4af3.va3-iad.github.net [10.48.135.33]) by smtp.github.com (Postfix) with ESMTPA id 27E59941144 for ; Mon, 3 Jul 2023 14:41:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1688420488; bh=soAAUtE1YtfT221wIUpuUxcWq/UCJvRD3pqirlNGIYc=; h=Date:From:To:Subject:From; b=KKTsg7JGiwdU6xylrcRtz4S/nrRUaOSCO23Kv+9J54ix9v8DzQLJwdmVN0AIFjfpw 2upkAnz7h+YALWleCTIhF1SeDpLHh/MjVNsgOc0JppPB7XKDGEaGUiXxVzz/L/Cqtn c3QcDkeR+qzDA0nE6t7efZk9LYzFrf/9G06WnDw8= Date: Mon, 03 Jul 2023 14:41:28 -0700 From: Dave Cramer To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 6b3fb2: un-deprecate SSL_FACTORY_ARG Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 6b3fb274a722fd08a5b45882c353afc3290bc7b8 https://github.com/pgjdbc/pgjdbc/commit/6b3fb274a722fd08a5b45882c353afc3290bc7b8 Author: Dave Cramer Date: 2023-07-03 (Mon, 03 Jul 2023) Changed paths: M pgjdbc/src/main/java/org/postgresql/PGProperty.java Log Message: ----------- un-deprecate SSL_FACTORY_ARG