Commit e4fa472
ci: restore lean Java CI gate to pair with go-parity workflow
The earlier "remove Java build from pipeline" iteration deleted
ci-java.yml outright, leaving go-parity.yml as the only thing exercising
the Java side on every PR — which means a Java compile break would only
surface inside the parity test rather than as its own failure signal.
This restores ci-java.yml as a lean gate:
- Triggers only on src/**, pom.xml, or this workflow path-filtered changes
(Go-only PRs do not run the Java side).
- `mvn -ntp -Dfrontend.skip=true verify` — compile + unit tests only,
no jacoco coverage, no spotbugs, no OWASP. Those heavier checks stay
under release-java.yml workflow_dispatch.
- Uploads surefire-reports on always() so a regression artifact is
recoverable.
This is the partner gate the parity workflow assumed existed. Disappears
in Phase 6 cutover with the rest of the Java tree.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent dd1bd9a commit e4fa472
1 file changed
Lines changed: 55 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
0 commit comments