with one click
upgrade
// Upgrade Java runtime versions, frameworks, and dependencies to their latest compatible releases
// Upgrade Java runtime versions, frameworks, and dependencies to their latest compatible releases
Assess a Java project's modernization posture — Java version, framework versions, dependency health, vulnerabilities, and migration opportunities
Deploy Java applications to Azure services including App Service, Container Apps, AKS, and Spring Apps
Upgrade Java projects from JDK 11 to JDK 17 covering Records, Sealed Classes, Pattern Matching for instanceof, Switch Expressions, Text Blocks
Upgrade Java projects from JDK 17 to JDK 21 covering Virtual Threads, Pattern Matching for switch, Record Patterns, Sequenced Collections
Upgrade Java projects from JDK 21 to JDK 25 covering Flexible Constructor Bodies, Stream Gatherers, Class-File API, Scoped Values, Security Manager removal
Upgrade Java projects from JDK 8 to JDK 11 covering module system, removed Java EE modules (JAXB, JAX-WS, CORBA), var keyword, HTTP Client, collection factory methods
| name | upgrade |
| description | Upgrade Java runtime versions, frameworks, and dependencies to their latest compatible releases |
Upgrade Java runtime versions, frameworks, and dependencies.
For detailed, JEP-by-JEP upgrade instructions, see the version-specific skills:
var, HTTP Clientpom.xml, build.gradle), and source code to determine current Java version, framework versions, and dependency versions.mvn clean compile or gradle build) to confirm changes compile successfully. Run tests if available.