Skip to content

Commit 78c2d65

Browse files
committed
Fix native image build for excluded net.minidev
1 parent 214811a commit 78c2d65

File tree

1 file changed

+5
-0
lines changed
  • dd-java-agent/agent-bootstrap/src/main/resources/META-INF/native-image/com.datadoghq/dd-java-agent

1 file changed

+5
-0
lines changed

dd-java-agent/agent-bootstrap/src/main/resources/META-INF/native-image/com.datadoghq/dd-java-agent/reflect-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,10 @@
133133
"fields": [
134134
{"name": "consumerIndex", "allowUnsafeAccess": true}
135135
]
136+
},
137+
{
138+
"name": "net.minidev.json.writer.JsonReaderI",
139+
"allDeclaredMethods": false,
140+
"allDeclaredFields": false
136141
}
137142
]

0 commit comments

Comments
 (0)