-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GraalVM Reachability Metadata and corresponding nativeTest for At…
…omikos and Narayana integration (#30085)
- Loading branch information
1 parent
538373b
commit f6abc74
Showing
19 changed files
with
707 additions
and
34 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
8 changes: 8 additions & 0 deletions
8
...main/resources/META-INF/native-image/com.atomikos/transactions/6.0.0/resource-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,8 @@ | ||
{ | ||
"resources":{ | ||
"includes":[{ | ||
"condition":{"typeReachable":"com.atomikos.icatch.provider.imp.AssemblerImp"}, | ||
"pattern":"\\Qtransactions-defaults.properties\\E" | ||
}]}, | ||
"bundles":[] | ||
} |
23 changes: 23 additions & 0 deletions
23
...ta/src/main/resources/META-INF/native-image/com.h2database/h2/2.2.224/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,23 @@ | ||
[ | ||
{ | ||
"condition":{"typeReachable":"org.h2.jdbcx.JdbcDataSource"}, | ||
"name":"org.h2.jdbcx.JdbcDataSource", | ||
"allDeclaredClasses": true, | ||
"allDeclaredMethods": true, | ||
"allDeclaredFields": true, | ||
"allDeclaredConstructors": true, | ||
"allPublicClasses": true, | ||
"allPublicMethods": true, | ||
"allPublicFields": true, | ||
"allPublicConstructors": true, | ||
"allRecordComponents": true, | ||
"allNestMembers": true, | ||
"allSigners": true, | ||
"allPermittedSubclasses": true, | ||
"queryAllDeclaredMethods": true, | ||
"queryAllDeclaredConstructors": true, | ||
"queryAllPublicMethods": true, | ||
"queryAllPublicConstructors": true, | ||
"unsafeAllocated": true | ||
} | ||
] |
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
Oops, something went wrong.