-
Bug
-
Resolution: Done-Errata
-
Major
-
MTA 6.2.1
-
None
-
None
-
False
-
-
False
-
-
-
-
Customer Facing
-
No
Description of problem:
When running source+dependency analysis on an application built with a JDK of version <11, we run the risk of compilation failure. This is due to the fact that the addon is running `mvn install` to pull down the dependencies which inherently attempts to compile the app.
Version-Release number of selected component (if applicable):
6.2.1
How reproducible:
100%
Steps to Reproduce:
1. Run source+dep analysis on application built with older java version
Actual results:
Analysis task fails with errors about `mvn install` failing to compile.
Expected results:
Analysis task pod uses a different method to pull down the dependencies of the application.
Additional info:
In the new analyzer, we have a different method of downloading dependencies that doesn't require compilation here: https://github.com/konveyor/analyzer-lsp/blob/main/provider/internal/java/provider.go#L409
- relates to
-
MTA-2327 [QE] Automate client bug Source+Dependency analysis on <JDK11 java application fails compilation
- Closed
- links to
-
RHSA-2024:127515 Migration Toolkit for Applications security and bug fix update