foojay

More Java From Azul!

Author: Simon Ritter Original post on Foojay: Read More Table of Contents A Little Java History Azul is a company focused purely on Java through builds of OpenJDK, in the form of Platform Core, and our high-performance Java platform (including JVM), Platform Prime.  We build on these with Intelligence Cloud to deliver precise information about security vulnerabilities in running code, unused code and an inventory of all JVMs in use.  When looking at …

Read More »

Spring Boot 4 OpenTelemetry Guide: Metrics, Traces, and Logs Explained

Author: Mahendra Rao B Original post on Foojay: Read More Table of Contents Key TerminologyWhy OpenTelemetry?Step-by-Step Guide Testing with Docker Compose Conclusion References In my previous article, I outlined a comprehensive list of features introduced in Spring Framework 7 and Spring Boot 4. In this series of articles, we will explore these features in detail using a pragmatic approach. In this …

Read More »

Optimizing MongoDB Queries in Java Applications

Author: Farhan Hasin Chowdhury Original post on Foojay: Read More Modern Java applications often struggle with performance bottlenecks that have little to do with the JVM itself. In most cases, the culprit lies deeper in how the application interacts with its database. Slow queries, missing indexes, or inefficient access patterns can quietly degrade user experience, increase latency, and inflate infrastructure …

Read More »

JC-AI Newsletter #11

Author: Miro Wengner Original post on Foojay: Read More Fourteen days have passed, and it is time to present a fresh collection of readings that could influence developments in the field of artificial intelligence. This newsletter explores the evolution of agentic AI systems, provides valuable insights into the Chain-of-Thought (CoT) approach, Vibe coding, and discusses the pattern-matching capabilities of LLMs. …

Read More »

The 5 Knights of the MCP Apocalypse 😱

Author: Jonathan Vila Original post on Foojay: Read More Table of Contents 1. The “My Prompt is Leaking Secrets” Problem 2. The “Is My Server a Double Agent?” Problem 3. The “Black Box of Vulnerabilities” Problem 4. The “Context Pollution and Poisoning” Problem 5. The “Too Many Cooks” Problem (MCP Sprawl) Final Check: You’re an Auditor Let’s talk about that …

Read More »

BoxLang v1.8.0 : Revolutionary HTTP Client, SOAP Integration, and Production-Grade Stability

Author: Cristobal Escobar Original post on Foojay: Read More Table of Contents What’s New in 1.8.0 Modular Compiler Architecture & Ultra-Slim Runtime 1. boxlang – Full Development Runtime 2. boxlang-noop – Secure Production Runtime 1. bx-compiler-asm – ASM Bytecode Compiler (Recommended) 2. bx-compiler-java – Java Source Compiler Revolutionary HTTP Client – Modern, Fluent, and Powerful SOAP/WSDL Client Integration – Web …

Read More »

Java, What’s Old? Part III: I/O

Author: Anthony Goubard Original post on Foojay: Read More Table of Contents ScannerMappedByteBufferRandomAccessFileLineNumberReaderConclusion After Java, What’s Old? Part I: Collections and Java, What’s Old? Part II: Utils, let’s now have a look at less-known old input/output classes of the JDK that can still be useful. Everything in this series will be in Java 8 and later, so after reading this …

Read More »

How CodeRabbit’s Agentic Code Validation helps with code reviews

Author: Ewa Szyszka Original post on Foojay: Read More Table of Contents From PRD to PR in days (not weeks)The AI-generated code crisis nobody’s talking aboutWhy did reasoning models change everything?What makes review more “agentic”?How CodeRabbit closes the AI code trust gap The 2025 Stack Overflow survey reveals a paradox: while 84% of developers express confidence in adopting AI tools, nearly half …

Read More »