Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [9.0.0](https://github.com/dbmdz/flusswerk/releases/tag/9.0.0) - 2025-12-01

### Changed

- *Breaking* Migration to Spring Boot 4
- Updated testcontainer dependencies to RabbitMQ 4

## [8.0.1](https://github.com/dbmdz/flusswerk/releases/tag/8.0.0) - 2025-10-08
## [8.0.1](https://github.com/dbmdz/flusswerk/releases/tag/8.0.1) - 2025-10-08

### Fixed

Expand Down Expand Up @@ -91,4 +93,4 @@ or implement the [ProcessReport](framework/src/main/java/com/github/dbmdz/flussw
### Fixed

- Tracing information got lost when the application threw certain exceptions ([#380](https://github.com/dbmdz/flusswerk/pull/380)).
- The logged values of `duration` and `duration_ms` where switched ([#345](https://github.com/dbmdz/flusswerk/pull/345)).
- The logged values of `duration` and `duration_ms` where switched ([#345](https://github.com/dbmdz/flusswerk/pull/345)).
2 changes: 1 addition & 1 deletion framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.mdz</groupId>
<artifactId>flusswerk-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dev.mdz</groupId>
<artifactId>flusswerk-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.mdz</groupId>
<artifactId>flusswerk-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<packaging>pom</packaging>

<name>Flusswerk (Parent)</name>
Expand Down