'Increase in response time on upgrading to spring boot v2.5.12

Recently I upgraded to spring boot v2.5.12 from 2.3.3.release due to vulnerability issues. But I am seeing increase in response time in v2.5.12 by a factor of 2x+ when I make a cassandra db call. If we look into changes that went in v2.5.12 release, I feel it might be due to spring boot's dependency upgrade to Jackson Bom 2.12.6.20220326 but can't say for sure

Can you pls help me in isolating cause of increase in response time after spring boot version upgrade? After we reverted version upgrade changes, response time came back to normal



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source