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 1pQw8X-0005BZ-VD for pgsql-jdbc@arkaria.postgresql.org; Sat, 11 Feb 2023 20:06:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pQw8W-00033t-Ph for pgsql-jdbc@arkaria.postgresql.org; Sat, 11 Feb 2023 20:06:16 +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 1pQw8W-00032G-IT for pgsql-jdbc@lists.postgresql.org; Sat, 11 Feb 2023 20:06:16 +0000 Received: from mr85p00im-zteg06021501.me.com ([17.58.23.183]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQw8U-0003Mm-1k for pgsql-jdbc@lists.postgresql.org; Sat, 11 Feb 2023 20:06:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1676145972; bh=gqkpIj0IjvWavdzkFjFUFc0uTDTzJxjwXoFM4nshisU=; h=Content-Type:Mime-Version:Subject:From:Date:Message-Id:To; b=HsQ1PA1caya4ManrNiz9z7lSZGh0QiDSfxnJP57nKHW+gHv1QOswGWov78lQpVx6R 35TxKgeKRnotgTo0g1PvFGWwYt4fYug2TDP4FNOYs582knLFXrCi5jbGvZx+MyZfTZ ukH0cHg1bcnK/Bpae4QgqWQVnlwYwGOnMstPYEz3I2a/cGWUqe1TTFXT8RpENNlsX/ ckjxRUzRH5UiiTqXRclo9mnWurRRcu17sK0SmJaCw1IfB8njmWyMFztgd27SecPYLO SzZNy4p5LaifEuGTQbjQp7DlItUFcL7ctF9FQPmO4gI0g3kH41mZ9jR/iAcVjLNhxT wqdBxwhUIt91Q== Received: from smtpclient.apple (mr38p00im-dlb-asmtp-mailmevip.me.com [17.57.152.18]) by mr85p00im-zteg06021501.me.com (Postfix) with ESMTPSA id C7FF627945DB; Sat, 11 Feb 2023 20:06:11 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.300.101.1.3\)) Subject: Re: [pgjdbc/pgjdbc] From: Kevin Wooten In-Reply-To: Date: Sat, 11 Feb 2023 13:06:00 -0700 Cc: Dave Cramer , pgsql-jdbc@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: <053BA506-596C-49F1-9B52-4C68CA95B8A5@me.com> References: <5B4DDBA0-0B82-431E-9641-C6C68C4EB2C6@me.com> To: Vladimir Sitnikov X-Mailer: Apple Mail (2.3731.300.101.1.3) X-Proofpoint-GUID: M3qMB5GZRMvER2HJS25nKd4rl5zZM6WV X-Proofpoint-ORIG-GUID: M3qMB5GZRMvER2HJS25nKd4rl5zZM6WV X-Proofpoint-Virus-Version: =?UTF-8?Q?vendor=3Dfsecure_engine=3D1.1.170-22c6f66c430a71ce266a39bfe25bc?= =?UTF-8?Q?2903e8d5c8f:6.0.425,18.0.572,17.0.605.474.0000000_definitions?= =?UTF-8?Q?=3D2022-01-14=5F01:2022-01-14=5F01,2020-02-14=5F11,2020-01-23?= =?UTF-8?Q?=5F02_signatures=3D0?= X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 bulkscore=0 mlxlogscore=861 clxscore=1011 suspectscore=0 phishscore=0 spamscore=0 mlxscore=0 malwarescore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2209130000 definitions=main-2302110188 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I=E2=80=99d argue that merges are all this list needs=E2=80=A6 if that. = Considering the target audience, releases (which already summarize the = changes) is probably all that is really needed. > On Feb 11, 2023, at 1:03 PM, Vladimir Sitnikov = wrote: >=20 >> Is there no way to do them all at once ? >=20 > Some of them require manual corrections. > For instance, Checkstyle 10 requires Java 11, so we need to do > something (e.g. run Checkstyle with Java 11+ only) >=20 > We can probably combine dependencies if testing locally (e.g. prepare > a PR with all the updates), > however I guess it might be easier to squeeze them one-by-one. >=20 > Vladimir >=20 >=20