You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 3.1.6 version of the project, I've found a performance issue around AxiomUtils class.
If Axiom library version is 1.2, org.springframework.ws.soap.axiom.support.AxiomUtils.AXIOM14_IS_PRESENT check always scan claspath without caching the value.
When I analyze application via JProfiler, see a lot of threads blocked on class lookup:
Hi,
In 3.1.6 version of the project, I've found a performance issue around AxiomUtils class.
If Axiom library version is 1.2, org.springframework.ws.soap.axiom.support.AxiomUtils.AXIOM14_IS_PRESENT check always scan claspath without caching the value.
When I analyze application via JProfiler, see a lot of threads blocked on class lookup:
Caching the value reduces latency two times, by making concurrent requests.
I'll open a pr with the fix.
Thanks,
Artyom
The text was updated successfully, but these errors were encountered: