Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-60602] Add libraries to native-image layer building test exclude list #10340

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ni-layers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ on:
push:
paths:
- '.github/workflows/ni-layers.yml'
- 'vm/tests/gh_workflows/NILayerTests/**'
pull_request:
paths:
- '.github/workflows/ni-layers.yml'
- 'vm/tests/gh_workflows/NILayerTests/**'
schedule:
- cron: "0 0 * * 1" # Once a week, at midnight on Monday (00:00 UTC)
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
"version": "4.0.22",
"reason": "Library too large to be built in a GitHub action. Finishes generating on better systems locally"
},
{
"group_id": "org.apache.logging.log4j",
"artifact_id": "log4j-core",
"version": "2.24.0",
"reason": "GR-57711"
},
{
"group_id": "org.scalatest",
"artifact_id": "scalatest_3",
Expand All @@ -23,12 +17,6 @@
"version": "3.3.3",
"reason": "GR-57738"
},
{
"group_id": "com.alibaba.fastjson2",
"artifact_id": "fastjson2",
"version": "2.0.52",
"reason": "GR-57711"
},
{
"group_id": "org.scala-js",
"artifact_id": "scalajs-test-bridge_2.13",
Expand Down Expand Up @@ -65,18 +53,6 @@
"version": "12.0.13",
"reason": "[Maven ERROR] Missing dependencies"
},
{
"group_id": "org.playframework",
"artifact_id": "play-test_3",
"version": "3.0.5",
"reason": "GR-57711"
},
{
"group_id": "io.quarkus",
"artifact_id": "quarkus-junit5",
"version": "3.14.3",
"reason": "GR-57711"
},
{
"group_id": "nl.jqno.equalsverifier",
"artifact_id": "equalsverifier",
Expand Down Expand Up @@ -137,30 +113,12 @@
"version": "2.3.0",
"reason": "[Maven ERROR] Unknown packaging: bundle"
},
{
"group_id": "org.gwtproject",
"artifact_id": "gwt-user",
"version": "2.11.0",
"reason": "GR-57738"
},
{
"group_id": "io.vertx",
"artifact_id": "vertx-core",
"version": "4.5.10",
"reason": "GR-57711"
},
{
"group_id": "org.mariadb.jdbc",
"artifact_id": "mariadb-java-client",
"version": "3.4.1",
"reason": "Finishes generating, but requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
},
{
"group_id": "com.microsoft.sqlserver",
"artifact_id": "mssql-jdbc",
"version": "12.8.1.jre11",
"reason": "GR-57711"
},
{
"group_id": "com.fasterxml.jackson.dataformat",
"artifact_id": "jackson-dataformat-cbor",
Expand Down Expand Up @@ -203,12 +161,6 @@
"version": "3.5.2",
"reason": "GR-57816"
},
{
"group_id": "org.springframework.security",
"artifact_id": "spring-security-web",
"version": "6.3.3",
"reason": "GR-57738"
},
{
"group_id": "org.eclipse.paho",
"artifact_id": "org.eclipse.paho.client.mqttv3",
Expand Down Expand Up @@ -275,18 +227,6 @@
"version": "4.1.113.Final",
"reason": "Finishes generating, but requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
},
{
"group_id": "org.jline",
"artifact_id": "jline",
"version": "3.26.3",
"reason": "GR-57711"
},
{
"group_id": "org.flywaydb",
"artifact_id": "flyway-core",
"version": "10.17.3",
"reason": "GR-57711"
},
{
"group_id": "org.springmodules",
"artifact_id": "spring-modules-cache",
Expand All @@ -305,12 +245,6 @@
"version": "3.5.2",
"reason": "GR-57816"
},
{
"group_id": "org.apache.cassandra",
"artifact_id": "java-driver-core",
"version": "4.18.1",
"reason": "GR-57711"
},
{
"group_id": "org.apache.hadoop",
"artifact_id": "hadoop-hdfs",
Expand All @@ -329,12 +263,6 @@
"version": "3.5.2",
"reason": "GR-57816"
},
{
"group_id": "org.apache.hbase",
"artifact_id": "hbase-client",
"version": "2.6.0",
"reason": "GR-57711"
},
{
"group_id": "io.circe",
"artifact_id": "circe-generic_3",
Expand All @@ -346,5 +274,47 @@
"artifact_id": "cats-effect_3",
"version": "3.6-0142603",
"reason": "GR-59420"
},
{
"group_id": "org.mockito",
"artifact_id": "mockito-core",
"version": "5.13.0",
"reason": "GR-60601"
},
{
"group_id": "org.assertj",
"artifact_id": "assertj-core",
"version": "3.26.3",
"reason": "GR-60601"
},
{
"group_id": "org.easymock",
"artifact_id": "easymock",
"version": "5.4.0",
"reason": "GR-60601"
},
{
"group_id": "net.bytebuddy",
"artifact_id": "byte-buddy",
"version": "1.15.1",
"reason": "GR-60601"
},
{
"group_id": "org.powermock",
"artifact_id": "powermock-core",
"version": "2.0.9",
"reason": "GR-60601"
},
{
"group_id": "org.infinispan",
"artifact_id": "infinispan-core",
"version": "15.0.8.Final",
"reason": "GR-60601"
},
{
"group_id": "org.hibernate.orm",
"artifact_id": "hibernate-core",
"version": "6.6.0.Final",
"reason": "GR-60601"
}
]
Loading