Merge branch '3.1.x'
Closes gh-38877
This commit is contained in:
@@ -162,7 +162,7 @@ class ImportTestcontainersTests {
|
||||
}
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
static @interface ContainerAnnotation {
|
||||
@interface ContainerAnnotation {
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ class TestcontainersPropertySourceAutoConfigurationTests {
|
||||
}
|
||||
|
||||
@ConfigurationProperties("container")
|
||||
static record ContainerProperties(int port) {
|
||||
record ContainerProperties(int port) {
|
||||
}
|
||||
|
||||
static class TestBean {
|
||||
|
||||
Reference in New Issue
Block a user