Change MultiValueMap to extend Map<K, List<? extends V>> #24840
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: declined
A suggestion or change that we don't feel we should currently apply
If we change MultiValueMap to wildcard the List type it extends then this code will compile
This will allow us to clear up some warnings in the openapi-generator (OpenAPITools/openapi-generator#5782)
The text was updated successfully, but these errors were encountered: