Introduction to Spring Data AOT Repositories
Explore Spring Data AOT Repositories using a simple UserRepository class to demonstrate how Spring Data Repositories worked before and what changes exactly this new feature introdu...
Search fresh public links, source activity, and post angles for Spring Data.
Fresh curated links around Spring Data are collected here so marketers can spot useful updates and turn timely ideas into posts faster.
Recent items include:
Recent curated links from global sources. Generate one free draft from any story, then use SocialBu to schedule and refine your content calendar.
Explore Spring Data AOT Repositories using a simple UserRepository class to demonstrate how Spring Data Repositories worked before and what changes exactly this new feature introdu...
Spring Boot 3 introduced several enhancements for cloud-native and native-image applications. One of the most important optimizations is AOT (Ahead-of-Time) processing. Spring Data...
This article explains how to diagnose and resolve the error “Validation failed for query for method” in Spring Data JPA. The discussion begins with a faulty implementation that tri...
JDBC is still blocking. Hibernate 6 added reactive support through Vert.x. jOOQ is reviewing its ThreadLocal usage for Loom compatibility. Spring Data JDBC gained first-class Intel...
I’ve just released Spring CRUD Generator v1.1.0 — an open-source generator that helps you bootstrap a Spring Boot CRUD backend from a single YAML specification. If you’ve built mor...
Modern APIs often need to support dynamic filtering, sorting, and pagination without creating dozens of custom endpoints. One of the most widely used standards for this is OData (O...
Spring Boot is a widely used framework for building production-ready Java applications with minimal configuration. At the core of Spring Boot lies the concept of Dependency Injecti...
Enterprise applications often require the separation of database workloads to improve performance and scalability. Read operations can be directed to replica databases while a prim...
"Do the simplest thing that could possibly work." — Kent Beck, creator of Extreme Programming and pioneer of Test-Driven Development.
High-volume REST APIs can easily become bottlenecked by database access, leading to high latency and poor throughput. Even after optimizing SQL queries and adding indexes, a databa...
This series covers core JDBC operations from fundamentals to practical patterns. The post JDBC Series first appeared on Baeldung.
In microservices, you’ve likely broken a cold sweat more than once when a request suddenly 'vanishes' the moment it hits a Database or a Message Broker. It is a true operational ni...
Sometimes, in modern backend systems, you need to perform one or more actions after database inserts or updates. You may need to publish to a message broker, send an email, or trig...
Event-driven applications often demand high throughput, reliable delivery and flexible fan out messaging. Each platform in our stack plays a distinct role: Apache Kafka provides a...
There was a flurry of activity in the Spring ecosystem during the week of April 20th, 2026, highlighting the first release candidates of: Spring Boot, Spring Security, Spring Integ...
Caching is one of the most effective techniques for improving the performance of modern Spring applications. Especially in microservice architectures or high-traffic APIs, a well-c...
Traditional CRUD systems store only the current state of an entity. When a record is updated, the previous value is overwritten and lost forever. Event Sourcing inverts this model:...
The Model Context Protocol gives AI models a standardized way to call your services, read your data, and use your tools — all without custom glue code. Here is everything a Java de...
Monitoring Spring Boot Applications with Prometheus and Grafana Spring Boot’s Actuator and Micrometer provide rich metrics that can be scraped by Prometheus and visualized in Grafa...
A series of tutorials on building AI applications with Spring AI. The post Spring AI Series first appeared on Baeldung.
InfoQ recently spoke with key members of the Spring team about the significant architectural and functional advancements in Spring Framework 7 and Spring Boot 4. This conversation...
<div><img width="300" height="157" src="https://blogs.vmware.com/wp-content/uploads/2026/04/vmw-blogtile-illustraion-tanzu-Spring-IO-1.png" c...
The Model Context Protocol finally gives Java a universal plug for AI. Here is how to wire up your first MCP server and client in a Spring Boot application — from scratch, with wor...
Modern data engineering increasingly relies on streaming data, and Databricks Lakeflow provides a metadata-driven way to orchestrate streaming pipelines. Instead of writing imperat...
Use SocialBu to discover ideas, generate post drafts, and schedule them across your social channels.