Skip to content

Commit

Permalink
fix: reflection config
Browse files Browse the repository at this point in the history
  • Loading branch information
dainiusjocas committed Feb 4, 2021
1 parent ca3eadd commit 67a09a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions graalvm/reflect-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"name":"java.util.UUID",
"allPublicFields":true
},
{
"name":"java.util.Date",
"allPublicFields":true
},
{
"name":"org.apache.kafka.clients.consumer.ConsumerConfig",
"allPublicFields":true
Expand Down

0 comments on commit 67a09a4

Please sign in to comment.