Introduce KotlinUtils
#33630
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: kotlin
An issue related to Kotlin support
type: enhancement
A general enhancement
Milestone
Kotlin support has grown organically both in Spring Framework and other Spring portfolio projects, the set of features required portfolio wide is now pretty stabilized but there is a lack of reuse with related maintainability challenges.
For example, the logic Kotlin logic in
InvocableHandlerMethod
is involved, duplicated on WebFlux side, and required on Spring Boot side for features like configuration property binding to a Kotlin value class as described in spring-projects/spring-boot#41693.Spring Data has a also lot of Kotlin related infrastructure that could be shared as well.
The text was updated successfully, but these errors were encountered: