spring-projects / spring-projects/spring-framework
Introduce `KotlinUtils`
@sdeleuze is already working on this.
Since Oct 1, 2024.
- Dominant language
- Java
- Stars
- 60.2k
- Forks
- 38.8k
- Avg merge
- 5d 2h
- Merged PRs (30d)
- 27
Description
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 https://github.com/spring-projects/spring-boot/issues/41693.
Spring Data has a also lot of Kotlin related infrastructure that could be shared as well.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.