Skip to main content
← All Tags

Spring

6 articles in this category

AI NewsJavaSpring

Java Enhancements and Spring Updates

Carrier classes might be coming to Java, enhancing data-oriented programming.

Read more
AI NewsJPASpring

Detach and Attach Entity in Spring JpaRepository

Learn how to detach and attach entities in Spring JPA to avoid automatic updates and improve performance, especially in multi-transaction workflows.

Read more
AI NewsTestingSpring

What is @MockitoSpyBean in Spring

Spring Framework 6.2 introduces @MockitoSpyBean to replace @SpyBean, improving proxy safety in tests.

Read more
AI NewsSpringJava

Spring Ecosystem GA Releases: November 2025

Multiple core Spring projects—Boot, Security, GraphQL, and more—reached General Availability in November 2025, bringing support for JDK 17 and Jakarta EE 11.

Read more
AI NewsJavaSpring

JDK 26 to Enforce Immutability of Final Fields

JDK 26’s JEP 500 aims to make 'final' fields truly immutable, ending years of reflection-based modification.

Read more
AI NewsRetrieval-Augmented GenerationSpring

Building a RAG Application with Spring Boot, Spring AI, MongoDB Atlas Vector Search, and OpenAI

This article details the implementation of a Retrieval-Augmented Generation (RAG) application using Spring Boot, Spring AI, MongoDB Atlas Vector Search, and OpenAI. It covers the architecture, implementation details, and potential applications of this technology, highlighting its versatility and adaptability across various industries.

Read more