[pgjdbc/pgjdbc] b73899: remove javadoc links for java 17 and above (#2637)

From: Dave Cramer <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] b73899: remove javadoc links for java 17 and above (#2637)
Date: 2022-10-11 11:07:54
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/075fd8-b73899@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: b73899106949e92e497e3143b24f613cf2f9f203
https://github.com/pgjdbc/pgjdbc/commit/b73899106949e92e497e3143b24f613cf2f9f203
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2022-10-11 (Tue, 11 Oct 2022)

Changed paths:
M build.gradle.kts

Log Message:
-----------
remove javadoc links for java 17 and above (#2637)

* remove javadoc links for java 17 and above to fix test failures

Browse pgsql-jdbc by date

  From Date Subject
Next Message Knut Olav Løite 2022-10-12 23:40:04 [pgjdbc/pgjdbc] 56a487: fix: binary decoding of bool values (#2640)
Previous Message Evgeniy Devyatykh 2022-10-08 21:10:38 [pgjdbc/pgjdbc] 075fd8: perf: improve performance of PgResultSet getByte/g...