Creating a Consumer-Driven Contract with Feign and Pact
Consumer-driven contract tests are a technique to test integration points between API providers and API consumers without the hassle of end-to-end tests (rea...
Consumer-driven contract tests are a technique to test integration points between API providers and API consumers without the hassle of end-to-end tests (rea...
Believing Roy Fielding, who first coined the REST acronym, you may call your API a REST API only if you make use of hypertext. But what is hypermedia? This a...
Every software project comes to a point where the code should be broken up into modules. These may be modules within a single code base or modules that each ...
In previous articles, I discussed how to publish snapshots to oss.jfrog.org and how to publish releases to Bintray using Gradle as a build tool. While this...
Consumer-driven contract tests are a technique to test integration points between API providers and API consumers without the hassle of end-to-end tests (rea...
A few months ago I was asked to find a solution for starting and stopping a Spring Boot application under Windows automatically together with the computer th...
Consumer-driven contract tests are a technique to test integration points between API providers and API consumers without the hassle of end-to-end tests (rea...
Consumer-driven contract tests are a technique to test integration points between API providers and API consumers without the hassle of end-to-end tests (rea...
“Release early, release often”. This philosophy should be a goal for every software project. Users can only give quality feedback when they have early acces...
One of the most fulfilling things in developing an open source project is getting feedback from the users of your project. To give feedback, the users need t...