We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 0.0.6 (from IDE) Using: OpenAI gpt-4o Sample app: https://github.com/konveyor-ecosystem/coolstore (Branch: "main") Migrating from java-ee to Quarkus
I attempted to fix a 'larger' violation:
The package 'javax' has been replaced by 'jakarta'.
The IDE ran for ~40 minutes and then showed the below error peer closed connection without sending complete message body (incomplete chunked read)
peer closed connection without sending complete message body (incomplete chunked read)
Logs: $ gist .vscode/konveyor-logs/kai-analyzer-server.log FILE WAS TOO LARGE so attaching logs
$ gist .vscode/konveyor-logs/kai-rpc-server.log https://gist.github.com/jwmatthews/b4d5de08a9c6055e8bd2a3ce67b332d4
debug_logs.tar.gz
$ cat ./vscode/settings.json { "konveyor.analysis.labelSelector": "(konveyor.io/target=cloud-readiness || konveyor.io/target=jakarta-ee || konveyor.io/target=jakarta-ee8 || konveyor.io/target=jakarta-ee9 || konveyor.io/target=quarkus) || (discovery)", "konveyor.kai.getSolutionMaxPriority": 0, "konveyor.kai.getSolutionMaxDepth": 0, "konveyor.kai.getSolutionMaxIterations": 1 }%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: 0.0.6 (from IDE)
Using: OpenAI gpt-4o
Sample app: https://github.com/konveyor-ecosystem/coolstore (Branch: "main")
Migrating from java-ee to Quarkus
I attempted to fix a 'larger' violation:
The package 'javax' has been replaced by 'jakarta'.
which shows 94 incidentsThe IDE ran for ~40 minutes and then showed the below error
peer closed connection without sending complete message body (incomplete chunked read)
Logs:
$ gist .vscode/konveyor-logs/kai-analyzer-server.log
FILE WAS TOO LARGE so attaching logs
$ gist .vscode/konveyor-logs/kai-rpc-server.log
https://gist.github.com/jwmatthews/b4d5de08a9c6055e8bd2a3ce67b332d4
debug_logs.tar.gz
The text was updated successfully, but these errors were encountered: