File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ Add the following Maven dependency to your project:
2828
2929This project was built and tested with the following versions:
3030
31- | spring-modulith-events-scs | Spring Modulith | Spring Boot | Spring Cloud | SCSt Schema |
32- | ----------------------------| -----------------| -------------| --------------| ---------------------- |
33- | 1.0.x | 1.4.x | 3.4.x | 2024.0.0 | 2.2.1.RELEASE |
34- | 1.1.x | 2.0.x | 4.0.x | 2025.1.0 | 3.0.0.BUILD-SNAPSHOT |
31+ | spring-modulith-events-scs | Spring Modulith | Spring Boot | Spring Cloud | SCSt Schema |
32+ | ----------------------------| -----------------| -------------| --------------| ---------------|
33+ | 1.0.x | 1.4.x | 3.4.x | 2024.0.0 | 2.2.1.RELEASE |
34+ | 1.1.x | 2.0.x | 4.0.x | 2025.1.0 | 2.2.1.RELEASE |
3535
3636### Configuration
3737Use ` @EnableSpringCloudStreamEventExternalization ` annotation to enable Spring Cloud Stream event externalization in your Spring configuration:
Original file line number Diff line number Diff line change 6767
6868 <spring-boot .version>4.0.0</spring-boot .version>
6969 <spring-cloud .version>2025.1.0</spring-cloud .version>
70- <spring-cloud-stream-schema .version>3.0.0.BUILD-SNAPSHOT </spring-cloud-stream-schema .version>
70+ <spring-cloud-stream-schema .version>2.2.1.RELEASE </spring-cloud-stream-schema .version>
7171 <avro .version>1.11.4</avro .version>
7272
7373 <maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
You can’t perform that action at this time.
0 commit comments