Files
spring-framework/spring-context/src/test/java/org/springframework
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
..
2023-10-23 17:34:45 +02:00
2023-10-30 15:05:20 +01:00
2023-07-11 18:01:07 +02:00
2023-07-19 01:25:20 +02:00
2023-03-13 21:53:40 +01:00