mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
22adccd190
CacheAspectSupport currently contains a protected methodIdentification() method which is not used internally within the framework, and it appears that it was accidentally copied from TransactionAspectSupport when the caching support was first introduced. In light of that, this commit deprecates it for removal in 7.1. Closes gh-36576