Skip to content

Releases: reactive-commons/reactive-commons-java

2.0.4

30 Oct 22:33
b862461
Compare
Choose a tag to compare

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

17 Oct 17:30
ca48796
Compare
Choose a tag to compare

Fixes:

  • Beans circular dependency

2.0.2

17 Oct 12:36
Compare
Choose a tag to compare

Fix handler registry dependency

2.0.1

19 Jul 21:17
4ad0866
Compare
Choose a tag to compare

Features:

  • New Event Driven Architecture variant

2.0.0

03 Mar 19:38
c2528c9
Compare
Choose a tag to compare

Features:

  • Update Spring Boot version to 3.
  • Update code removing deprecated classes.

1.0.5

25 May 16:35
d1d40ae
Compare
Choose a tag to compare

Features:

  • Add reactor metric to async query flow.
  • Update spring dependencies.

1.0.4

30 Nov 19:15
d36197c
Compare
Choose a tag to compare

Fixes:

  • Remove dynamic events wildcard binding

1.0.3

05 Oct 20:12
fd94711
Compare
Choose a tag to compare

Features:

  • Add health check indicator when actuator is available.

1.0.2

01 Oct 19:50
feb1540
Compare
Choose a tag to compare

Features:

  • Enable dynamic query handlers delegate in DynamicRegistry
  • Dynamic event listeners and event listeners unified with matching capabilities

1.0.1

29 Sep 14:43
Compare
Choose a tag to compare

Features:

  • Fix Matcher for event names.
  • Enable matcher for queries, commands and notifications.
  • Add serveQuery operation to dynamic registry.