You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
I had to revert the switch of KotlinDetector to build time init, because when Kotlin reflection detection works correctly, more reflection is needed (error message like Class com.example.webmvc.Bar[] is instantiated reflectively but was never registered).
Short term we should probably add the related reflection entries, middle term we should probably perform Kotlin reflection at build time via implementing spring-projects/spring-framework#21546.
The text was updated successfully, but these errors were encountered:
I had to revert the switch of
KotlinDetector
to build time init, because when Kotlin reflection detection works correctly, more reflection is needed (error message likeClass com.example.webmvc.Bar[] is instantiated reflectively but was never registered
).Short term we should probably add the related reflection entries, middle term we should probably perform Kotlin reflection at build time via implementing spring-projects/spring-framework#21546.
The text was updated successfully, but these errors were encountered: