Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Refactor code to avoid frequent lookup of Service MutationExecutorService
Description
The newly introduced Service MutationExecutorService is frequently looked up at runtime; we need to refactor this to avoid it become a scalability concern.
The newly introduced Service
MutationExecutorService
is frequently looked up at runtime; we need to refactor this to avoid it become a scalability concern.Related to https://hibernate.atlassian.net/browse/HHH-16629