command-bus

Java implementation of the Command-Bus pattern for Spring and CDI

MIT License

Stars
44
Committers
7

Bot releases are visible (Hide)

command-bus - Finish migration to Cloudogu Latest Release

Published by schnatterer almost 5 years ago

Same features new package names.

Migration: Replace package names de.triology ➡️ com.cloudogu.

command-bus - Adds validating Decorator

Published by schnatterer almost 5 years ago

  • Logging Bug Fix
command-bus - Support for micrometer metrics

Published by schnatterer almost 5 years ago

command-bus - Transfers to Cloudogu

Published by schnatterer about 6 years ago

Same features, new Maven coordinates

<dependency>
    <groupId>com.cloudogu.cb</groupId>
    <artifactId>command-bus-cdi</artifactId>
    <version>1.0.1</version>
</dependency>

For now, API (i.e. Package names) remain stable.

command-bus - Introduces spring support

Published by schnatterer over 6 years ago

The API stays the same but there are now two dependencies to choose from:

CDI:

<dependency>
    <groupId>de.triology.cb</groupId>
    <artifactId>command-bus-cdi</artifactId>
    <version>1.0.0</version>
</dependency>

Spring:

<dependency>
    <groupId>de.triology.cb</groupId>
    <artifactId>command-bus-spring</artifactId>
    <version>1.0.0</version>
</dependency>
command-bus - First version on maven central

Published by schnatterer almost 7 years ago