Jabref Daily: Zotero Compatibility Push and Cleanup Fixes
JabRef is advancing Zotero and citation-style interoperability with a new CSL-JSON import endpoint and a backing architecture decision record, while a cluster of smaller fixes addresses metadata cleanup reliability and native-image build stability.
Duration: PT2M28S
Episode overview
This episode is a short developer briefing from Jabref Daily.
It explains recent repository work in plain language.
- Show: Jabref Daily
- Published: 2026-07-04T04:00:35Z
- Audio duration: PT2M28S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's July 4th, 2026, and this is Jabref Daily.
The clearest thread today is JabRef's ongoing work to interoperate with Zotero and citation-style JSON data. PR 16151 adds a CSL-JSON import endpoint to the HTTP API, letting tools like browser translators hand entries directly to JabRef with correct entry-type mapping. That work leans on PR 15907, a merged…
Second theme: cleanup and metadata correctness. Koppor's PR 16150 fixes a real bug where arXiv identifiers embedded in URLs with a trailing fragment, like a bibliography anchor, silently failed to parse, meaning the eprint field never got populated. Separately, mfigueireddo's PR 16149 expands the "Clean Up" renaming…
Third, infrastructure hygiene. Wanling's PR 16144 registers missing Caffeine cache metadata for native image builds, fixing a real failing smoke test after a previous PR introduced author-list caching. And koppor's PR 16145 is the bigger structural move here: removing the javafx-web module entirely by rendering…
Worth noting separately: LoayTarek5's PR 16139 continues the systematic literature review raw-query migration, this time for ACM, and refactors shared fetch logic into common default methods used…
Wha…