Description
Benjamin Diedrichsen opened SPR-10633 and commented
There is a lot of discussion about whether Spring will support/integrate with CDI in the future and quite some blogs that offer hand-made solutions for making Spring partly CDI aware.These posts focus mainly on DI and bean scopes.
One thing that I really miss in Spring is the eventing (specifically the transaction-aware/conditional)listeners.
As the creator of MBassador (a light-weight event/message bus) I tried to come up with a solution for that specific functionality. It works pretty well for my use cases so far and there is room for extension. I just wanted to get some feedback whether this is considered a valuable addition. Maybe I could get some support/ideas on how to extend and best integrate it with existing spring components.
Please have a look at https://github.com/bennidi/mbassador-spring
Issue Links:
- Add support for transaction bound application events [SPR-12080] #16696 Add support for transaction bound application events ("duplicates")