Releases: reactive-commons/reactive-commons-java
Releases · reactive-commons/reactive-commons-java
2.0.4
Allow delayed message for commands, to use it:
On command handler app you should add
app:
async:
delayed-commands: true
On command sender you should pass the delay milliseconds like:
directAsyncGateway.sendCommand(new Command<...>("command-name", "command-id", "command-data"), target, delay)
2.0.3
Fixes:
- Beans circular dependency
2.0.2
Fix handler registry dependency
2.0.1
Features:
- New Event Driven Architecture variant
2.0.0
Features:
- Update Spring Boot version to 3.
- Update code removing deprecated classes.
1.0.5
Features:
- Add reactor metric to async query flow.
- Update spring dependencies.
1.0.4
Fixes:
- Remove dynamic events wildcard binding
1.0.3
Features:
- Add health check indicator when actuator is available.
1.0.2
Features:
- Enable dynamic query handlers delegate in DynamicRegistry
- Dynamic event listeners and event listeners unified with matching capabilities
1.0.1
Features:
- Fix Matcher for event names.
- Enable matcher for queries, commands and notifications.
- Add serveQuery operation to dynamic registry.