-
Bug
-
Resolution: Unresolved
-
Major
-
MTA 7.1.1
-
None
-
None
-
False
-
-
False
-
-
-
None
Description of problem:
RuleID: javax-to-jakarta-import-00001
Description: The package 'javax' has been replaced by 'jakarta'.
Version-Release number of selected component (if applicable):
MTA 7.1.1 GA
How reproducible:
100%
Steps to Reproduce:
1. Start analysis using Git repository: https://github.com/konveyor-ecosystem/coolstore
2. Analysis mode: Source code + dependencies
3. Set targets: Containerization, Jakarta EE 9
4. Submit analysis
Actual results:
The following incidents are missing:
- File: /shared/source/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java
Line: 8import javax.ws.rs.*;
- File: /shared/source/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java
Lines: 7-11import javax.jms.*; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import javax.rmi.PortableRemoteObject;
- File: /shared/source/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java
Lines: 8-10import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException;
- File: /shared/source/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java
Line: 13import javax.sql.DataSource;
Attachments:
- is related to
-
MTA-3194 [Parent ticket] Validate if rules ID shown in reports are showing rules relevant to source.
- In Progress