Merge branch '5.3.x'

# Conflicts:
#	spring-web/src/main/java/org/springframework/web/accept/AbstractMappingContentNegotiationStrategy.java
This commit is contained in:
Sam Brannen
2022-07-12 12:14:52 +02:00
61 changed files with 101 additions and 101 deletions

View File

@@ -87,7 +87,7 @@ public class ListenerWriteProcessorTests {
@Test // SPR-17410
public void onNextWithoutDemand() {
// Disable writing: next item will be cached..
// Disable writing: next item will be cached.
this.processor.setWritePossible(false);
DataBuffer buffer1 = mock(DataBuffer.class);
this.processor.onNext(buffer1);

View File

@@ -28,7 +28,7 @@ import org.springframework.web.context.request.NativeWebRequest;
import static org.assertj.core.api.Assertions.assertThat;
/**
* A test fixture with a test sub-class of AbstractMappingContentNegotiationStrategy.
* A test fixture with a test subclass of AbstractMappingContentNegotiationStrategy.
*
* @author Rossen Stoyanchev
* @since 3.2