Read More ...
In an earlier article on the OpenAPI design-first approach
I compared openapi-generator and swagger-codegen. Now I’m revisiting the topic
by adding the Quarkus OpenAPI Generator to the comparison.
Read More ...
Read More ...
You’re given the task of writing a microservice AND providing a documentation in OpenAPI format. You already know that there are two main approaches:
- code-first : write the code, using OpenAPI annotations, and then generate the OpenAPI document
- design-first : write the OpenAPI document (a.k.a. the
openapi.yamlfile) and then generate the code
This is the second article in a series and reviews the design-first approach, the code-first approach was the subject of the first article.
Read More ...
You’re given the task of writing a microservice AND providing a documentation in OpenAPI format. You already know that there are two main approaches:
- code-first : write the code, using OpenAPI annotations, and then generate the OpenAPI document
- design-first : write the OpenAPI document (a.k.a. the
openapi.yamlfile) and then generate the code
This article reviews the code-first approach, the design-first approach will follow in a second article at a later time.
Read More ...
Compares Wildfly 28 and Quarkus 3 with respect to their support for
Jakarta EE 10 and Microprofile 6
Read More ...
Read More ...
Testcontainers’ Ryuk container and a workaround for better collaboration with old Docker versions
Read More ...
Read More ...