Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1quug9-0027bx-72 for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 23 Oct 2023 13:09:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1quug6-009E1M-QT for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 23 Oct 2023 13:09:07 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1quug6-009E0y-Gp for pgsql-jdbc-commits@lists.postgresql.org; Mon, 23 Oct 2023 13:09:07 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1quug4-001uUG-Am for pgsql-jdbc-commits@lists.postgresql.org; Mon, 23 Oct 2023 13:09:05 +0000 Received: from github.com (hubbernetes-node-10aa7ba.ash1-iad.github.net [10.56.209.121]) by smtp.github.com (Postfix) with ESMTPA id E9E02100295 for ; Mon, 23 Oct 2023 06:09:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698066542; bh=fkc7hMs4PcGfDO/BZnqf5X+cBqxlIKa2ctGp3xHLQzs=; h=Date:From:To:Subject:From; b=F+c7xCG4pOR2fFe+tYt25BZ2iRNpj4vFxGxsIH5IrNBRuqbRN/r7g/+k3mU/jmZTD IHcV2nnFWO8PsbU9uqiVRSG++XfbX6swwUz/C9MFF4tbgKzdp7Wlg956jpqNXBOgIF 9Q0EuZk1RZYr5XOJkSv+t7HST2pQP+cxfJwSgfDY= Date: Mon, 23 Oct 2023 06:09:02 -0700 From: Martin Desruisseaux To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 9cf9f3: Deprecate for removal PGPoint.setLocation(java.awt... 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: 9cf9f36a1d3a1edd9286721f9c0b9cfa9e8422e3 https://github.com/pgjdbc/pgjdbc/commit/9cf9f36a1d3a1edd9286721f9c0b9cfa9e8422e3 Author: Martin Desruisseaux Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M pgjdbc/src/main/java/org/postgresql/geometric/PGpoint.java Log Message: ----------- Deprecate for removal PGPoint.setLocation(java.awt.Point) to cut dependency to `java.desktop` module. (#2967)