Update upgrade guide headers and descriptions for Java 21 to 25
This commit is contained in:
parent
56a9426dda
commit
5f88c3749f
@ -1,4 +1,9 @@
|
|||||||
# GitHub Copilot Instructions: Java 17 to Java 21 Upgrade Guide
|
---
|
||||||
|
applyTo: ['*']
|
||||||
|
description: "Comprehensive best practices for adopting new Java 21 features since the release of Java 17."
|
||||||
|
---
|
||||||
|
|
||||||
|
# Java 17 to Java 21 Upgrade Guide
|
||||||
|
|
||||||
These instructions help GitHub Copilot assist developers in upgrading Java projects from JDK 17 to JDK 21, focusing on new language features, API changes, and best practices.
|
These instructions help GitHub Copilot assist developers in upgrading Java projects from JDK 17 to JDK 21, focusing on new language features, API changes, and best practices.
|
||||||
|
|
||||||
@ -456,4 +461,4 @@ When reviewing code for Java 21 upgrade:
|
|||||||
- Validate UTF-8 default behavior across different platforms
|
- Validate UTF-8 default behavior across different platforms
|
||||||
- Test preview features thoroughly before production use
|
- Test preview features thoroughly before production use
|
||||||
|
|
||||||
Remember to enable preview features only when specifically needed and test thoroughly in staging environments before deploying to production.
|
Remember to enable preview features only when specifically needed and test thoroughly in staging environments before deploying to production.
|
||||||
|
|||||||
@ -3,7 +3,7 @@ applyTo: ['*']
|
|||||||
description: "Comprehensive best practices for adopting new Java 25 features since the release of Java 21."
|
description: "Comprehensive best practices for adopting new Java 25 features since the release of Java 21."
|
||||||
---
|
---
|
||||||
|
|
||||||
# GitHub Copilot Instructions: Java 21 to Java 25 Upgrade Guide
|
# Java 21 to Java 25 Upgrade Guide
|
||||||
|
|
||||||
These instructions help GitHub Copilot assist developers in upgrading Java projects from JDK 21 to JDK 25, focusing on new language features, API changes, and best practices.
|
These instructions help GitHub Copilot assist developers in upgrading Java projects from JDK 21 to JDK 25, focusing on new language features, API changes, and best practices.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user