java-coding-skill
Installation
SKILL.md
Java Coding Skill
Core Principles
- Requires Java 25 or later for building the jar artifact for Copilot SDK for java.
- Uses the Multi-Relase jar feature JEP 238 https://openjdk.org/jeps/238 with
maven.compiler.release17 so that uses running JDK 17 can use the jar. - Requires GitHub Copilot CLI installed and in PATH.
- Uses
CompletableFuturefor all async operations. - Implements
AutoCloseablefor resource cleanup (try-with-resources).