Upgrade to Dysprosium SR5 snapshots

See gh-24355
This commit is contained in:
Rossen Stoyanchev
2020-02-11 12:51:35 +00:00
parent 7d1d989535
commit 28a95e89f3
7 changed files with 36 additions and 66 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@ package org.springframework.http.server.reactive;
import java.net.URI;
import org.junit.jupiter.api.Assumptions;
import reactor.core.publisher.Mono;
import org.springframework.http.HttpStatus;
@@ -28,7 +27,6 @@ import org.springframework.web.client.ResponseErrorHandler;
import org.springframework.web.client.RestTemplate;
import org.springframework.web.testfixture.http.server.reactive.bootstrap.AbstractHttpHandlerIntegrationTests;
import org.springframework.web.testfixture.http.server.reactive.bootstrap.HttpServer;
import org.springframework.web.testfixture.http.server.reactive.bootstrap.ReactorHttpServer;
import static org.assertj.core.api.Assertions.assertThat;
@@ -74,10 +72,6 @@ class ErrorHandlerIntegrationTests extends AbstractHttpHandlerIntegrationTests {
@ParameterizedHttpServerTest // SPR-15560
void emptyPathSegments(HttpServer httpServer) throws Exception {
/* Temporarily necessary for https://github.com/reactor/reactor-netty/issues/948 */
Assumptions.assumeFalse(httpServer instanceof ReactorHttpServer);
startServer(httpServer);
RestTemplate restTemplate = new RestTemplate();