Getting started with Spring and Coroutines - Part 3
Things that don't work (Annotation magic)
Oct 13, 20224 min read838

Search for a command to run...
Articles tagged with #spring
Things that don't work (Annotation magic)

Reactive to blocking

No matter if you follow the classical test pyramid or one of the newer approaches like the Testing Honeycomb you should start writing integration tests at some point during development.There are different types of integration tests you can write. Sta...
Since I started to deep dive into OSGi I was wondering more and more how frameworks that have some way of extension mechanism, e.g. Apache Camel where you can define your own endpoint or the Eclipse IDE with its plugins, handle finding and instantiat...