Claude stopped talking to our MCP server. Not a bug. MCP shipped 3 transports in 20 months and we spoke the oldest. Rebuilt on Streamable HTTP (Spring Boot 4.1 + Spring AI 2.0). Old /sse still works. https://www.jobrunr.io/en/mcp/ #Java #SpringBoot #MCP #AI #oss
JobRunr
@jobrunr.bsky.social
An easy way to perform background #job #processing in #java. Distributed and backed by persistent storage. Open-source and free for commercial use.
JobRunr 8.8.0 is out. 🚀 ✅ Quieter logs when your database blips ✅ Quarkus: SmallRye now optional ✅ Kotlin 2.4 support ✅ Pro: succeeded-jobs query 640ms → 57ms on MySQL in our 400k-job test jobrunr.io/en/blog/jobrunr-v8.8.0/ #Java #Quarkus #Kotlin #opensource #oss
JobRunr & JobRunr Pro v8.8.0
Quieter logs when your database hiccups, SmallRye now optional for Quarkus users, Kotlin 2.4 support, and a much faster dashboard on MySQL for Pro.
jobrunr.io
Two reasons to skip JobRunr Spot: your jobs can't safely be re-run, or you need sub-minute pickup. Neither? 62 to 69% below on-demand, measured. The calculator says if your queue fits, even when it's a no. https://www.jobrunr.io/en/spot/?utm_source=bluesky&utm_campaign=spot_beta #Java #AWS #oss
Temporal or JobRunr for durable execution in Java? We built the same workflow in both and measured everything: 1,181 DB commits vs 113,218 for the same 1000 orders. 🧪 Full honest comparison: jobrunr.io/en/blog/jobrunr-vs-temporal/ #Java #Temporal #opensource #oss
JavaClaw has a new home. 🚀 The project moved to its own org, ClawRunr, and top contributor Aref Behboodi steps up as head maintainer. Looking for an all-Java AI agent, or a project to contribute to? https://github.com/ClawRunr/JavaClaw #Java #OpenSource #AIAgents #oss
JobRunr is now on Spring Initializr. 🚀 We could not be prouder. Add JobRunr from the dependency list at start.spring.io, generate, and background jobs are wired into your Spring Boot app. Massive thanks to @starbuxman.joshlong.com & @spring.io 🙏 #Java #SpringBoot #opensource #oss
Last quarter, developers asked our DocsGPT chatbot 1,586 questions. Here are the 5 that kept coming up. A thread. 👇 #Java #SpringBoot #JobRunr #opensource #oss
JobRunr 8.7.0 is out. 🚀 ✅ Plug JobRunr into any JVM framework ✅ Dashboard follows your system theme ✅ Jackson 3 deserializes common Java collections ✅ Pro: batch continuation from within a batch jobrunr.io/en/blog/jobrunr-v8.7.0/ #Java #SpringBoot #Quarkus #opensource #oss
Durable execution is the buzzword of the moment. The real problem it solves: a job charges a card, the pod restarts before the email, the retry replays the whole job and charges the customer twice. 😬 JobRunr already gives you most of it: jobrunr.io/en/blog/what-is-durable-execution-java/ #Java
Every AI agent demo works perfectly. Then you run one in prod and the "remind me every Monday" job silently never fires. 🤖 The LLM is the easy part. Reliable scheduling, retries & visibility are the hard part: jobrunr.io/en/blog/why-ai-agents-need-background-jobs/ #AI #Java #opensource #LLM
JobRunr 8.6.1 is out. 🛠️ ✅ Multi-master election bug fixed ✅ dataVersion mismatches now log ✅ corePoolSize respected everywhere ✅ Micronaut: schedulers on by default https://github.com/jobrunr/jobrunr/releases/tag/v8.6.1 #Java #Micronaut #SpringBoot #opensource #oss
Your AI assistant inventing JobRunr methods that don't exist? 🤖 We shipped the fix. An MCP server giving Claude / Cursor / Copilot live access to every page of our docs. No more hallucinated APIs. https://www.jobrunr.io/en/mcp/ #Java #SpringBoot #MCP #AI #opensource #oss
Running background jobs on Grails? Two gotchas: 🪤 GORM owns the DataSource, JobRunr's auto-config cannot find it 🪤 Groovy closures ≠ Java SAM lambdas New guide: both fixed, plus a runnable demo. jobrunr.io/en/guides/jvm-frameworks/grails/ #Grails #Groovy #Java #opensource
No exception. No alert. Just silence. 😶 That's how distributed Java hides its worst bugs. The AxonIQ team wrote a guest post on our blog about killing them off. https://www.jobrunr.io/en/blog/axon-framework-jobrunr-pro-eliminate-silent-failures-java/ #Java #SpringBoot #opensource #Axon #oss
JobRunr 8.6.0 is out. 🚀 ✅ JDK 26 compatible ✅ Quarkus 3.33 LTS ✅ SQL table validation: 40 min → 5 sec on huge schemas ✅ Faster recurring jobs ✅ Friendlier Fluent API jobrunr.io/en/blog/jobrunr-v8.6.0/ #Java #SpringBoot #Quarkus #opensource #oss
📰 @infoq.com wrote about ClawRunr (the project we still call JavaClaw). Open-source Java AI agent. Java 25, Spring Boot 4, Spring AI, JobRunr. Runs on your hardware. Scheduling, retries, monitoring built in. https://www.infoq.com/news/2026/05/clawrunr/ #Java #SpringBoot #SpringAI #opensource
Coming from .NET? Looking for Hangfire in Java? Meet JobRunr. Same API. Same concepts: fire-and-forget, delayed, recurring jobs. Plus 8 databases, Spring Boot/Quarkus/Micronaut, carbon-aware scheduling 🌱 jobrunr.io/en/blog/hangfire-for-java/ #Java #dotNET #SpringBoot #opensource
Top 5 questions developers asked our DocsGPT chatbot last quarter. A thread. 👇 #Java #SpringBoot #JobRunr #opensource #oss
☕ At JCon Europe? Grab one of our coffee mugs! After Voxxed Days, we are sponsoring the cups at JCON2026 too. Less waste, better coffee. 🌱 Ronald spoke this morning on Green AI with JobRunr. Come say hi at the hallway track, we brought extra stickers! 🚀 #JCON2026 #Java #carbonaware
We just launched an interactive demo of JobRunr & JobRunr Pro 🏦 21 steps to build a neobank backend - retries, batches, rate limiting, and more. 3-5 min per step. Real patterns. finance.demo.jobrunr.io #Java #SpringBoot #opensource #JobRunr #BackgroundJobs
Background jobs fail silently. No spinner, no error page - just an angry support ticket the next morning. 🚀 New on the blog: logs, metrics, and traces for Java background jobs. jobrunr.io/en/blog/observability-in-java-background-job-processing/ #Java #SpringBoot #opensource #observability #oss
Coming from .NET? Looking for Hangfire in Java? Hangfire was a huge inspiration when creating JobRunr. Same API, same concepts. Fire-and-forget, delayed, recurring. jobrunr.io/en/blog/hangfire-for-java/ #Java #dotNET #SpringBoot #opensource
What. A. Week. 🇳🇱 Still buzzing from Voxxed Days Amsterdam! It was so cool to see everyone rocking our reusable JobRunr coffee mugs 💚☕ And the Lego giveaway winners are in! Picked by a very official duck race 🦆 🥇 Reinout van Schouwen 🥈 Chris van Breeden 🥉 Ivar Grimstad #vdams26
🇳🇱 Are you at Voxxed Days Amsterdam today? Take a picture with your JobRunr Coffee Mug and get a chance to win a Lego set! How to participate? 1) Take a photo with your mug (while using it!) 2) Share it on Li, Bsky or X 3) Tag JobRunr and use the hashtag #vdams26
"AI has made scaffolding infrastructure painfully easy. Add a library, copy the sample config, start the app. Problem solved. Background processing is where that habit creates the most false confidence." Great take by Simanta Sarma on implementing JobRunr in Spring Boot #oss #springboot
Stop Lying to Your Schedulers (Spring Boot 4)
Part of the Stop Lying to your Stack series
levelup.gitconnected.com
Building a Java AI agent doesn't mean starting from scratch. Nicholas D'hondt shows how to leverage existing ecosystem tools and connect them smartly. foojay.io/today/how-we... #Java #AI #GenAI
How We Built a Java AI Agent by Connecting the Dots the Ecosystem Already Had
We built an AI agent runtime in pure Java using Spring AI, Spring Modulith, JobRunr, and Spring Events and called it ClawRunr (aka Javaclaw). Here's how the pieces fit together.
foojay.io
Carbon Aware Job Processing now covers the US 🇺🇸 Add a time margin to your job schedule. JobRunr shifts execution to the lowest carbon intensity window. Same job. Less CO2. One config change. Docs: jobrunr.io/en/documentation/configuration/carbon-aware/ #Java #Sustainability #GreenIT #CarbonAware
Carbon Aware Processing
The simple, open-source Java library for reliable background processing. Never lose a job again. Get a full dashboard, automatic retries, and durable job scheduling backed by your existing database.
jobrunr.io
We built an AI agent runtime in pure Java. Meet JavaClaw: Spring Boot 4, Spring AI, and JobRunr under the hood. Multi channel, multi LLM, runs on your hardware. Open source. Looking for contributors. github.com/jobrunr/javaclaw #Java #SpringBoot #SpringAI #OpenSource #AIAgents
Software = 4% of global CO2. Most background jobs don't care when they run. Shift them to when green energy is available. A few lines of code, zero infra changes 🌱 https://youtu.be/0IC3S6dZgaM #Java #GreenCoding #CarbonAware
Reduce Your Java App's Carbon Footprint in 10 Minutes
Your background jobs don't care when they run, but the planet does.
youtu.be
JobRunr v8.5.0 is out! 🚀 New: External Jobs. Your job waits for an external signal before completing. Webhooks, serverless, manual approvals. + Audit Logging, Kotlin simplification, faster startup. Release Post 👇 www.jobrunr.io/en/blog/jobr... #Java #SpringBoot #Kotlin #opensource #oss