Skip to content

Commit a58776c

Browse files
Merge pull request #303708 from zhoufenqin/fenzho/release-7.7.0.2
update for appcat 7.7.0.2
2 parents da394f3 + 02231a3 commit a58776c

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

articles/migrate/appcat/appcat-7-quickstart.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,9 @@ ms.date: 06/27/2025
1515

1616
This quickstart shows you how to download, install, and run AppCAT 7 against a sample Java project.
1717

18-
## Prerequisites
19-
20-
Before downloading AppCAT, be sure the JDK is installed and configured correctly.
21-
22-
- [The Microsoft Build of OpenJDK 17](/java/openjdk/install). Ensure that the `JAVA_HOME` environment variable is set.
23-
2418
## Download and install
2519

26-
To use the `appcat` CLI, you must download the package specific to your environment, and have the required dependencies in your environment. The `appcat` CLI runs on any environment such as Windows, Linux, or Mac, using Intel, Arm, or Apple Silicon hardware. For the JDK requirement, we recommend you use the [Microsoft Build of OpenJDK](/java/openjdk).
20+
To use the `appcat` CLI, you must download the package specific to your environment, and have the required dependencies in your environment. The `appcat` CLI runs on any environment such as Windows, Linux, or Mac, using Intel, Arm, or Apple Silicon hardware.
2721

2822
| OS | Architecture | Download Link | Other files |
2923
|---------|-----------------|----------------|--------------------------|
@@ -68,6 +62,7 @@ Extract the binary from the downloaded file. You should see the following folder
6862
├── NOTICE.txt
6963
├── maven.default.index
7064
├── jdtls/
65+
├── justj.zip (Windows) / justj.tar.gz (Linux/macOS)
7166
├── static-report/
7267
├── maven-wrapper/
7368
├── .appcat-ignore

articles/migrate/appcat/appcat-7-release-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ This article provides the release notes for Azure Migrate application and code a
1717

1818
## Release history
1919

20+
### 7.7.0.2
21+
22+
This release contains the following fixes and enhancements:
23+
24+
- Removed JDK from the prerequisites.
25+
- Removed **output.json** or **output.yaml** from result output.
26+
- Fixed the issue where the `azure-password-01000` rule detects only one violation, even when multiple violations exist in the same file.
27+
2028
### 7.7.0.1
2129

2230
This release contains the following fixes and enhancements:
@@ -118,6 +126,12 @@ This release is based on a different set of components of the Konveyor project.
118126

119127
## Known issues
120128

129+
### 7.7.0.2
130+
131+
- Rules issues:
132+
- The `azure-system-config-01000` rules aren't being triggered.
133+
- 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.
134+
121135
### 7.7.0.1
122136

123137
- Rules issues:

0 commit comments

Comments
 (0)