Message-ID: From: "mikhail-chystsiakou (@mikhail-chystsiakou)" To: "pgjdbc/pgjdbc" Date: Thu, 13 Jul 2023 20:16:23 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #2112: Single argument version of Class.forName is used to load classes, which can cause problems with non-flat class paths In-Reply-To: References: List-Id: X-GitHub-Author-Login: mikhail-chystsiakou X-GitHub-Comment-Id: 1634846917 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 2112 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2112#issuecomment-1634846917 Content-Type: text/plain; charset=utf-8 Hi people, +1 unhappy developer here (also from quarkus project) I created minimal project to reproduce the issue, hope it will help you https://github.com/mikhail-chystsiakou/pgjdbc-15782 Driver version is `org.postgresql:postgresql:42.6.0` @davecramer , can you please take a look?