Skip to content

Commit b2eeb1a

Browse files
authored
Merge pull request #11147 from anuragkumawat/master
JAVA-6511 - Removed Mongo DB Reactive and Mongo DB Tail cursor.
2 parents 77a32b7 + e70f782 commit b2eeb1a

23 files changed

Lines changed: 0 additions & 840 deletions

spring-5-data-reactive/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
<groupId>org.springframework.boot</groupId>
2525
<artifactId>spring-boot-starter-data-couchbase-reactive</artifactId>
2626
</dependency>
27-
<dependency>
28-
<groupId>org.springframework.boot</groupId>
29-
<artifactId>spring-boot-starter-data-mongodb-reactive</artifactId>
30-
</dependency>
3127
<dependency>
3228
<groupId>org.springframework.boot</groupId>
3329
<artifactId>spring-boot-starter-web</artifactId>
@@ -54,11 +50,6 @@
5450
<artifactId>spring-boot-starter-test</artifactId>
5551
<scope>test</scope>
5652
</dependency>
57-
<dependency>
58-
<groupId>de.flapdoodle.embed</groupId>
59-
<artifactId>de.flapdoodle.embed.mongo</artifactId>
60-
<scope>test</scope>
61-
</dependency>
6253
<dependency>
6354
<groupId>org.springframework.boot</groupId>
6455
<artifactId>spring-boot-starter-webflux</artifactId>

spring-5-data-reactive/src/main/java/com/baeldung/reactive/Spring5ReactiveApplication.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

spring-5-data-reactive/src/main/java/com/baeldung/reactive/model/Account.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

spring-5-data-reactive/src/main/java/com/baeldung/reactive/repository/AccountCrudRepository.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

spring-5-data-reactive/src/main/java/com/baeldung/reactive/repository/AccountMongoRepository.java

Lines changed: 0 additions & 7 deletions
This file was deleted.

spring-5-data-reactive/src/main/java/com/baeldung/reactive/repository/AccountRxJavaRepository.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

spring-5-data-reactive/src/main/java/com/baeldung/reactive/template/AccountTemplateOperations.java

Lines changed: 0 additions & 33 deletions
This file was deleted.

spring-5-data-reactive/src/main/java/com/baeldung/tailablecursor/LogsCounterApplication.java

Lines changed: 0 additions & 11 deletions
This file was deleted.

spring-5-data-reactive/src/main/java/com/baeldung/tailablecursor/domain/Log.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

spring-5-data-reactive/src/main/java/com/baeldung/tailablecursor/domain/LogLevel.java

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)