mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
29303ef591
With this change the MapAccessor now extends CompilablePropertyAccessor rather than just PropertyAccessor. This means that any expression that ends up using the MapAccessor is now compilable for fast performance. Issue: SPR-13638