* 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
11 KiB
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 |
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 |
Prompt | Create Spring Boot Java Project Skeleton |
| Java 11 to Java 17 Upgrade Guide |
Instruction | Comprehensive best practices for adopting new Java 17 features since the release of Java 11. |
| Java 17 to Java 21 Upgrade Guide |
Instruction | Comprehensive best practices for adopting new Java 21 features since the release of Java 17. |
| Java 21 to Java 25 Upgrade Guide |
Instruction | Comprehensive best practices for adopting new Java 25 features since the release of Java 21. |
| Java Development |
Instruction | Guidelines for building Java base applications |
| Java Documentation (Javadoc) Best Practices |
Prompt | Ensure that Java types are documented with Javadoc comments and follow best practices for documentation. |
| JUnit 5+ Best Practices |
Prompt | Get best practices for JUnit 5 unit testing, including data-driven tests |
| Quarkus |
Instruction | Quarkus development standards and instructions |
| Quarkus MCP Server |
Instruction | Quarkus and MCP Server with HTTP SSE transport development standards and instructions |
| Spring Boot Best Practices |
Prompt | Get best practices for developing applications with Spring Boot. |
| Spring Boot Development |
Instruction | Guidelines for building Spring Boot base applications |