Looks like change in databind for:
FasterXML/jackson-databind#5272
broke Kotlin modules DslTest
. I suspect change for Collection<JacksonModule>
return type to Stream<JacksonModule>
should be simple, but my Kotlin skills are bit lacking (I'll see what ChatGTP says tho).
cc @k163377