mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
2b7f88ee44
As of gh-33616, Spring now supports metadata reading with the ClassFile API on JDK 24+ runtimes. This commit fixes a bug where `ArrayStoreException` were thrown when reading annotation attribute values for arrays. Fixes gh-35252