parent
42155321cb
commit
6eba7c5f10
|
@ -542,7 +542,7 @@ class ServerPropertiesTests {
|
|||
}
|
||||
|
||||
@Test
|
||||
void nettyMaxInitialLineLenghtMatchesHttpDecoderSpecDefault() {
|
||||
void nettyMaxInitialLineLengthMatchesHttpDecoderSpecDefault() {
|
||||
assertThat(this.properties.getNetty().getMaxInitialLineLength().toBytes())
|
||||
.isEqualTo(HttpDecoderSpec.DEFAULT_MAX_INITIAL_LINE_LENGTH);
|
||||
}
|
||||
|
|
|
@ -8316,7 +8316,7 @@ If you need the `Mockk` equivalent of the Mockito specific <<boot-features-testi
|
|||
|
||||
[[boot-features-container-images]]
|
||||
== Building Container Images
|
||||
Spring Boot applications can be containerized either by <<boot-features-container-images-docker,packaging them into Docker images>>, or by <<boot-features-container-images-buildpacks,using Buildpacks to create docker compatible container images that you can run anywhere>>.
|
||||
Spring Boot applications can be containerized either by <<boot-features-container-images-docker,packaging them into Docker images>>, or by <<boot-features-container-images-buildpacks,using Buildpacks to create Docker compatible container images that you can run anywhere>>.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ class LiquibaseChangelogMissingFailureAnalyzerTests {
|
|||
}
|
||||
|
||||
@AfterAll
|
||||
static void clearDerbyLogLocation(@TempDir File temp) {
|
||||
static void clearDerbyLogLocation() {
|
||||
System.clearProperty("derby.stream.error.file");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue