Feature Request
Track API differences between our local jdk.sandbox.java.util.json backport and the upstream OpenJDK java.util.json API on a daily basis.
Requirements
- Daily automated check via GitHub Actions
- Compare public APIs between local and upstream implementations
- Report any differences found
- Use compiler parsing for accurate API extraction
Implementation
- API tracker module that uses reflection for local classes and compiler parsing for upstream sources
- GitHub Action running daily via cron schedule
- Output report showing API differences
This will help us stay synchronized with upstream API changes.