Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Triple-Pat
/
java-syntheticalert
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: Triple-Pat/java-syntheticalert
Actions
All workflows
Workflows
Auto-assign
Auto-assign
Lint and Test
Lint and Test
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
6 workflow runs
6 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Ecosystem follow-up work
Auto-assign
#1:
Issue
#1
opened by
pboothe
10s
10s
View workflow file
Lint and Test: Say the Error Prone runtime check assumes no Gradle toolchain Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Lint and Test
#5:
Commit
060a5a7
pushed by
pboothe
50s
main
main
50s
View workflow file
Lint and Test: Compile without Error Prone on runtimes older than Java 21 Error Prone 2.50 is built for Java 21 and javac 17 loads every plugin on its processor path before asking whether it is enabled, so the Java 17 CI leg failed with UnsupportedClassVersionError. On a pre-21 runtime the Error Prone jars stay off the path and the plugin is disabled; the 17 leg still compiles, tests, and gates to prove the API floor, and the 21 and 25 legs carry the lint. Verified on a local JDK 17 and JDK 26. Co-Auth...
Lint and Test
#4:
Commit
4fd0397
pushed by
pboothe
1m 1s
main
main
1m 1s
View workflow file
Lint and Test: CI: run the formatter on the newest JDK only google-java-format 1.36 does not run on a JDK 17 runtime; the Java 17 leg failed every file with InvocationTargetException while 21 and 25 passed. The matrix is now newest-first and the format check runs on that leg, with the Coveralls upload. The code still targets 17. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Lint and Test
#3:
Commit
8572df6
pushed by
pboothe
59s
main
main
59s
View workflow file
Lint and Test: CI: find the main jar by name in the module-descriptor step Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Lint and Test
#2:
Commit
743cee1
pushed by
pboothe
57s
main
main
57s
View workflow file
Lint and Test: Add CI and the README badges Matrix on Temurin 17, 21, and 25. yamllint and spotlessCheck, then the compile and javadoc as the lint step (Error Prone and NullAway run inside javac at -Werror), tests with the JaCoCo report, the Coveralls upload from the first leg on main, then the 100% gate, then the jars and a module-descriptor check. Action majors verified against each repo's tags before pinning. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Lint and Test
#1:
Commit
016ad1b
pushed by
pboothe
1m 48s
main
main
1m 48s
View workflow file
You can’t perform that action at this time.