In this article, you'll learn how to build a REST API using Apache Camel on top of Quarkus. We'll cover the Camel REST DSL with the platform-http component, data persistence…
Quarkus REST with Apache Camel and Keycloak
Java, Spring, Kotlin, microservices, Kubernetes, containers
In this article, you'll learn how to build a REST API using Apache Camel on top of Quarkus. We'll cover the Camel REST DSL with the platform-http component, data persistence…
This article explains how to use Spring Boot built-in API versioning feature to expose different versions of REST endpoints. This is one of the most interesting updates introduced with Spring…
This article will teach you how to build microservices with Spring Boot 3 and the Spring Cloud components. It's a tradition that I describe this topic once a new major…
In this guide, you will learn how to implement the most popular Java microservices patterns with the MicroProfile project. We'll look at how to create a RESTful application using JAX-RS…
Quarkus is a lightweight Java framework developed by RedHat. It is dedicated for cloud-native applications that require a small memory footprint and a fast startup time. Its programming model is…
I have already written about documentation for microservices more than two years ago in my article Microservices API Documentation with Swagger2. In that case, I used project SpringFox for auto-generating…