[pgjdbc/pgjdbc] c9c64b: fix spacing on GSS_ENC_MODE (#2280)

From: Dave Cramer <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] c9c64b: fix spacing on GSS_ENC_MODE (#2280)
Date: 2021-10-06 17:11:46
Message-ID: pgjdbc/pgjdbc/push/refs/heads/revert-2143-fixmissingnotify/04b728-3d81bd@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/revert-2143-fixmissingnotify
Home: https://github.com/pgjdbc/pgjdbc
Commit: c9c64b25d7ef2c384f429c936d6001aaf6f267ba
https://github.com/pgjdbc/pgjdbc/commit/c9c64b25d7ef2c384f429c936d6001aaf6f267ba
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2021-10-06 (Wed, 06 Oct 2021)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/PGProperty.java

Log Message:
-----------
fix spacing on GSS_ENC_MODE (#2280)

Commit: 3d81bd04a525e98f86f599ddc9412e656ecb1938
https://github.com/pgjdbc/pgjdbc/commit/3d81bd04a525e98f86f599ddc9412e656ecb1938
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2021-10-06 (Wed, 06 Oct 2021)

Changed paths:
M certdir/server/pg_hba.conf

Log Message:
-----------
fix: Github actions were failing due to PostgreSQL version 14 no longer acceptint clientcert = 1/0 (#2281)

* Version 14 no longer accepts clientcert = 1/0

* remove clientcert=verify-ca

Compare: https://github.com/pgjdbc/pgjdbc/compare/04b7286b8d38...3d81bd04a525

Browse pgsql-jdbc by date

  From Date Subject
Next Message Cliff Sizer 2021-10-07 05:37:42 Fwd: BUG #17216: No Password Provided Error - uncaught exception
Previous Message Dave Cramer 2021-10-06 16:56:14 [pgjdbc/pgjdbc] ab228e: fix: Github actions were failing due to PostgreSQL...