Skip to content

Commit b4341dc

Browse files
committed
Add libraries to exclusion list, whose errors were introduced with new labsjdk
1 parent 830ea13 commit b4341dc

File tree

2 files changed

+87
-3
lines changed

2 files changed

+87
-3
lines changed

.github/workflows/ni-layers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ on:
4848
paths:
4949
- '.github/workflows/ni-layers.yml'
5050
schedule:
51-
#- cron: "0 0 * * 1" # Once a week at midnight on Monday
52-
- cron: "*/20 * * * *" # Every 20 minutes, for testing purposes
51+
- cron: "0 0 * * 1" # Once a week at midnight on Monday
52+
workflow_dispatch:
5353

5454
env:
5555
LIBRARY_METADATA_PATH: ${{ github.workspace }}/vm/tests/gh_workflows/NILayerTests

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

Lines changed: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"group_id": "io.netty",
328328
"artifact_id": "netty-codec-http",
329329
"version": "4.1.113.Final",
330-
"reason": "Library issue, not graal"
330+
"reason": "Finishes generating, but requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
331331
},
332332
{
333333
"group_id": "org.pegdown",
@@ -406,5 +406,89 @@
406406
"artifact_id": "circe-generic_3",
407407
"version": "0.14.10",
408408
"reason": "[Maven ERROR] Missing dependencies"
409+
},
410+
{
411+
"group_id": "org.apache.camel",
412+
"artifact_id": "camel-core",
413+
"version": "4.7.0",
414+
"reason": "GR-58503"
415+
},
416+
{
417+
"group_id": "org.springframework.boot",
418+
"artifact_id": "spring-boot-starter-data-jpa",
419+
"version": "3.3.3",
420+
"reason": "GR-58503"
421+
},
422+
{
423+
"group_id": "org.eclipse.jetty",
424+
"artifact_id": "jetty-io",
425+
"version": "12.0.13",
426+
"reason": "GR-58503"
427+
},
428+
{
429+
"group_id": "com.aliyun.oss",
430+
"artifact_id": "aliyun-sdk-oss",
431+
"version": "3.18.1",
432+
"reason": "GR-58503"
433+
},
434+
{
435+
"group_id": "software.amazon.awssdk",
436+
"artifact_id": "s3",
437+
"version": "2.27.24",
438+
"reason": "GR-58503"
439+
},
440+
{
441+
"group_id": "org.mongodb",
442+
"artifact_id": "mongodb-driver-sync",
443+
"version": "5.1.4",
444+
"reason": "GR-58503"
445+
},
446+
{
447+
"group_id": "org.springframework.data",
448+
"artifact_id": "spring-data-mongodb",
449+
"version": "4.3.3",
450+
"reason": "GR-58503"
451+
},
452+
{
453+
"group_id": "com.google.http-client",
454+
"artifact_id": "google-http-client",
455+
"version": "1.45.0",
456+
"reason": "GR-58503"
457+
},
458+
{
459+
"group_id": "org.seleniumhq.selenium",
460+
"artifact_id": "selenium-java",
461+
"version": "4.24.0",
462+
"reason": "GR-58503"
463+
},
464+
{
465+
"group_id": "com.aliyun",
466+
"artifact_id": "aliyun-java-sdk-core",
467+
"version": "4.7.1",
468+
"reason": "GR-58503"
469+
},
470+
{
471+
"group_id": "org.eclipse.jetty",
472+
"artifact_id": "jetty-client",
473+
"version": "12.0.13",
474+
"reason": "GR-58503"
475+
},
476+
{
477+
"group_id": "com.rabbitmq",
478+
"artifact_id": "amqp-client",
479+
"version": "5.21.0",
480+
"reason": "GR-58503"
481+
},
482+
{
483+
"group_id": "org.hibernate.orm",
484+
"artifact_id": "hibernate.core",
485+
"version": "6.6.0.Final",
486+
"reason": "GR-58503"
487+
},
488+
{
489+
"group_id": "com.sun.xml.bind",
490+
"artifact_id": "jaxb-impl",
491+
"version": "4.0.5",
492+
"reason": "GR-58503"
409493
}
410494
]

0 commit comments

Comments
 (0)