Cherry-pick type of merge the work from Artem in #580

Resolves #580
This commit is contained in:
Oleg Zhurakousky
2020-08-27 14:34:24 +02:00
parent 2607cfc34b
commit b681fb96d6
9 changed files with 610 additions and 527 deletions

View File

@@ -20,7 +20,16 @@
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-rsocket</artifactId>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-cbor</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-core</artifactId>