Skip to content

Commit d3ce5dd

Browse files
committed
Fix testcontainters for --future-defaults=all
1 parent cceda34 commit d3ce5dd

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

metadata/org.testcontainers/testcontainers/1.17.6/reflect-config.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,6 @@
6666
"name": "com.github.dockerjava.api.command.AsyncDockerCmd",
6767
"queryAllDeclaredMethods": true
6868
},
69-
{
70-
"condition": {
71-
"typeReachable": "org.testcontainers.shaded.com.fasterxml.jackson.databind.ser.BeanPropertyWriter"
72-
},
73-
"name": "com.github.dockerjava.api.model.AuthConfig",
74-
"methods": [
75-
{
76-
"name": "getUsername",
77-
"parameterTypes": []
78-
}
79-
]
80-
},
8169
{
8270
"condition": {
8371
"typeReachable": "org.testcontainers.shaded.com.github.dockerjava.core.exec.CreateContainerCmdExec"
@@ -3058,7 +3046,17 @@
30583046
},
30593047
"name": "com.github.dockerjava.api.model.AuthConfig",
30603048
"allDeclaredFields": true,
3061-
"allDeclaredConstructors": true
3049+
"allDeclaredConstructors": true,
3050+
"methods": [
3051+
{
3052+
"name": "getUsername",
3053+
"parameterTypes": []
3054+
},
3055+
{
3056+
"name": "getPassword",
3057+
"parameterTypes": []
3058+
}
3059+
]
30623060
},
30633061
{
30643062
"condition": {

0 commit comments

Comments
 (0)