Optimizing Spring Integration Tests at Scale
1. Introduction Sprint Boot is a popular Java framework that provides a rich platform for integration testing. It’s…
Fluent setter: breaking the convention
What if we implement a fluent Interface, whereby the setter method returns this instead of void? Now, let’s rewrite a standard piece…
How to Speed up Maven Builds
As a Maven project grows in size, the question of build speed and test execution time becomes more…