Releases: cloudogu/command-bus
Releases · cloudogu/command-bus
Finish migration to Cloudogu
Same features new package names.
Migration: Replace package names de.triology
➡️ com.cloudogu
.
Adds validating Decorator
- Logging Bug Fix
Support for micrometer metrics
1.1.0 Prepare release 1.1.0
Transfers to Cloudogu
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.
Introduces spring support
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>
First automatically deployed version
First version on maven central
0.2.1 Prepare Version 0.2.1