Skip to content

Commit 4b14c34

Browse files
authored
Merge pull request #8919 from microsoft/ntrogh/java-formatting
[Java docs] Update formatting and screenshot
2 parents 5a88952 + c34d20b commit 4b14c34

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed
-62.4 KB
Loading

docs/java/java-app-mod.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@ Whether upgrading frameworks, addressing outdated dependencies, or preparing for
66

77
![GitHub Copilot App Modernization](images/java-app-mod/appmodlogo.png)
88

9-
The extension offers the following the key capabilities:
9+
## Extension capabilities
1010

11-
* Intelligent assessments and upgrade planning
12-
Copilot scans your codebase, analyzes dependencies and frameworks, and builds actionable plans to guide your modernization journey.
11+
The [GitHub Copilot App Modernization](https://marketplace.visualstudio.com/items?itemName=vscjava.migrate-java-to-azure) extension offers the following the key capabilities:
1312

14-
* AI-powered code transformation
15-
From Java 8 to the latest LTS version, Copilot automates upgrades with structured, context-aware edits, cutting out repetitive work and reducing upgrade risk.
13+
* **Intelligent assessments and upgrade planning**: Copilot scans your codebase, analyzes dependencies and frameworks, and builds actionable plans to guide your modernization journey.
1614

17-
* Reusable migration patterns
18-
Capture your team’s refactoring logic into custom formulas, then reapply them across apps for consistent, scalable modernization.
15+
* **AI-powered code transformation**: From Java 8 to the latest LTS version, Copilot automates upgrades with structured, context-aware edits, cutting out repetitive work and reducing upgrade risk.
1916

20-
* Build and test validation
21-
Copilot fixes build errors, runs unit tests, and ensures your application is stable after changes, helping maintain clean CI/CD pipelines.
17+
* **Reusable migration patterns**: Capture your team’s refactoring logic into custom formulas, then reapply them across apps for consistent, scalable modernization.
2218

23-
* CVE detection and remediation
24-
Automatically detect and patch known vulnerabilities post-upgrade. Copilot applies secure fixes while keeping you in full control of the changes.
19+
* **Build and test validation**: Copilot fixes build errors, runs unit tests, and ensures your application is stable after changes, helping maintain clean CI/CD pipelines.
2520

26-
* Seamless Azure integration
27-
Deploy upgraded apps to Azure with minimal effort. Modernized apps can immediately use Azure AI Foundry to unlock over 11,000 models, built-in observability, safety tools, and agent services.
21+
* **CVE detection and remediation**: Automatically detect and patch known vulnerabilities post-upgrade. Copilot applies secure fixes while keeping you in full control of the changes.
22+
23+
* **Seamless Azure integration**: Deploy upgraded apps to Azure with minimal effort. Modernized apps can immediately use Azure AI Foundry to unlock over 11,000 models, built-in observability, safety tools, and agent services.
2824

2925
## Get started
3026

31-
Get started with one of the following tutorials or learn more about [general app modernization](https://learn.microsoft.com/en-us/azure/developer/github-copilot-app-modernization/overview):
27+
Get started with one of the following tutorials:
3228

3329
* [Upgrade a Java project](https://learn.microsoft.com/java/upgrade/quickstart-upgrade)
3430
* [Assess and migrate a Java project](https://learn.microsoft.com/azure/developer/java/migration)
3531
* [Detect and fix security issues in your Java project](https://learn.microsoft.com/java/upgrade/tools)
32+
33+
## Related resources
34+
35+
* Learn more about [general concepts of app modernization](https://learn.microsoft.com/en-us/azure/developer/github-copilot-app-modernization/overview)

0 commit comments

Comments
 (0)