Skip to content

Commit eff2382

Browse files
Merge pull request #301557 from haoozhang/haozhan/appcat-7.6.0.7
Update public document for AppCAT java release 7.6.0.7
2 parents 31d6bc9 + 8a77329 commit eff2382

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

articles/migrate/appcat/java-preview.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ To use the `appcat` CLI, you must download the package specific to your environm
9898
### Prerequisites
9999

100100
- [Download](/java/openjdk/download#openjdk-17) and [install Microsoft Build of OpenJDK 17](/java/openjdk/install). Ensure that the `JAVA_HOME` environment variable is set.
101-
- [Download Apache Maven](https://maven.apache.org/download.cgi) and [install locally](https://maven.apache.org/install.html). Ensure that the Maven binary (`mvn`) is reachable through `PATH` environment variable.
102101

103102
### Install AppCAT
104103

@@ -357,6 +356,16 @@ Then, for each file or class affected by the issue, you can jump into the source
357356

358357
## Release notes
359358

359+
### 7.6.0.7
360+
361+
This release contains the following fixes and enhancements.
362+
363+
- Support to analyze Gradle-based Spring apps.
364+
- Support to analyze Open Liberty projects.
365+
- Show assessment progress by displaying the number of rules processed during assessment.
366+
- Removed Maven from prerequisites.
367+
- Replaced `airsonic.war` with `airsonic-advanced` as the sample application in the released artifacts.
368+
360369
### 7.6.0.6
361370

362371
This release contains the following fixes and enhancements.
@@ -475,6 +484,13 @@ GA (Generally Available) release of Azure Migrate application and code assessmen
475484

476485
## Known issues
477486

487+
### 7.6.0.7
488+
489+
- Rules issues:
490+
- The `azure-system-config-01000` rules aren't being triggered.
491+
- The `azure-password-01000` rule detects only one violation, even when multiple violations exist in the same file.
492+
- An error in the Watcher Error channel on Windows: `Windows system assumed buffer larger than it is, events have likely been missed`. This error message appears on the command line during long-running jobs on Windows.
493+
478494
### 7.6.0.6
479495

480496
- Rules issues:

0 commit comments

Comments
 (0)