Skip to content

Commit

Permalink
Add more GRMs via SCM
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Nov 22, 2024
1 parent da21465 commit c1c6527
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
"allDeclaredFields":true,
"queryAllDeclaredMethods":true,
"queryAllDeclaredConstructors":true,
"allPublicMethods": true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@
"condition":{"typeReachable":"javax.xml.parsers.FactoryFinder"},
"pattern":"\\QMETA-INF/services/javax.xml.parsers.SAXParserFactory\\E"
}]},
"bundles":[]
"bundles":[{
"name":"com.microsoft.sqlserver.jdbc.SQLServerResource",
"locales":["en"]
}, {
"name":"org.postgresql.translation.messages",
"locales":["en"]
}]
}
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,32 @@
"condition":{"typeReachable":"org.testcontainers.junit.jupiter.Testcontainers"},
"name":"org.testcontainers.junit.jupiter.Testcontainers",
"allPublicMethods": true
},
{
"condition":{"typeReachable":"org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl"},
"name":"org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl$NetworkingConfig",
"allDeclaredFields": true,
"allDeclaredMethods": true,
"allDeclaredConstructors": true
},
{
"condition":{"typeReachable":"com.github.dockerjava.api.model.Network"},
"name":"com.github.dockerjava.api.model.Network",
"allDeclaredMethods": true
},
{
"condition":{"typeReachable":"com.github.dockerjava.api.model.Network"},
"name":"com.github.dockerjava.api.model.Network$Ipam",
"allDeclaredMethods": true
},
{
"condition":{"typeReachable":"com.github.dockerjava.api.model.Network"},
"name":"com.github.dockerjava.api.model.Network$Ipam$Config",
"allDeclaredMethods": true
},
{
"condition":{"typeReachable":"com.github.dockerjava.api.model.Network"},
"name":"com.github.dockerjava.api.model.Network$ContainerNetworkConfig",
"allDeclaredMethods": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,21 @@
"allDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredFields": true
},
{
"condition":{"typeReachable":"org.apache.shardingsphere.test.natived.jdbc.databases.hive.HiveZookeeperServiceDiscoveryTest"},
"name":"org.apache.shardingsphere.test.natived.jdbc.databases.hive.HiveZookeeperServiceDiscoveryTest",
"allDeclaredFields": true,
"allDeclaredConstructors": true,
"allDeclaredMethods": true,
"allPublicMethods": true
},
{
"condition":{"typeReachable":"org.apache.shardingsphere.test.natived.jdbc.databases.hive.HiveSimpleTest"},
"name":"org.apache.shardingsphere.test.natived.jdbc.databases.hive.HiveSimpleTest",
"allDeclaredFields": true,
"allDeclaredConstructors": true,
"allDeclaredMethods": true,
"allPublicMethods": true
}
]

0 comments on commit c1c6527

Please sign in to comment.