BarracudaX
Results
2
issues of
BarracudaX
I am using MockWebServer as a bean in Spring Boot Test. The problem I have is that not all test methods need to get the request sent, but when I...
enhancement
When writing ReactiveMongoRepository/ReactiveCrudRepository with spring-boot-starter-data-mongodb-reactive and declaring suspend find function with non-nullable kotlin return types, the repository returns null when it can't find an entity instead of EmptyResultDataAccessException. Here is...
type: bug