Skip to content

Commit f8580ec

Browse files
authored
update reflect config to make it work with message persistence (#1008)
1 parent bfb692b commit f8580ec

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

native-server/src/main/resources/META-INF/native-image/reflect-config.json

+5
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,11 @@
749749
"allDeclaredFields":true,
750750
"allPublicMethods":true
751751
},
752+
{
753+
"name":"org.elasticmq.persistence.sql.SerializableAttribute",
754+
"allDeclaredFields":true,
755+
"queryAllPublicMethods":true
756+
},
752757
{
753758
"name":"org.elasticmq.persistence.sql.package$SerializableAttribute",
754759
"allDeclaredFields":true,

native-server/src/main/resources/META-INF/native-image/resource-config.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
]},
4141
"bundles":[{
4242
"name":"org.apache.commons.dbcp2.LocalStrings",
43-
"locales":["und"]
43+
"locales":[
44+
"",
45+
"und"
46+
]
4447
}]
4548
}

0 commit comments

Comments
 (0)