mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 01:19:02 +00:00
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