Explore all the new features and changes introduced in Java 25.
Also find me here:
Baeldung Author
Thiago dos Santos Hora
I've been working with Information Technology since 2010 in the software development area, exercising tasks in every phase of the process of building and implanting a project (analysis requirements, specification, architecture, development, test, implementation, training, support and maintenance). I've always been very interested in software architecture, and that's where I look forward to searching and improving my knowledge (perhaps my greatest passion in Information Technology).
Here's what I've written (so far):
Baeldung on Java
- All
- Data (3)
- Java (2)
- Architecture (2)
- Spring WebFlux (1)
- Spring Persistence (1)
- Spring Cloud (1)
- Security (1)
- Reactive (1)
- REST (1)
- NoSQL (1)
- Jakarta EE (1)
- DevOps (1)
- Core Java (1)
- Artificial Intelligence (1)
How to Connect Kafka with ElasticSearch
Filed under Data
Learn how to connect Apache Kafka to ElasticSearch using the Kafka Connector Sink.
Working With Reactive Kafka Stream and Spring WebFlux
Filed under Reactive, Spring WebFlux
Learn to integrate Reactive Kafka Streams with Spring WebFlux to enables fully reactive, scalable, data-intensive pipelines for real-time processing.
Leveraging Quarkus and LangChain4j
Filed under Artificial Intelligence
Learn how combination of Quarkus and LangChain4J brings efficiency to the table for the development of AI systems using Java.
Blazing Fast Serialization Using Apache Fury
Filed under Data
Learn about Apache Fury, an incubating project under the Apache Software Foundation.
Role-Based Access Control in Quarkus
Filed under Security
Explore the RBAC system and learn how to leverage the Quarkus framework to implement it.
Global Exception Handling with Spring Cloud Gateway
Filed under Spring Cloud
Explore the nuances of implementing a global exception-handling strategy within Spring Cloud Gateway, delving into its technicalities and best practices.
API Versioning in Micronaut
Filed under REST
Learn how to implement API versioning with Micronaut.
A Guide to ShardingSphere
Filed under Data
Learn the first steps using ShardingSphere.
Baeldung on SQL
- All
- Database Access (1)
What Causes “Lock wait timeout exceeded” Error in MySQL?
Filed under Database Access
Learn about locks in MySQL, understand how they work and when they cause the “Lock wait timeout exceeded” error.