spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Add fast-path for no-args constructor in BeanUtils.instantiateClass

Open stsypanov opened this issue 5 years ago • 2 comments

For the cases when constructor has no args we could have fast-paths which is likely to improve start-up time as BeanUtils.instantiateClass is called at least once for each bean instantiation in application context.

stsypanov avatar Nov 29 '19 15:11 stsypanov

@sdeleuze Could you have a look into this?

stsypanov avatar Sep 02 '21 09:09 stsypanov

@sdeleuze is there anything I could do about this PR?

stsypanov avatar Sep 15 '22 09:09 stsypanov