Skip to content

Commit b71b1b5

Browse files
committed
Rerun GR-57711 failing libraries
1 parent 98bcdc4 commit b71b1b5

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

vm/tests/gh_workflows/NILayerTests/excluded-popular-maven-libraries.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
"version": "3.3.3",
1818
"reason": "GR-57738"
1919
},
20+
{
21+
"group_id": "com.alibaba.fastjson2",
22+
"artifact_id": "fastjson2",
23+
"version": "2.0.52",
24+
"reason": "GR-57711, also requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
25+
},
2026
{
2127
"group_id": "org.scala-js",
2228
"artifact_id": "scalajs-test-bridge_2.13",
@@ -53,6 +59,18 @@
5359
"version": "12.0.13",
5460
"reason": "[Maven ERROR] Missing dependencies"
5561
},
62+
{
63+
"group_id": "org.playframework",
64+
"artifact_id": "play-test_3",
65+
"version": "3.0.5",
66+
"reason": "GR-57711, also requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
67+
},
68+
{
69+
"group_id": "io.quarkus",
70+
"artifact_id": "quarkus-junit5",
71+
"version": "3.14.3",
72+
"reason": "GR-57711"
73+
},
5674
{
5775
"group_id": "nl.jqno.equalsverifier",
5876
"artifact_id": "equalsverifier",
@@ -113,12 +131,24 @@
113131
"version": "2.3.0",
114132
"reason": "[Maven ERROR] Unknown packaging: bundle"
115133
},
134+
{
135+
"group_id": "io.vertx",
136+
"artifact_id": "vertx-core",
137+
"version": "4.5.10",
138+
"reason": "GR-57711, also requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
139+
},
116140
{
117141
"group_id": "org.mariadb.jdbc",
118142
"artifact_id": "mariadb-java-client",
119143
"version": "3.4.1",
120144
"reason": "Finishes generating, but requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
121145
},
146+
{
147+
"group_id": "com.microsoft.sqlserver",
148+
"artifact_id": "mssql-jdbc",
149+
"version": "12.8.1.jre11",
150+
"reason": "GR-57711"
151+
},
122152
{
123153
"group_id": "com.fasterxml.jackson.dataformat",
124154
"artifact_id": "jackson-dataformat-cbor",
@@ -227,6 +257,18 @@
227257
"version": "4.1.113.Final",
228258
"reason": "Finishes generating, but requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
229259
},
260+
{
261+
"group_id": "org.jline",
262+
"artifact_id": "jline",
263+
"version": "3.26.3",
264+
"reason": "GR-57711, also requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
265+
},
266+
{
267+
"group_id": "org.flywaydb",
268+
"artifact_id": "flyway-core",
269+
"version": "10.17.3",
270+
"reason": "GR-57711, also requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
271+
},
230272
{
231273
"group_id": "org.springmodules",
232274
"artifact_id": "spring-modules-cache",
@@ -245,6 +287,12 @@
245287
"version": "3.5.2",
246288
"reason": "GR-57816"
247289
},
290+
{
291+
"group_id": "org.apache.cassandra",
292+
"artifact_id": "java-driver-core",
293+
"version": "4.18.1",
294+
"reason": "GR-57711"
295+
},
248296
{
249297
"group_id": "org.apache.hadoop",
250298
"artifact_id": "hadoop-hdfs",
@@ -263,6 +311,12 @@
263311
"version": "3.5.2",
264312
"reason": "GR-57816"
265313
},
314+
{
315+
"group_id": "org.apache.hbase",
316+
"artifact_id": "hbase-client",
317+
"version": "2.6.0",
318+
"reason": "GR-57711, also requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
319+
},
266320
{
267321
"group_id": "io.circe",
268322
"artifact_id": "circe-generic_3",

0 commit comments

Comments
 (0)