tisonkun commented on code in PR #5019: URL: https://github.com/apache/opendal/pull/5019#discussion_r1721607099
########## integrations/spring/opendal-spring-boot-starter-reactive/pom.xml: ########## @@ -41,6 +41,11 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> + <scope>test</scope> + </dependency> Review Comment: Seems no tests to guard that the configuration work as expected. @shoothzj what is the plan on this point? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org