File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed
spring-modulith-events/spring-modulith-events-mongodb/src/main/java/org/springframework/modulith/events/mongodb
spring-modulith-integration-test
src/test/java/com/acme/myproject/moduleA
spring-modulith-observability Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 4646 <nullaway .version>0.12.10</nullaway .version>
4747 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4848 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
49- <spring-boot .version>4.0.0-RC1 </spring-boot .version>
50- <spring-framework .version>7.0.0-RC2 </spring-framework .version> <!-- For Javadoc links only -->
49+ <spring-boot .version>4.0.0-SNAPSHOT </spring-boot .version>
50+ <spring-framework .version>7.0.0</spring-framework .version> <!-- For Javadoc links only -->
5151 <testcontainers .version>2.0.1</testcontainers .version>
5252 <structurizr .version>4.1.0</structurizr .version>
5353 <micrometer-tracing .version>1.6.0</micrometer-tracing .version>
Original file line number Diff line number Diff line change 2828import org .bson .Document ;
2929import org .jspecify .annotations .Nullable ;
3030import org .springframework .data .annotation .Id ;
31+ import org .springframework .data .core .TypeInformation ;
3132import org .springframework .data .domain .Sort ;
3233import org .springframework .data .mongodb .core .MongoTemplate ;
3334import org .springframework .data .mongodb .core .aggregation .Fields ;
3435import org .springframework .data .mongodb .core .aggregation .MergeOperation .WhenDocumentsMatch ;
3536import org .springframework .data .mongodb .core .query .Criteria ;
3637import org .springframework .data .mongodb .core .query .Query ;
3738import org .springframework .data .mongodb .core .query .Update ;
38- import org .springframework .data .util .TypeInformation ;
3939import org .springframework .modulith .events .EventPublication .Status ;
4040import org .springframework .modulith .events .core .EventPublicationRepository ;
4141import org .springframework .modulith .events .core .PublicationTargetIdentifier ;
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.springframework.boot</groupId >
66 <artifactId >spring-boot-starter-parent</artifactId >
7- <version >4.0.0-RC1 </version >
7+ <version >4.0.0-SNAPSHOT </version >
88 <relativePath />
99 </parent >
1010
2727 <properties >
2828 <java .version>17</java .version>
2929 <jmolecules .version>2025.0.0-RC5</jmolecules .version>
30- <spring-framework .version>7.0.0-RC2 </spring-framework .version>
30+ <spring-framework .version>7.0.0</spring-framework .version>
3131 <maven .deploy.skip>true</maven .deploy.skip>
3232 </properties >
3333
Original file line number Diff line number Diff line change 8484 <scope >test</scope >
8585 </dependency >
8686
87+ <dependency >
88+ <groupId >org.springframework.boot</groupId >
89+ <artifactId >spring-boot-webtestclient</artifactId >
90+ <scope >test</scope >
91+ </dependency >
92+
8793 <dependency >
8894 <groupId >org.jgrapht</groupId >
8995 <artifactId >jgrapht-core</artifactId >
Original file line number Diff line number Diff line change 2020import org .junit .jupiter .api .Nested ;
2121import org .junit .jupiter .api .Test ;
2222import org .springframework .beans .factory .annotation .Autowired ;
23- import org .springframework .boot .webtestclient .AutoConfigureWebTestClient ;
23+ import org .springframework .boot .webtestclient .autoconfigure . AutoConfigureWebTestClient ;
2424import org .springframework .context .ApplicationContext ;
2525import org .springframework .test .context .ContextConfiguration ;
2626import org .springframework .test .web .reactive .server .WebTestClient ;
Original file line number Diff line number Diff line change 101101 <artifactId >spring-boot-starter-actuator-test</artifactId >
102102 <scope >test</scope >
103103 </dependency >
104+
105+ <dependency >
106+ <groupId >org.springframework.boot</groupId >
107+ <artifactId >spring-boot-micrometer-tracing-test</artifactId >
108+ <scope >test</scope >
109+ </dependency >
104110
105111 <dependency >
106112 <groupId >io.micrometer</groupId >
You can’t perform that action at this time.
0 commit comments