mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
c5f0f7bb11
After this commit, DisposableBeanAdapter can find destruction related methods even when hints are just specified at interface level, which is typically the case when a bean is exposed via one of its interfaces. Closes gh-29545