Thread: [pgjdbc/pgjdbc] 9f90de: revert change to PGProperty.get() to keep the API ...

[pgjdbc/pgjdbc] 9f90de: revert change to PGProperty.get() to keep the API ...

From
Dave Cramer
Date:
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 9f90de920a969a066324b42cbd19e29d296ce970
      https://github.com/pgjdbc/pgjdbc/commit/9f90de920a969a066324b42cbd19e29d296ce970
  Author: Dave Cramer <davecramer@gmail.com>
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
    M .github/workflows/matrix.js
    M pgjdbc/src/main/java/org/postgresql/PGProperty.java

  Log Message:
  -----------
  revert change to PGProperty.get() to keep the API the same (#2644)

delegate get(properties) to getOrDefault, added getOrNull

fix failing ArrayTest for versions below 9.1

change @code to @link for class names