Closed
Description
Jorg Heymans opened SPR-10057 and commented
AbstractApplicationEventMulticaster.getApplicationListeners calles OrderComparator.sort at the end, but this sort only takes into account the Ordered interface which listeners are then forced to implement. It would be nice to be able to instead be able to use @Order
on the listener.
Affects: 3.1.3
Issue Links:
- Support @Order on ApplicationListeners [SPR-12410] #17018 Support
@Order
on ApplicationListeners ("duplicates")