Skip to content

Commit 6583f02

Browse files
Copilotpethers
andauthored
fix: resolve service.impl test failures - add ESV context, exclude ECJ for Java 26, update Java version to 26
Agent-Logs-Url: https://github.com/Hack23/cia/sessions/1f88b4f5-4c4c-413a-9709-8392efa32da8 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
1 parent cabef3b commit 6583f02

17 files changed

Lines changed: 122 additions & 24 deletions

File tree

.github/skills/github-actions-workflows/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create and maintain secure, efficient CI/CD pipelines using GitHub Actions for t
2121

2222
| Component | Version | Notes |
2323
|-----------|---------|-------|
24-
| **Java JDK** | 26-ea (Temurin) | Source level 21 |
24+
| **Java JDK** | 26 (Temurin) | Source level 21 |
2525
| **Maven** | 3.9.14 | Multi-module reactor build |
2626
| **PostgreSQL** | 18 | Extensions: pgaudit, pgcrypto, pg_stat_statements |
2727
| **Node.js** | 24 | MCP servers, Playwright |
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up JDK 26
5555
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
5656
with:
57-
java-version: '26-ea'
57+
java-version: '26'
5858
distribution: 'temurin'
5959
cache: 'maven'
6060

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
119119
with:
120120
distribution: "temurin"
121-
java-version: "26-ea"
121+
java-version: "26"
122122
# Disable built-in cache - we use optimized manual caching below
123123
cache: ""
124124

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
154154
with:
155155
distribution: "temurin"
156-
java-version: "26-ea"
156+
java-version: "26"
157157
# Disable built-in cache - we use optimized manual caching below
158158
cache: ""
159159

.github/workflows/javadoc-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
8282
with:
8383
distribution: 'temurin'
84-
java-version: '26-ea'
84+
java-version: '26'
8585
java-package: 'jdk'
8686
check-latest: true
8787
# Disable built-in cache - we use optimized manual caching below

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
9090
with:
9191
distribution: 'temurin'
92-
java-version: '26-ea'
92+
java-version: '26'
9393
java-package: 'jdk' # Explicitly specify JDK package
9494
check-latest: true # Always get latest patch version
9595
# Disable built-in cache - we use optimized manual caching below
1 MB
Binary file not shown.
1 MB
Binary file not shown.
10 MB
Binary file not shown.
10 MB
Binary file not shown.
19 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)