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
During the review of #2079 it became clear that Spel expressions once evaluated should also pass through the standard conversion.
One typical use case is that a query takes an entity as argument and Spel is used to extract the various members, which might have a custom WriteConversion associated. Such conversion should then get applied.