JDK 25 Upgrade Blocker Lint
Finds the Java lines the new LTS removed — 18 rules; 23 findings in one 64-line fixture
Install
jdk25-upgrade-blocker-lint file
Node 18+. The same 18 rules as the VS Code extension, from a terminal or CI.
Free
- Lints the .java file you have open with all 18 rules, no key and no cap — the bundled 64-line fixture returns 23 findings, 15 errors and 8 warnings; the fixed copy returns 0.
--ruleslists every rule
With a licence ($29 once)
- Sweeps the whole workspace and writes the dated migration report file — every file, blocker, JEP and replacement — for the upgrade ticket; free for the first 7 days, then one key, commercial and CI-seat use included.
@readystack/jdk25-upgrade-blocker-lint --dir ./templates --report html --out report.html
A Java migration consultant bills $120-$200 an hour; a two-day audit of one repo is over $2,000.
Use from an AI agent (MCP)
Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:
{ "mcpServers": { "jdk25-upgrade-blocker-lint": { "command": "npx", "args": ["-y", "@readystack/jdk25-upgrade-blocker-lint", "--mcp"] } } }
Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.
Use in CI
- name: JDK 25 Upgrade Blocker Lint
run: npx -y @readystack/jdk25-upgrade-blocker-lint --dir . --ci
(container: docker run --rm -v "$PWD:/work" getreadystack/jdk25-upgrade-blocker-lint --dir /work --ci)
Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.
Install (PyPI)
pip install readystack-jdk25-upgrade-blocker-lint
jdk25-upgrade-blocker-lint --help
Release files for readystack-jdk25-upgrade-blocker-lint 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| readystack_jdk25_upgrade_blocker_lint-1.0.3.tar.gz | 12.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| readystack_jdk25_upgrade_blocker_lint-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.2 kB
Release files / readystack_jdk25_upgrade_blocker_lint-1.0.3.tar.gz
| Download URL | readystack_jdk25_upgrade_blocker_lint-1.0.3.tar.gz |
|---|---|
| Size | 12.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b7b50c11d7fbf8a1c83c38e383d77ede4802065e172486e72b5be31b2746c8e5
|
|
BLAKE2b-256 checksum How to use checksums |
25e5dbd6cc5e67bdc2bb9fc3c3cb146b6fb3ec54c38832d6829c7af3e43de371
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / readystack_jdk25_upgrade_blocker_lint-1.0.3-py3-none-any.whl
| Download URL | readystack_jdk25_upgrade_blocker_lint-1.0.3-py3-none-any.whl |
|---|---|
| Size | 13.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dde67d53acd6538f71b57764b5348b78d9e652e3ecfabcd4f669d55f6ad27094
|
|
BLAKE2b-256 checksum How to use checksums |
893cd37125199083978b15e4fc484f60f95a15ff69124ed1df13dbc896367d7f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|