Recent Posts

JavaFX Links of June 2026

Author: Frank Delporte Original post on Foojay: Read More Here are the JavaFX LinksOfTheMonth of June 2026. You can find the weekly lists on jfx-central.com. Did we miss anything? Is there anything you want to have included in one of the next overviews? Let us know via links@jfx-central.com. Core Message by Johan Vos: “I’ve spent most of today (and the …

Read More »

7 New Vulnerabilities in Jackson in One Day: This Is What AI-Assisted Security Research Looks Like

Author: Steve Poole Original post on Foojay: Read More Quick version check: the affected range for all seven is broadly >=2.10.0 =2.19.0 =3.0.0 <3.1.4 — with some CVEs affecting narrower ranges. If you’re on a supported release, upgrade to 2.18.8, 2.21.4, or 3.1.4. If you’re on an EOL line — 2.13.x, 2.14.x, 2.15.x — jump to the bottom of the …

Read More »

Building an AI-Powered Operations Assistant with Spring AI and MongoDB Atlas — Part 3: Stateful Workflows and Human-in-the-Loop

Author: Matteo Rossi Original post on Foojay: Read More This is the third and final article in the series. Part 1 covered the RAG foundation — loading runbooks into a vector store and grounding model answers in real documentation. Part 2 added short-term and long-term conversational memory. This article introduces stateful workflow checkpointing, tool calls, and a pause/resume mechanism that …

Read More »