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/appcat7-release-notes.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,13 @@ ms.date: 01/15/2025
15
15
---
16
16
17
17
# Release notes
18
+
### 7.7.0.0 (GA)
19
+
This release contains the following fixes and enhancements:
20
+
- added graceful error handling with well-defined exit codes for different kinds of errors.
21
+
- Removed "appcat test" command.
22
+
- Enhanced report with adding application overview section.
23
+
- Bug Fix: fixed mvnw is not executable in Linux and macOS.
24
+
18
25
### 7.6.0.7
19
26
20
27
This release contains the following fixes and enhancements.
@@ -100,6 +107,13 @@ This release is based on a different set of components of the Konveyor project.
100
107
- New engine based on the [Konveyor Analyzer LSP](https://github.com/konveyor/analyzer-lsp) project, with a CLI based on the [Konveyor Kantra](https://github.com/konveyor/kantra/) project.
101
108
102
109
## Known issues
110
+
### 7.7.0.0
111
+
112
+
- Rules issues:
113
+
- The `azure-system-config-01000` rules aren't being triggered.
114
+
- The `azure-password-01000` rule detects only one violation, even when multiple violations exist in the same file.
115
+
- 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.
0 commit comments