Jenkins is the most popular open-source automation server written in Java. It has many interesting plugins and features. Today, I'm going to show you one of them - how to…
Jenkins nodes on Docker containers
Java, Spring, Kotlin, microservices, Kubernetes, containers
Jenkins is the most popular open-source automation server written in Java. It has many interesting plugins and features. Today, I'm going to show you one of them - how to…
Apache Karaf is a small OSGi based runtime which provides a lightweight container onto which various components and applications can be deployed. It can be run as a standalone container.…
Apache Camel, as usual, is a step backward in comparison with the Spring framework and there is no difference in the case of microservices architecture. However, Camel have introduced new…
Preface One of the most important aspects to consider when exposing a public access API consisting of many microservices is security. Spring has some interesting features and frameworks which makes…
Spring team has announced support for reactive programming model from 5.0 release. New Spring version will probably be released on March. Fortunately, milestone and snapshot versions with these changes are…
I have already read some interesting articles and books about Continuous Delivery, because I had to setup it inside my organization. The last document about this subject I can recommend is DZone…
An important aspect of Continuous Delivery is a configuration management. Configuration is often stored in the database, especially for more complex business applications. The ability to automatically update changes and…
Docker, microservices, and continuous delivery are increasingly popular topics among modern development teams. Today I'm going to create a simple microservice and show you how to run it in a…