mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
16b189cc1a
This commit introduces failing (but currently disabled) test cases in HandlerMethodAnnotationDetectionTests that attempt to reproduce the scenario described in SPR-9517. See: ParameterizedSubclassDoesNotOverrideConcreteImplementationsFromGenericAbstractSuperclass Furthermore, this commit also introduces passing tests cases for a similar scenario. See: ParameterizedSubclassOverridesDefaultMappings Issue: SPR-9517