diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 018277d9..cabb1b32 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,15 +13,14 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK (if available).
- java: [ 11, 17, 21 ]
+ java: [ 11, 17, 21, 22-ea ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
- # Use 'oracle' distribution for JDK 21 until 'temurin' is available.
- distribution: ${{ matrix.java == 21 && 'oracle' || 'temurin' }}
+ distribution: temurin
java-version: ${{ matrix.java }}
- name: Cache local Maven repository
uses: actions/cache@v3
diff --git a/pom.xml b/pom.xml
index 28b82a2b..b6d24fa2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,6 +186,18 @@
${jdk.release.version}
+
+
+ org.jboss.logging
+ jboss-logging-processor
+ ${version.jboss-logging-processor}
+
+
+ org.jboss.logging
+ jboss-logging
+ ${version.jboss-logging}
+
+
@@ -252,7 +264,7 @@
true
true
**/*$logger.java,**/*$bundle.java
-
+