Recent Posts

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 »

Endive 1.0 Is Here: Wasm on the JVM Ships Under the Bytecode Alliance

Author: Andrea Peruffo Original post on Foojay: Read More A few weeks ago, we wrote about a new generation of Java libraries powered by WebAssembly. SQLite, QuickJS, Protocol Buffers, the Ruby Prism parser, all compiled to Wasm and shipped as regular JARs. No JNI, no platform-specific binaries. Wasm as an implementation detail. Today, the runtime that makes it all work …

Read More »