Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 364662eb340116a80f9f01781a50d0e2138e2ef1
https://github.com/pgjdbc/pgjdbc/commit/364662eb340116a80f9f01781a50d0e2138e2ef1
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2022-08-16 (Tue, 16 Aug 2022)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/gss/GssAction.java
M pgjdbc/src/main/java/org/postgresql/gss/MakeGSS.java
Log Message:
-----------
fix erroneous method signature and null subjectCallAs (#2595)
* fix erroneous method signature and null subjectCallAs
* implement Callable GssAction for jdk18
* remove direct reference to SecurityContext