From 738cc47a5834eea05fff7e1decea2d783bb3e62b Mon Sep 17 00:00:00 2001 From: Josiah Noel <32279667+SentryMan@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:24:37 -0400 Subject: [PATCH 1/4] fix valhalla they changed the identifier --- .github/workflows/valhalla-ea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/valhalla-ea.yml b/.github/workflows/valhalla-ea.yml index 488f29b1..15629251 100644 --- a/.github/workflows/valhalla-ea.yml +++ b/.github/workflows/valhalla-ea.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - java_version: [valhalla] + java_version: [jep401ea2] os: [ubuntu-latest] steps: From aa42b2a4dccb5bcaf1db33e4c43abebbc02e09fc Mon Sep 17 00:00:00 2001 From: Josiah Noel <32279667+SentryMan@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:27:17 -0400 Subject: [PATCH 2/4] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f502aab..0d503996 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 2025-10-21T20:40:33Z From 8bde2305be51e700f4243d54abf80d0ffe2adf84 Mon Sep 17 00:00:00 2001 From: Josiah Noel <32279667+SentryMan@users.noreply.github.com> Date: Sun, 26 Oct 2025 21:48:25 -0400 Subject: [PATCH 3/4] Update pom.xml --- inject-generator/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/inject-generator/pom.xml b/inject-generator/pom.xml index 3199a74e..ffefdbdc 100644 --- a/inject-generator/pom.xml +++ b/inject-generator/pom.xml @@ -14,9 +14,6 @@ annotation processor generating source code for avaje-inject dependency injection 1.43 - From 3ded946ffa81d2c25ba7925924bf36e6b744bc17 Mon Sep 17 00:00:00 2001 From: Josiah Noel <32279667+SentryMan@users.noreply.github.com> Date: Sun, 26 Oct 2025 21:50:20 -0400 Subject: [PATCH 4/4] Update pom.xml --- inject-maven-plugin/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/inject-maven-plugin/pom.xml b/inject-maven-plugin/pom.xml index 6bac7b63..d939b8d8 100644 --- a/inject-maven-plugin/pom.xml +++ b/inject-maven-plugin/pom.xml @@ -41,6 +41,13 @@ provides + + + org.ow2.asm + asm + 9.9 + +