Message-ID: From: "jorsol (@jorsol)" To: "pgjdbc/pgjdbc" Date: Wed, 15 Jan 2025 17:02:34 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3480: 42.7.5 breaks RHEL 8 builds In-Reply-To: References: List-Id: X-GitHub-Author-Login: jorsol X-GitHub-Comment-Id: 2593473837 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3480 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3480#issuecomment-2593473837 Content-Type: text/plain; charset=utf-8 @devrimgunduz keep in mind that if you don't shade the dependencies, you also need to package the dependencies used for scram authentication, or there will be lots of complains that scram authentication does not work. So you can remove the plugin and package the scram/stringprep dependencies, or just simply downgrade the version to 3.5.1 and keep using the shaded version.