mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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