fix postgres for arm#14792
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
|
The build of this PR is available at https://builds.jabref.org/pull/14792/merge. |
…es/jablib/src/main/resources/csl-locales-50e46eb * upstream/main: (119 commits) chore(sbom): update CycloneDX SBOM files (#14813) Add "preferences" constant to ServiceLocator initialization (#14810) adjust bom generation to only use runtime (#14809) Remove (nearly) obsolete hint in ghprcomment.yml Update dependency org.apache.commons:commons-lang3 to v3.20.0 (#14808) Fix Nullwarnings - B (#14802) Add https Add ouput Fix stale (again) Fix output Fix re-downloading of ltwa file Chore(deps): Bump jablib/src/main/resources/csl-styles from `9bb1fc1` to `0201999` (#14796) Chore(deps): Bump org.ow2.asm:asm from 9.9 to 9.9.1 in /versions (#14799) Chore(deps): Bump org.controlsfx:controlsfx in /versions (#14800) Chore(deps): Bump org.postgresql:postgresql in /versions (#14798) Chore(deps): Bump jablib/src/main/abbrv.jabref.org (#14795) Chore(deps): Bump org.apache.logging.log4j:log4j-to-slf4j in /versions (#14797) Chore(deps): Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 in /versions (#14801) fix postgres for arm (#14792) Docs: minor grammar and clarity fixes in privacy policy (#14786) ...
User description
Closes #14783
Steps to test
Start JabRef under linux arm64
No crash
Mandatory checks
CHANGELOG.mdin a way that is understandable for the average user (if change is visible to the user)PR Type
Bug fix
Description
Add explicit ARM64 PostgreSQL binary dependencies for macOS and Linux
Resolves issue with PostgreSQL initialization on ARM-based systems
Diagram Walkthrough
File Walkthrough
module-info.java
Add ARM64 PostgreSQL binary module requirementsjablib/src/main/java/module-info.java
macOS (darwin.arm64v8)
Linux (linux.arm64v8)
requirements