You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/migrate/appcat/java-preview.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,8 @@ In the **samples** directory, you can find the following scripts to run differen
298
298
-**run-assessment-openjdk21**: Generates a report with code assessment and steps for migrating Airsonic to OpenJDK 21.
299
299
-**run-assessment-package-only**: Produces a report by assessing specific packages.
300
300
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
+
302
303
You can clone the application repository manually using the following command:
303
304
304
305
```sh
@@ -328,19 +329,19 @@ The reports are automatically generated and launched. You can find the reports u
328
329
329
330
### Summary of the analysis
330
331
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.
332
333
333
334
:::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":::
334
335
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.
336
337
337
338
### Assessment report
338
339
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.
340
341
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.
342
343
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.
344
345
345
346
:::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":::
0 commit comments