https://kotlinlang.org logo
Title
v

vemilyus

08/21/2018, 7:39 PM
Quick tip for you guys: When using coroutines in a Spring
@Component
always make sure that the class implements some interface. The Spring CGLib Enhancer messes stuff up and causes hard to find `NullPointerException`s.
👍 1
o

orangy

08/21/2018, 8:48 PM
Did you file an issue?
d

danny

08/21/2018, 9:23 PM
The spring plugin from all-open should fix that - that’s usually non-open members not being able to be proxied
h

hho

08/22/2018, 8:23 AM
we also have a dedicated #spring channel 🙂