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
Version: Springboot 3.0.0 the @ConstructorBinding annotation does not work with the Kotlin primary constructor.
The Annotation is written on the class itself and produces the error "This annotation is not applicable to target 'class'".
Azbesciak, oleksiilogvin, felipeanchieta and Biven