huh, I thought the DSLs would become part of regular Spring Boot?
s
sdeleuze
06/08/2018, 1:43 PM
It is not just about DSL, Spring Boot is currently using JavaConfig for its internals and convention, this is using functional bean definitions and explicit conf.
sdeleuze
06/08/2018, 1:43 PM
Also Spring Fu takes a more opinionated approach that use just a subset of Spring Framework.
p
poohbar
06/08/2018, 2:12 PM
I see
k
kenkyee
06/08/2018, 4:13 PM
will the DSL be folded into Spring Boot as well? Seems like it'd make config simpler than JavaConfig (and more Kotlin idiomatic)
n
napperley
06/08/2018, 11:42 PM
You mean the Kotlin DSL would make things Kotlinic (idiomatic Kotlin/the Kotlin way).
napperley
06/08/2018, 11:53 PM
Under the impression this is Spring's answer to Vert.x and its approach to Kotlin support with APIs.