Provide insight of singleton instance [SPR-15625] #20184
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Rocky Shang opened SPR-15625 and commented
spring-bean exposes beans information through LiveBeansView. But there is no such info for instance level.
Since fields can be inject or not if they are annotated by (
@autowired
required=false)At runtime, we should know whether all fields are inject as the behavior may be different for that instance.
Affects: 4.3.8
The text was updated successfully, but these errors were encountered: