spring-framework/spring-expression/src
Sam Brannen 310344cf61 Increase max regex length in SpEL expressions
This commit increases the max regex length in SpEL expressions from 256
to 1024 in order to support use cases where a regex may be rather long
without necessarily increasing the complexity of the regex.

Closes gh-30265
2023-04-06 17:53:03 +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 Increase max regex length in SpEL expressions 2023-04-06 17:53:03 +02:00
test Increase max regex length in SpEL expressions 2023-04-06 17:53:03 +02:00