awesome-copilot/collections/java-development.collection.yml
Bruno Borges 56a9426dda Add Java Development Collection and Upgrade Guides
- Created a new collection for Java development, including prompts and instructions for Spring Boot, Quarkus, JPA, JUnit, and Javadoc.
- Added comprehensive markdown documentation for upgrading from Java 17 to Java 21, detailing new language features, API changes, and best practices.
- Introduced upgrade guide for transitioning from Java 21 to Java 25, highlighting new features, migration strategies, and performance considerations.
2025-09-23 16:37:54 -07:00

31 lines
1.1 KiB
YAML

id: java-development
name: Java Development
description: Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.
tags: [java, springboot, quarkus, jpa, junit, javadoc]
items:
- path: instructions/java.instructions.md
kind: instruction
- path: instructions/springboot.instructions.md
kind: instruction
- path: instructions/quarkus.instructions.md
kind: instruction
- path: instructions/quarkus-mcp-server-sse.instructions.md
kind: instruction
- path: instructions/convert-jpa-to-spring-data-cosmos.instructions.md
kind: instruction
- path: instructions/java-17-to-java-21-upgrade.md
kind: instruction
- path: instructions/java-21-to-java-25-upgrade.md
kind: instruction
- path: prompts/java-docs.prompt.md
kind: prompt
- path: prompts/java-junit.prompt.md
kind: prompt
- path: prompts/java-springboot.prompt.md
kind: prompt
- path: prompts/create-spring-boot-java-project.prompt.md
kind: prompt
display:
ordering: alpha
show_badge: false