-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Open
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: blockedAn issue that's blocked on an external project changeAn issue that's blocked on an external project changetheme: kotlinAn issue related to Kotlin supportAn issue related to Kotlin supporttype: enhancementA general enhancementA general enhancement
Milestone
Description
kotlin-reflect
is a big 2 MB JAR, producing important CPU and memory spikes at startup on the JVM.
It would be interesting to explore if it could be replaced by a lighter incarnation like https://github.com/Kotlin/kotlinx.reflect.lite or use kotlinx-metadata-jvm
at build time to generate some kind of reflection index. jackson-module-kotlin
should also work with similar approach (not blocking now that we have Kotlin Serialization support).
kenyee, rjaros, spencergibb, aneveu, saharathkleips and 54 more
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: blockedAn issue that's blocked on an external project changeAn issue that's blocked on an external project changetheme: kotlinAn issue related to Kotlin supportAn issue related to Kotlin supporttype: enhancementA general enhancementA general enhancement