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
Baiscally, the ReflectivePropertyAccessor is now looking for an interface for a method if it exists, and returning the interface method instead of the concrete one. In doing this, if the implementer has an annotation(in my case DateTimeFormat) it gets ignored, as the TypedValue returned is now based solely on the interface.
changed the title [-]Conversion Service now missing annotations on Concrete Implementations[/-][+]SpEL ReflectivePropertyAccessor: ConversionService missing annotations on concrete implementations[/+]on Jun 28, 2019
Activity
[-]Conversion Service now missing annotations on Concrete Implementations[/-][+]SpEL ReflectivePropertyAccessor: ConversionService missing annotations on concrete implementations[/+]Expose implementation method for annotation introspection purposes