ulisesbocchio / jasypt-spring-boot

Jasypt integration for Spring boot
MIT License
2.91k stars 521 forks source link

Ten times the performance loss of HTTP requests #322

Open zslsc18 opened 2 years ago

zslsc18 commented 2 years ago

version:3.0.3

description: every http request calls the RefreshScopeRefreshedEventListener.isAssignable()-> Class.forName several times , In the high concurrency environment, the method runs very slowly.

advice: RefreshScopeRefreshedEventListener check the RefreshScopeRefreshedEvent is in the spring context, and just watch refresh events。