Uh oh!
There was an error while loading. Please reload this page.
docs: Clarify supported Target Java Version on README (re. #242) - #263
docs: Clarify supported Target Java Version on README (re. #242)#263vorburger wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR clarifies the supported target Java version in the README documentation, addressing issue #242. The changes improve documentation clarity and formatting throughout the README.
Changes:
- Added explicit Java 11 runtime requirement documentation
- Improved formatting with proper code block syntax highlighting and spacing
- Fixed capitalization of "HTTP API" for consistency
- Reorganized the "Running tests" section for better clarity
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
| * [multihash](https://github.com/multiformats/java-multihash) | ||
| * [cid](https://github.com/ipld/java-cid) | ||
| This library requires (only) Java 11 bytecode & JDK at runtime. (At build time we use current latest LTS tools.) |
There was a problem hiding this comment.
The word "(only)" in parentheses seems out of place and unclear. It's not evident what aspect is being emphasized as "only" - is it "only Java 11" (not higher), "only at runtime" (not build time), or something else? Consider removing this word or clarifying the intended meaning.
| This library requires (only) Java 11 bytecode & JDK at runtime. (At build time we use current latest LTS tools.) | |
| This library requires Java 11 bytecode & JDK at runtime. (At build time we use current latest LTS tools.) |
vorburger
commented
Jan 20, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
cstamas
commented
Feb 14, 2026
Can this be synced with latest changes? |
Re. #242.