mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit removes JSpecify (TYPE_USE) annotations on org.hamcrest.Matcher parameters to prevent a related "Cannot attach type annotations" error when Hamcrest (optional dependency) is not in the classpath with Java > 22. Closes gh-35666