Skip to content

Commit 1a0c05c

Browse files
committed
edits, resize images
1 parent cf45cb7 commit 1a0c05c

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

articles/migrate/appcat/java-preview.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ In the **samples** directory, you can find the following scripts to run differen
298298
- **run-assessment-openjdk21**: Generates a report with code assessment and steps for migrating Airsonic to OpenJDK 21.
299299
- **run-assessment-package-only**: Produces a report by assessing specific packages.
300300

301-
These scripts are intended to be used with the [Airsonic-Advanced](https://github.com/airsonic-advanced/airsonic-advanced) sample project - a community-driven, web-based media streamer that allows you to access and share your music collection.
301+
These scripts are intended to be used with the [Airsonic-Advanced](https://github.com/airsonic-advanced/airsonic-advanced) sample project - a community-driven, web-based media streamer that enables you to access and share your music collection.
302+
302303
You can clone the application repository manually using the following command:
303304

304305
```sh
@@ -328,19 +329,19 @@ The reports are automatically generated and launched. You can find the reports u
328329

329330
### Summary of the analysis
330331

331-
The landing page of the report presents a summary view of all analyzed applications. From here, you can easily navigate to individual application reports to explore detailed findings.
332+
The landing page of the report presents a summary view of all analyzed applications. From here, you can navigate to individual application reports to explore detailed findings.
332333

333334
:::image type="content" source="media/java/appcat-7-report-summary.png" alt-text="Screenshot of the appcat summary report." lightbox="media/java/appcat-7-report-summary.png":::
334335

335-
The *Ask Copilot* button in the upper-right corner redirects you to the *GitHub Copilot App Modernization for Java* extension in Visual Studio Code, which provides both app assessment and code remediation as its key capabilities for migrating Java applications to Azure - powered by AppCAT and GitHub Copilot's AI capabilities.
336+
The **Ask Copilot** button in the upper-right corner redirects you to the GitHub Copilot App Modernization for Java extension in Visual Studio Code. This extension provides both app assessment and code remediation as its key capabilities for migrating Java applications to Azure - powered by AppCAT and GitHub Copilot's AI capabilities.
336337

337338
### Assessment report
338339

339-
The assessment report provides a categorized issue list in aspects of Azure readiness, cloud native and Java modernization that need to be addressed to successfully migrate the application to Azure.
340+
The assessment report provides a categorized issue list of various aspects of Azure readiness, cloud native, and Java modernization that you need to address to successfully migrate the application to Azure.
340341

341-
Each *Issue* is categorized by severity (Mandatory, Optional, or Potential) and includes the number of impacted lines of code.
342+
Each *Issue* is categorized by severity - **Mandatory**, **Optional**, or **Potential** - and includes the number of impacted lines of code.
342343

343-
The *Dependencies* and *Technologies* tabs display the libraries and technologies used within the application.
344+
The **Dependencies** and **Technologies** tabs display the libraries and technologies used within the application.
344345

345346
:::image type="content" source="media/java/appcat-7-report-assessment.png" alt-text="Screenshot of the AppCAT assessment report." lightbox="media/java/appcat-7-report-assessment.png":::
346347

84.2 KB
Loading
72.7 KB
Loading
14.1 KB
Loading
-13.7 KB
Loading

0 commit comments

Comments
 (0)