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
Comment From: sbrannen
Closing since LiveBeansView
is now deprecated (see #25820).