Skip to content

Commit

Permalink
Merge pull request #287 from tomorrow-one/compat-matrix
Browse files Browse the repository at this point in the history
Fix #278: add compatibility matrix
  • Loading branch information
magro authored Jan 12, 2024
2 parents 769867e + 4173f21 commit 7f80cc3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ Depending on your application add one of the following libraries as dependency t
* classic (sync/blocking): `one.tomorrow.transactional-outbox:outbox-kafka-spring:$version`
* reactive: `one.tomorrow.transactional-outbox:outbox-kafka-spring-reactive:$version`

#### Compatibility Matrix

| Spring Version | Spring Boot Version | outbox-kafka-spring Version | outbox-kafka-spring-reactive Version |
|----------------|---------------------|-----------------------------|--------------------------------------|
| 6.1.x | 3.2.x | 3.3.x | 3.2.x |
| 6.0.x | 3.1.x | 2.0.x - 3.2.x | 2.0.x - 3.1.x |
| 5.x.x | 2.x.x | 1.2.x | 1.1.x |

### Prepare Database

Create the tables using your preferred database migration tool: use the DDLs
Expand Down

0 comments on commit 7f80cc3

Please sign in to comment.