Message-ID: From: "minfrin (@minfrin)" To: "pgjdbc/pgjdbc" Date: Thu, 29 Feb 2024 10:38:12 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3124: Add Windows and MacOS native certificate support In-Reply-To: References: List-Id: X-GitHub-Author-Login: minfrin X-GitHub-Comment-Id: 1507369193 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 30087c24aeb8ac552664025c6f6d1c2ef3b86a5d X-GitHub-Issue: 3124 X-GitHub-Line: 89 X-GitHub-Path: pgjdbc/src/main/java/org/postgresql/ssl/SSLFactory.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3124#discussion_r1507369193 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/main/java/org/postgresql/ssl/SSLFactory.java:89) These warnings might be relevant: ``` > Task :postgresql:compileJava warning: /home/runner/work/pgjdbc/pgjdbc/config/checkerframework/Assert.astub:(line 1,col 1): Package not found: org.junit warning: /home/runner/work/pgjdbc/pgjdbc/config/checkerframework/Assert.astub:(line 6,col 1): Type not found: org.junit.Assert ```