v3.0.0
version 3.0.0 is here. The event bus has been completely overhauled, and is now more oriented to using generics and typing and compile type. Notable changes are
- Removal of all annotations related to event binding, everything is now done through the
Handler<T>
interfance - Deletion of legacy mongodb backing bus implementation
- Update of rabbitmq implementation to allow for inheritance by using the memory bus internally
- 80%+ test coverage metrics
- Reduction of code complexity through using streams