spring-framework/spring-expression/src
Sam Brannen 10de295a72 Document StandardTypeLocator configuration to support user types
Prior to this commit, it was unclear to users and third parties that it
is necessary to manually configure a StandardTypeLocator with a
specific ClassLoader to ensure that the SpEL expression parser is able
to reliably locate user types.

For example, the StandardBeanExpressionResolver in the spring-context
module configures a StandardTypeLocator using the bean ClassLoader of
the corresponding BeanFactory.

This commit improves the documentation to raise awareness of this fact.

Closes gh-26253
2023-09-08 17:19:51 +02:00
..
jmh/java/org/springframework/expression/spel Rewrite "performance" test to JMH benchmarks 2020-09-25 13:43:38 +02:00
main/java/org/springframework/expression Document StandardTypeLocator configuration to support user types 2023-09-08 17:19:51 +02:00
test Consistently throw ParseException instead of IllegalStateException 2023-08-23 18:50:52 +02:00