Skip to content

Commit 34dc347

Browse files
committed
fixed native tests (DE-238)
1 parent ed35965 commit 34dc347

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,14 @@
504504
"allDeclaredConstructors": true,
505505
"allDeclaredClasses": true
506506
},
507+
{
508+
"name": "com.arangodb.mapping.annotations.AnnotatedEntity",
509+
"allDeclaredFields": true,
510+
"allDeclaredMethods": true,
511+
"allPublicMethods": true,
512+
"allDeclaredConstructors": true,
513+
"allDeclaredClasses": true
514+
},
507515
{
508516
"name": "com.arangodb.mapping.annotations.ExposeEntity",
509517
"allDeclaredFields": true,

0 commit comments

Comments
 (0)