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 1r3Xid-004PJo-JU for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 16 Nov 2023 08:27:23 +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 1r3Xib-005d7M-56 for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 16 Nov 2023 08:27:21 +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 1r3Xia-005d7E-UR for pgsql-jdbc-commits@lists.postgresql.org; Thu, 16 Nov 2023 08:27:20 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3XiT-005pVz-TU for pgsql-jdbc-commits@lists.postgresql.org; Thu, 16 Nov 2023 08:27:19 +0000 Received: from github.com (hubbernetes-node-60eceb4.ac4-iad.github.net [10.52.156.33]) by smtp.github.com (Postfix) with ESMTPA id 8DD8070091B for ; Thu, 16 Nov 2023 00:27:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700123232; bh=hC3CUswfAb7R49MLvGpVId/+AuPWb21XAwV/5+zHDtU=; h=Date:From:To:Subject:From; b=mSRWwxHeBj1ghau+cEcDY+bNX3IdW8j/7GR4bLYeEq4OvUv4FzLQS5bcG2DkgexMv 9+EGtf47ZEyGVrRzWsCmxplj+cShbeXVOcYk55sPGJcF4AwenBl/oY3hyEO0URLDi0 xWo3BaaKrdwjBFBDA2FoHqA9JrtNV/k0L1uWbzY8= Date: Thu, 16 Nov 2023 00:27:12 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 2a17a3: test: use try-with-resources in LogicalReplication... 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: 2a17a352d98ee78acf8895563b6cdd4ff55dcbb1 https://github.com/pgjdbc/pgjdbc/commit/2a17a352d98ee78acf8895563b6cdd4ff55dcbb1 Author: Vladimir Sitnikov Date: 2023-11-16 (Thu, 16 Nov 2023) Changed paths: M pgjdbc/src/test/java/org/postgresql/replication/LogicalReplicationStatusTest.java Log Message: ----------- test: use try-with-resources in LogicalReplicationStatusTest