Thread: [pgjdbc/pgjdbc] c779e9: fix: Apply patch from Issue #2683 to fix hanging s...

[pgjdbc/pgjdbc] c779e9: fix: Apply patch from Issue #2683 to fix hanging s...

From
Dave Cramer
Date:
Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: c779e93eaa61afadf3a6ca2f325d5157e154869f
      https://github.com/pgjdbc/pgjdbc/commit/c779e93eaa61afadf3a6ca2f325d5157e154869f
  Author: Dave Cramer <davecramer@gmail.com>
  Date:   2022-11-30 (Wed, 30 Nov 2022)

  Changed paths:
    M README.md
    M docs/content/documentation/use.md
    M pgjdbc/src/main/java/org/postgresql/PGProperty.java
    M pgjdbc/src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java
    M pgjdbc/src/main/java/org/postgresql/ds/common/BaseDataSource.java

  Log Message:
  -----------
  fix: Apply patch from Issue #2683 to fix hanging ssl connections (#2687)

* fix: Apply patch from Issue #2683 to fix hanging ssl connections

* add new configuration parameter gssResponseTimeout. This configuration parameter allows a different timeout to be
usedbefore requesting a GSS encrypted connection. Some small edits to docs