Skip to content

Commit 88f73fa

Browse files
authored
Update release notes
1 parent 7127ce5 commit 88f73fa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/migrate/appcat/java-preview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,13 @@ Then, for each file or class affected by the incident, you can jump into the sou
354354

355355
This release contains the following fixes and enhancements.
356356

357-
357+
- The `--input` flag now accepts multiple values, allowing you to analyze multiple applications in a single command execution.
358+
- The static report output has been refined to ensure consistency with the IDE report.
359+
- AppCAT can now be installed in directories other than the user’s home directory.
360+
- Fixed an issue where running `analyze` with both `--bulk` and `--skip-static-report` failed to generate multiple output files.
361+
- Resolved a failure when analyzing with `--bulk` and `--rules` if no Java provider was launched.
362+
- Fixed an issue where analysis would fail if a specified package was not found when using the `--packages` flag.
363+
- The `--exclude-paths` flag has been deprecated. To exclude files or directories, use a `.appcat-ignore` file (supporting glob patterns) placed in the input directory or installation directory.
358364

359365
### 7.6.0.4
360366

0 commit comments

Comments
 (0)