Jabref Daily: ArXiv Fetcher Gets a Rework
The biggest change today is a rework of the ArXiv fetcher to match the current API and add rate limiting, closing out two long-standing issues. Smaller fixes rounded out the day: a UI polish for entry editor chips and a javadoc link correction.
Duration: PT2M10S
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-12T04:00:59Z
- Audio duration: PT2M10S
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 12th, and here's what moved in JabRef overnight.
The headline is PR 16211, which rewrites the ArXiv fetcher. Christoph's commit history on this one tells the story - multiple passes adapting to the ArXiv API documentation, moving logic into the query transformer, switching the eprint field to an Optional type, and improving DOI parsing. On top of the functional…
Two smaller items round out the day. PR 16226 from KenM66 fixes a UI quirk where optional-field "add" chips in the entry editor would change shape on hover - now only the background color shifts, which is a small but real polish for anyone spending time in the entry editor. And PR 16227 cleans up a javadoc class…
No strong cross-cutting theme links these three beyond general code health - the ArXiv fix is a functional and reliability improvement, while the other two are UI and documentation polish. The ArXiv work is clearly the one to internalize: if you maintain or extend any fetcher code, this PR sets the pattern for…
What's next: keep an eye on the ArXiv fetcher in production for edge cases the test suite might have missed, since this was a substantial rewrite touching query transformation and…
That's…
Nearby episodes from Jabref Daily
- Consistency Fixes Across Search and Data
- Test Fixes and Citation Metadata
- Duplicate Fixes and a Path Bug Race
- Zotero Compatibility and Entry Editor Polish
- Entry Editor Gets a Cleanup Pass
- The Entry Editor Gets Rebuilt
- Parsing Fixes and Packaging Guardrails
- Zotero Compatibility Push and Cleanup Fixes