Map injection doesn't honor @Order
#34688
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: superseded
An issue that has been superseded by another
I'm not saying it's a bug because the Javadoc of
@Order
mentions collection but not map injection, since theserviceMap
is aLinkedHashMap
not aHashMap
, I think it's better to keep the same order, but my test shows the order is declaration order.The text was updated successfully, but these errors were encountered: