mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
79795c8e09
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