File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ Spring Boot for the Infinitic library, which is designed to orchestrate services
55on top of Apache Pulsar. With Infinitic, you can easily manage complex scenarios, ensuring that failures don't disrupt
66your workflows.
77
8+ ** Notes:**
9+
10+ - ** v1.0.x** is compatible with Infinitic v0.11.6 and Spring Boot 3.1.x
11+ - ** v1.1.x** is compatible with Infinitic v0.11.7+ and Spring Boot 3.2.x
12+
813## Getting Started
914
1015** Installation:** Add the Infinitic dependency to your pom.xml or build.gradle file.
@@ -14,13 +19,13 @@ your workflows.
1419<dependency >
1520 <groupId >com.tiarebalbi.infinitic</groupId >
1621 <artifactId >infinitic-spring-boot-3-starter</artifactId >
17- <version >1.0.1 </version >
22+ <version >1.1.0 </version >
1823</dependency >
1924```
2025
2126** Gradle (Kotlin)**
2227``` xml
23- implementation("com.tiarebalbi.infinitic:infinitic-spring-boot-3-starter:1.0.1 ")
28+ implementation("com.tiarebalbi.infinitic:infinitic-spring-boot-3-starter:1.1.0 ")
2429```
2530
2631Other references here:
You can’t perform that action at this time.
0 commit comments