Merge branch '3.1.x'

Closes gh-38877
This commit is contained in:
Phillip Webb
2023-12-19 22:51:48 -08:00
45 changed files with 69 additions and 71 deletions

View File

@@ -162,7 +162,7 @@ class ImportTestcontainersTests {
}
@Retention(RetentionPolicy.RUNTIME)
static @interface ContainerAnnotation {
@interface ContainerAnnotation {
}

View File

@@ -68,7 +68,7 @@ class TestcontainersPropertySourceAutoConfigurationTests {
}
@ConfigurationProperties("container")
static record ContainerProperties(int port) {
record ContainerProperties(int port) {
}
static class TestBean {