bump to reactor-netty 0.6.1
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -35,6 +35,12 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-webflux</artifactId>
|
||||
</dependency>
|
||||
<!-- TODO: this should eventually be removed -->
|
||||
<dependency>
|
||||
<groupId>io.projectreactor.ipc</groupId>
|
||||
<artifactId>reactor-netty</artifactId>
|
||||
<version>0.6.1.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot.experimental</groupId>
|
||||
<artifactId>spring-boot-starter-web-reactive</artifactId>
|
||||
|
||||
@@ -68,7 +68,7 @@ public class GatewayAutoConfiguration {
|
||||
public HttpClient httpClient() {
|
||||
return HttpClient.create(opts -> {
|
||||
//opts.poolResources(PoolResources.elastic("proxy"));
|
||||
opts.disablePool(); //TODO: why do I need this again?
|
||||
//opts.disablePool(); //TODO: why do I need this again?
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user