Skip to content

Commit 2b31a77

Browse files
committed
Add temporary workaround for missing graalvm metadata
Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
1 parent f0b0229 commit 2b31a77

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[
2+
{
3+
"condition": {
4+
"typeReachable": "io.netty.util.internal.shaded.org.jctools.queues.MpmcArrayQueueConsumerIndexField"
5+
},
6+
"name": "io.netty.util.internal.shaded.org.jctools.queues.MpmcArrayQueueConsumerIndexField",
7+
"fields": [
8+
{
9+
"name": "consumerIndex"
10+
}
11+
]
12+
},
13+
{
14+
"condition": {
15+
"typeReachable": "io.netty.util.internal.shaded.org.jctools.queues.MpmcArrayQueueProducerIndexField"
16+
},
17+
"name": "io.netty.util.internal.shaded.org.jctools.queues.MpmcArrayQueueProducerIndexField",
18+
"fields": [
19+
{
20+
"name": "producerIndex"
21+
}
22+
]
23+
}
24+
]

0 commit comments

Comments
 (0)