awesome-copilot/collections/java-development.md
Bruno Borges 6906627e07
Java upgrade guides and Java Collection (#260)
* Java 25 upgrade guide with best practices (Java 21 -> 25)

Added a description for the Java upgrade guide.

* 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.

* Update upgrade guide headers and descriptions for Java 21 to 25

* Refactor Java Development Collection: Update Upgrade Guides with Descriptions

* Add Java 11 to Java 17 Upgrade Guide with best practices and migration patterns

* Rename files
2025-09-24 10:24:12 +10:00

11 KiB

Java Development

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 in this Collection

Title Type Description
Convert Spring JPA project to Spring Data Cosmos
Install in VS Code
Install in VS Code Insiders
Instruction Step-by-step guide for converting Spring Boot JPA applications to use Azure Cosmos DB with Spring Data Cosmos
Create Spring Boot Java project prompt
Install in VS Code
Install in VS Code Insiders
Prompt Create Spring Boot Java Project Skeleton
Java 11 to Java 17 Upgrade Guide
Install in VS Code
Install in VS Code Insiders
Instruction Comprehensive best practices for adopting new Java 17 features since the release of Java 11.
Java 17 to Java 21 Upgrade Guide
Install in VS Code
Install in VS Code Insiders
Instruction Comprehensive best practices for adopting new Java 21 features since the release of Java 17.
Java 21 to Java 25 Upgrade Guide
Install in VS Code
Install in VS Code Insiders
Instruction Comprehensive best practices for adopting new Java 25 features since the release of Java 21.
Java Development
Install in VS Code
Install in VS Code Insiders
Instruction Guidelines for building Java base applications
Java Documentation (Javadoc) Best Practices
Install in VS Code
Install in VS Code Insiders
Prompt Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.
JUnit 5+ Best Practices
Install in VS Code
Install in VS Code Insiders
Prompt Get best practices for JUnit 5 unit testing, including data-driven tests
Quarkus
Install in VS Code
Install in VS Code Insiders
Instruction Quarkus development standards and instructions
Quarkus MCP Server
Install in VS Code
Install in VS Code Insiders
Instruction Quarkus and MCP Server with HTTP SSE transport development standards and instructions
Spring Boot Best Practices
Install in VS Code
Install in VS Code Insiders
Prompt Get best practices for developing applications with Spring Boot.
Spring Boot Development
Install in VS Code
Install in VS Code Insiders
Instruction Guidelines for building Spring Boot base applications