Merging more than 8 Monos with Reactor

My current project uses the reactive programming paradigm. I don’t have much experience with it, but over the past months I found my way around it. One service that I’m currently working on needs to retrieve different data from other services to generate an excel export. Every call that the service makes returns a Mono …

Kotlin and Spring: Working with JPA and data classes

This post has originally been published on the codecentric blog. I’ve been looking at Kotlin for a while now and since Spring will support Kotlin as a first class language from version 5 onward I wanted to see how they currently work together. Being a Java programmer you’re probably familiar with the Java Persistence API: …