Skip to content

Commit 36f2558

Browse files
authored
Fix: update dependency graalvm-reachability-metadata to v0.3.32 (#31556)
1 parent f0c8708 commit 36f2558

File tree

2 files changed

+27
-1
lines changed
  • generators

2 files changed

+27
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// renovate: datasource=github-releases depName=graalvm-reachability-metadata packageName=oracle/graalvm-reachability-metadata
2-
export const GRAALVM_REACHABILITY_METADATA = '0.3.31';
2+
export const GRAALVM_REACHABILITY_METADATA = '0.3.32';

generators/liquibase/templates/src/main/resources/META-INF/native-image/liquibase/reflect-config.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
[
2+
{
3+
"name": "liquibase.configuration.ConfiguredValueModifierFactory",
4+
"methods": [
5+
{ "name": "<init>", "parameterTypes": [] },
6+
{ "name": "<init>", "parameterTypes": ["liquibase.Scope"] }
7+
]
8+
},
9+
{
10+
"name": "liquibase.executor.ExecutorService",
11+
"methods": [{ "name": "<init>", "parameterTypes": [] }]
12+
},
13+
{
14+
"name": "liquibase.change.ChangeFactory",
15+
"methods": [{ "name": "<init>", "parameterTypes": [] }]
16+
},
17+
{
18+
"name": "liquibase.change.ColumnConfig",
19+
"methods": [{ "name": "<init>", "parameterTypes": [] }]
20+
},
21+
{
22+
"name": "liquibase.change.core.CreateTableChange",
23+
"allPublicMethods": true,
24+
"allDeclaredMethods": true,
25+
"queryAllPublicMethods": true,
26+
"methods": [{ "name": "<init>", "parameterTypes": [] }]
27+
},
228
{
329
"name": "liquibase.logging.mdc.MdcManagerFactory",
430
"methods": [{ "name": "<init>", "parameterTypes": [] }]

0 commit comments

Comments
 (0)