Ensuring Test Coverage Using ArchUnit
A simple approach to method coverage in Spring Boot through naming conventions

Search for a command to run...
Articles tagged with #springboot
A simple approach to method coverage in Spring Boot through naming conventions

Ensuring schema consistency when adding new tenants

Why do we need error handling? Error! It is a well-known creature by users of every application developed in the world and by every I mean it :D It's an inseparable part of any application - so let's face it! We cannot avoid errors since not everythi...
showing two cases: 1. concurrent database transactions & 2. concurrent long (UI) conversations
If you haven’t read it yet, it’s probably a good idea to read part 1 of this post-series first. From now on we’ll assume that we remember roughly what part 1 was about. As a refresher, here’s one of the main points again: What is Propagation.REQUIRE...

Databases and Transactions are great, Spring is great, Kotlin/Java are great (ofc. Kotlin is better 😉), simplifying transaction-handling is great. But as we all know, simplifying things almost always creates some new pitfalls if the things that were...
