yann.cebron
04/05/2016, 4:31 PMtronok
04/05/2016, 4:33 PMyann.cebron
04/05/2016, 4:35 PMyann.cebron
04/05/2016, 4:35 PMtronok
04/05/2016, 4:40 PMtronok
04/05/2016, 4:42 PMjasper
04/08/2016, 3:31 PM{{some.property}}
and the template for config Spring+Kotlin?rocketraman
04/13/2016, 5:12 PMdh44t
04/13/2016, 11:05 PMdh44t
04/13/2016, 11:07 PMrocketraman
04/13/2016, 11:14 PMrequired = false
on @RequestParam
):
@RequestParam code: Optional<String>
Shouldn't Spring similarly be able to apply the same logic to:
@RequestParam code: String?
dh44t
04/13/2016, 11:17 PMdh44t
04/13/2016, 11:18 PMdh44t
04/13/2016, 11:18 PMdh44t
04/13/2016, 11:19 PMdh44t
04/13/2016, 11:20 PMdh44t
04/13/2016, 11:21 PMdh44t
04/13/2016, 11:21 PMsdeleuze
04/14/2016, 8:22 AMspring-kotlin
projects, see https://jira.spring.io/browse/SPR-14165?focusedCommentId=128708&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-128708 for more detailssdeleuze
04/14/2016, 8:25 AMspring-kotin
goal is to be a first step before an eventual integration as an official https://github.com/spring-projects project, could we work together to integrate some (not all) KotlinPrimavera functionalities ?dh44t
04/14/2016, 10:44 AMnfrankel
04/14/2016, 12:22 PMcesards
04/14/2016, 12:55 PMlngrhns
04/18/2016, 8:31 PMBean property 'rating' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?
and assume that's because the generated getter and setter names don't follow the getRating / setRating
naming scheme?lngrhns
04/18/2016, 8:32 PMclass Config() {
var rating = ""
get set
constructor(rating: String): this() {
this.rating = rating
}
}
lngrhns
04/18/2016, 8:48 PMnfrankel
04/19/2016, 11:52 AMclass Config(var rating:String)
wengych
04/20/2016, 10:07 AMpivotaljohn
04/23/2016, 4:43 PMaaverin
04/24/2016, 9:09 AM