-
Notifications
You must be signed in to change notification settings - Fork 4
Standardize Java 25 setup and documentation #379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR standardizes Java 25 as the minimum required version across all contributor-facing documentation and development environments. The project already uses Java 25 in pom.xml and CI workflows, but developer documentation previously referenced Java 17.
Key Changes:
- Updated minimum Java version from 17 to 25 in README.md and copilot-instructions.md
- Added SDKMAN installation instructions with Java 25 (Temurin) examples
- Created devcontainer configuration for automatic Java 25 setup in Codespaces/devcontainers
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updated minimum Java version requirement to 25 and added SDKMAN installation instructions |
| .github/copilot-instructions.md | Updated Technology Stack to require Java 25 and added Environment Setup section with SDKMAN instructions |
| .devcontainer/devcontainer.json | Created new devcontainer configuration with Java 25, Maven, and VS Code Java extensions |



Description
Standardizes Java 25 as the minimum required version across all contributor-facing documentation and workspace tooling. The project already uses Java 25 in
pom.xmland CI workflows, but developer documentation still referenced Java 17.Resolves #378
Changes
copilot-instructions.mdandREADME.mdto specify Java 25 as minimum versionsdk install java 25.0.1-temwith guidance to runsdk list javafor platform-specific identifiers.devcontainer/devcontainer.jsonwith:Setup Example
Contributors can now install Java 25 via SDKMAN:
Or simply open the repository in a devcontainer/Codespace for automatic setup.
Checklist:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.