Weekly Java Digest: Spring and Java Updates

This week in the Java ecosystem, we have exciting releases from the Spring Framework, updates to IntelliJ IDEA, and significant announcements about the Java platform just in time for Java’s 30th birthday. Let’s dive into the latest and greatest!

Spring Framework & Ecosystem Updates

  • Spring Cloud 2025.0.0 Released
    The Spring team has announced the release of Spring Cloud 2025.0.0 (aka Northfields), bringing new features and enhancements to make cloud-native development even smoother. Read more.

  • Spring Cloud Gateway Updates
    Several versions of Spring Cloud Gateway (3.1.10, 4.0.12, 4.1.8, 4.2.3, and 4.3.0) have been released, addressing critical vulnerabilities, including CVE-2025-41235. Read more.

  • Spring Modulith Releases
    Spring Modulith has introduced its GA version 1.4 along with updates to 1.3.6 and 1.2.13, enhancing modularity in Spring applications. Read more.

Java Platform & JDK News

  • Java at 30: A Retrospective
    As Java celebrates its 30th birthday, a retrospective highlights its significant impact on the tech landscape and what the future may hold. Read more.

  • JEP 510: Key Derivation Function API
    A new JEP targeted for JDK 25 introduces a Key Derivation Function API, aimed at enhancing security features in Java applications. Read more.

  • Pattern Matching Enhancements
    Pattern matching in Java is set to improve code quality and API design, making it easier for developers to write cleaner code. Read more.

Tooling, IDEs, & Developer Experience

  • IntelliJ IDEA 2025.2 Early Access Program
    JetBrains has opened the Early Access Program for IntelliJ IDEA 2025.2, allowing developers to test upcoming features and improvements. Read more.

  • IntelliJ IDEA 2025.1.1 Released
    The latest update for IntelliJ IDEA, version 2025.1.1, brings various enhancements and bug fixes to improve the developer experience. Read more.

  • Building Cloud-Ready Apps Locally
    A new article discusses how to build cloud-ready applications locally using Spring Boot, AWS, and LocalStack, providing practical insights for developers. Read more.

  • IntelliJ IDEA and Model Context Protocol
    The introduction of Model Context Protocol in IntelliJ IDEA 2025.1 aims to enhance the IDE’s capabilities for managing context in applications. Read more.

Updated: