-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide relevant nativeTest and corresponding GraalVM Reachability Me…
…tadata for MySQL and Postgres Module (#29357) * Provide relevant nativeTest and corresponding GraalVM Reachability Metadata for MySQL and Postgres * Use testcontainers-java to test * Simplify the writing of `resource-config.json`
- Loading branch information
1 parent
565c068
commit 460349e
Showing
41 changed files
with
1,043 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
...in/resources/META-INF/native-image/com.mysql/mysql-connector-j/8.0.31/reflect-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[ | ||
{ | ||
"condition":{"typeReachable":"com.mysql.cj.jdbc.ConnectionImpl"}, | ||
"name":"com.mysql.cj.PerConnectionLRUFactory", | ||
"methods":[{"name":"<init>","parameterTypes":[] }] | ||
}, | ||
{ | ||
"condition":{"typeReachable":"com.mysql.cj.util.Util"}, | ||
"name":"com.mysql.cj.conf.url.SingleConnectionUrl", | ||
"methods":[{"name":"<init>","parameterTypes":["com.mysql.cj.conf.ConnectionUrlParser","java.util.Properties"] }] | ||
}, | ||
{ | ||
"condition":{"typeReachable":"com.mysql.cj.exceptions.ExceptionFactory"}, | ||
"name":"com.mysql.cj.exceptions.CJCommunicationsException", | ||
"methods":[{"name":"<init>","parameterTypes":["java.lang.String"] }] | ||
}, | ||
{ | ||
"condition":{"typeReachable":"com.mysql.cj.jdbc.NonRegisteringDriver"}, | ||
"name":"com.mysql.cj.jdbc.AbandonedConnectionCleanupThread" | ||
}, | ||
{ | ||
"condition":{"typeReachable":"com.mysql.cj.log.LogFactory"}, | ||
"name":"com.mysql.cj.log.StandardLogger", | ||
"methods":[{"name":"<init>","parameterTypes":["java.lang.String"] }] | ||
}, | ||
{ | ||
"condition":{"typeReachable":"com.mysql.cj.protocol.AbstractSocketConnection"}, | ||
"name":"com.mysql.cj.protocol.StandardSocketFactory", | ||
"methods":[{"name":"<init>","parameterTypes":[] }] | ||
}, | ||
{ | ||
"condition":{"typeReachable":"com.mysql.cj.NativeSession"}, | ||
"name":"com.mysql.cj.util.PerVmServerConfigCacheFactory", | ||
"methods":[{"name":"<init>","parameterTypes":[] }] | ||
}, | ||
{ | ||
"condition":{"typeReachable":"com.mysql.cj.protocol.StandardSocketFactory"}, | ||
"name":"java.lang.Thread", | ||
"fields":[{"name":"threadLocalRandomProbe"}] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.