Recently, I have come across some articles and mentions about Spring REST Docs, where it has been presented as a better alternative to traditional Swagger docs. Until now, I was…
Java, Spring, Kotlin, microservices, Kubernetes, containers
Recently, I have come across some articles and mentions about Spring REST Docs, where it has been presented as a better alternative to traditional Swagger docs. Until now, I was…
Consumer Driven Contract (CDC) testing is one of the methods that allows you to verify integration between applications within your system. The number of such interactions may be really large…
Blockchain is one of the buzzwords in the IT world during some last months. This term is related to cryptocurrencies, and was created together with Bitcoins. It is decentralized, immutable…
In this article I'm going to show you how to set up a continuous delivery environment for building Docker images of our Java applications on the local machine. Our environment…
Today I came across an interesting solution for managing Spring Boot applications locally - Trampoline. It is rather a simple product, that provides a web console allowing you to start,…
I had a touch with the Arquillian framework for the first time when I was building the automated end-to-end tests for JavaEE based applications. At that time testing applications deployed…
How many of you have never encountered a crash or a failure of your systems in a production environment? Certainly, each one of you, sooner or later, has experienced it.…
Building a standard, not secure discovery mechanism with Spring Cloud Netflix Eureka is rather an easy thing to do. The same solution built over secure SSL communication between discovery client…
In this article, I'm going to show you how to deploy your Java applications on OpenShift (Minishift), and connect them with other services running there. We will also learn how…