Skip to content

Commit 350c431

Browse files
committed
Fix test containers metadata for --future-defaults
1 parent 7334d43 commit 350c431

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,18 @@
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+
},
6981
{
7082
"condition": {
7183
"typeReachable": "org.testcontainers.shaded.com.github.dockerjava.core.exec.CreateContainerCmdExec"

0 commit comments

Comments
 (0)