Skip to content

Commit

Permalink
update reflect config to make it work with message persistence (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
micossow authored Jun 5, 2024
1 parent bfb692b commit f8580ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,11 @@
"allDeclaredFields":true,
"allPublicMethods":true
},
{
"name":"org.elasticmq.persistence.sql.SerializableAttribute",
"allDeclaredFields":true,
"queryAllPublicMethods":true
},
{
"name":"org.elasticmq.persistence.sql.package$SerializableAttribute",
"allDeclaredFields":true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
]},
"bundles":[{
"name":"org.apache.commons.dbcp2.LocalStrings",
"locales":["und"]
"locales":[
"",
"und"
]
}]
}

0 comments on commit f8580ec

Please sign in to comment.