diesieben07
05/06/2018, 2:20 PMnfrankel
05/06/2018, 2:22 PMdiesieben07
05/06/2018, 2:24 PMinterface UserField
data class User(val id: UUID, val name: String, val fields: List<UserField>)
data class UserBirthday(val birthday: LocalDate) : UserField
Thoughts?nfrankel
05/06/2018, 2:25 PMdiesieben07
05/06/2018, 2:26 PMnfrankel
05/06/2018, 2:29 PMThat’s why I am askingi prefer to make sure cultural gap and all so here it is: to me, it feels like over-engineering i’m a “keep it simple and stupid”-kind of guy so custom serializer is good enough
diesieben07
05/06/2018, 2:30 PMnfrankel
05/06/2018, 2:31 PMdiesieben07
05/06/2018, 2:34 PMkenkyee
05/06/2018, 2:37 PMkenkyee
05/06/2018, 2:38 PMdiesieben07
05/06/2018, 2:42 PMkenkyee
05/06/2018, 4:11 PMnfrankel
05/06/2018, 4:14 PMkenkyee
05/06/2018, 5:47 PMkenkyee
05/06/2018, 5:50 PMtomtau
05/07/2018, 7:25 AMoshai
05/07/2018, 7:27 AMtomtau
05/07/2018, 7:27 AMoshai
05/07/2018, 11:44 AMmichael salmon
05/11/2018, 6:25 PMmichael salmon
05/11/2018, 6:27 PMecampolo
05/12/2018, 1:07 AMmichael salmon
05/12/2018, 4:09 AMmichael salmon
05/12/2018, 5:58 AMmichael salmon
05/12/2018, 5:59 AMsdeleuze
05/12/2018, 1:44 PMsdeleuze
05/12/2018, 1:45 PMWebTestClient
being usable with Kotlinsdeleuze
05/12/2018, 1:46 PMspring-kotlin-functional
has been updated to use it, see https://github.com/sdeleuze/spring-kotlin-functional/blob/master/src/test/kotlin/functional/IntegrationTests.kt for standalone and https://github.com/sdeleuze/spring-kotlin-functional/blob/boot/src/test/kotlin/functional/IntegrationTests.kt for Boot version.nfrankel
05/13/2018, 5:29 PM@Scheduled
annotation?
in other words, does the beans().initialize()
method kick-off any annotation scan?
how do you pass dependencies in your bean()
methods if they are not bean dependency?