Best of Foojay.ioDecember 2025

  1. 1
    Article
    Avatar of foojayioFoojay.io·25w

    Building Systems That Know Why They Exist ~ When Data, Logic, and Intent Finally Align

    Requirements-as-Code (RaC) is an engineering discipline that treats requirements and business rules as executable data models rather than static documentation. By storing requirements as structured, versioned data in systems like MongoDB, software can maintain a living connection to its original intent throughout its lifecycle. This approach enables systems to interpret documented purpose at runtime, validate behavior against intent, and maintain semantic alignment between what software does and what it was meant to do. When combined with AI for natural language compilation, RaC creates systems that don't just execute code but understand why they exist.

  2. 2
    Article
    Avatar of foojayioFoojay.io·25w

    Java 25: What’s New?

    Java 25 is the new Long-Term Support release featuring 18 JEPs. Key additions include PEM format support for cryptographic objects, Stable Values API for lazy initialization, JFR enhancements with CPU-time profiling and method timing/tracing, and improved AOT capabilities with method profiling. Several preview features graduate to standard including Scoped Values, Module Import Declarations, and Compact Source Files. The release removes 32-bit x86 support and includes performance optimizations like improved String hashcode handling and new security algorithms.

  3. 3
    Article
    Avatar of foojayioFoojay.io·24w

    OpenTelemetry Guide

    Spring Boot 4 introduces native OpenTelemetry support through a single starter dependency, simplifying observability implementation. The guide covers configuring metrics, traces, and logs using the OTLP protocol, including step-by-step setup with Micrometer integration, Logback appender configuration, and Docker Compose testing with Grafana. This eliminates the need for multiple dependencies and Java agents required in Spring Boot 3, while providing seamless integration with GraalVM and AOT compilation.