Message-ID: From: "jorsol (@jorsol)" To: "pgjdbc/pgjdbc" Date: Wed, 15 Jan 2025 12:17:08 +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: 2592641491 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-2592641491 Content-Type: text/plain; charset=utf-8 Yes, it could be downgraded to `3.5.1`, this could also be done when building the rpm package, the red hat folks even removed the plugin since they don't allow shaded dependencies: https://src.fedoraproject.org/rpms/postgresql-jdbc/blob/rawhide/f/postgresql-jdbc.spec#_98 A similar approach can be done on the spec used of PGDG, by simply downgrading the version to 3.5.1 of the shade plugin and it should build on Maven 3.5.4.