-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated method from AbstractWeldELResolver
CI - change initial build to use JDK 17
- Loading branch information
Showing
4 changed files
with
9 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,15 +12,15 @@ on: | |
|
||
jobs: | ||
# builds Weld snapshot, downloads WFLY and upgrades it, prepares ENV variable | ||
build-jdk11: | ||
initial-build: | ||
name: "Initial JDK 11 Weld Build + WildFly patch" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up JDK | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 11 | ||
java-version: 17 | ||
distribution: 'temurin' | ||
- name: Download WildFly | ||
run: | | ||
|
@@ -80,7 +80,7 @@ jobs: | |
incontainer-tests: | ||
name: "Weld In-container Tests - JDK ${{matrix.java.name}}" | ||
runs-on: ubuntu-latest | ||
needs: build-jdk11 | ||
needs: initial-build | ||
timeout-minutes: 120 | ||
strategy: | ||
fail-fast: false | ||
|
@@ -154,7 +154,7 @@ jobs: | |
CDI-TCK: | ||
name: "CDI TCK - JDK ${{matrix.java.name}}" | ||
runs-on: ubuntu-latest | ||
needs: build-jdk11 | ||
needs: initial-build | ||
timeout-minutes: 120 | ||
strategy: | ||
fail-fast: false | ||
|
@@ -221,7 +221,7 @@ jobs: | |
relaxed-mode-test: | ||
name: "Relaxed mode testing - JDK ${{matrix.java.name}}" | ||
runs-on: ubuntu-latest | ||
needs: build-jdk11 | ||
needs: initial-build | ||
timeout-minutes: 120 | ||
strategy: | ||
fail-fast: false | ||
|
@@ -293,7 +293,7 @@ jobs: | |
no-container-tests: | ||
name: "Weld Tests w/o Container - JDK ${{matrix.java.name}}" | ||
runs-on: ubuntu-latest | ||
needs: build-jdk11 | ||
needs: initial-build | ||
timeout-minutes: 120 | ||
strategy: | ||
fail-fast: false | ||
|
@@ -343,7 +343,7 @@ jobs: | |
examples-tests: | ||
name: "Weld Examples build and test - JDK 17}" | ||
runs-on: ubuntu-latest | ||
needs: build-jdk11 | ||
needs: initial-build | ||
timeout-minutes: 120 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
@@ -403,7 +403,7 @@ jobs: | |
CDI-TCK-SE: | ||
name: "CDI TCK SE - JDK ${{matrix.java.name}}" | ||
runs-on: ubuntu-latest | ||
needs: build-jdk11 | ||
needs: initial-build | ||
timeout-minutes: 120 | ||
strategy: | ||
fail-fast: false | ||
|
@@ -453,7 +453,7 @@ jobs: | |
weld-se-servlet-coop: | ||
name: "Weld SE-Servlet Cooperation" | ||
runs-on: ubuntu-latest | ||
needs: build-jdk11 | ||
needs: initial-build | ||
timeout-minutes: 20 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters