spring-framework/spring-context/src
Stéphane Nicoll ec905cb073 Share internal StandardExecutionContext delegates
This commit makes sure that the per-operation execution context for
caching and event listening does not recreate the default internal
delegates, but rather get initialized with a shared state.

This reduces the number of instances created per operation execution,
reducing the GC pressure as a result. This also makes sure that any
cache, such as the one in StandardTypeLocator, is reused.

Closes gh-31617
2023-11-19 17:18:42 +01:00
..
jmh/java/org/springframework/context Early removal of 5.x-deprecated code 2021-11-18 09:18:06 +01:00
main Share internal StandardExecutionContext delegates 2023-11-19 17:18:42 +01:00
test Share internal StandardExecutionContext delegates 2023-11-19 17:18:42 +01:00
testFixtures/java/org/springframework/context/testfixture Apply SingleSpaceSeparator Checkstyle module 2023-10-22 14:09:57 +02:00