Add Kotlin data class components support to BindingReflectionHintsRegistrar
#29316
Labels
theme: aot
An issue related to Ahead-of-time processing
theme: kotlin
An issue related to Kotlin support
type: enhancement
A general enhancement
Milestone
BindingReflectionHintsRegistrar
currently does not add reflection entries for Kotlin data class components.With this kind of repository and data class:
The following error is visible at startup:
It should be tested in https://github.com/spring-projects/spring-aot-smoke-tests and work out of the box.
The text was updated successfully, but these errors were encountered: