Skip to content

Commit 366da17

Browse files
Fix coolstore app (#343) (#348)
Signed-off-by: Juan Manuel Leflet Estrada <[email protected]> Signed-off-by: Cherry Picker <[email protected]> Co-authored-by: Juan Manuel Leflet Estrada <[email protected]>
1 parent fe4b6af commit 366da17

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

analysis/tc_coolstore_deps.go

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var CoolstoreWithDeps = TC{
1818
},
1919
},
2020
Analysis: api.Analysis{
21-
Effort: 113,
21+
Effort: 115,
2222
Insights: []api.Insight{
2323
{
2424
Category: "mandatory",
@@ -439,6 +439,16 @@ var CoolstoreWithDeps = TC{
439439
Line: 4,
440440
Message: "Replace the `javax.ws` import statement with `jakarta.ws`",
441441
},
442+
{
443+
File: "/shared/source/coolstore/src/main/java/com/redhat/coolstore/model/CatalogItemEntity.java",
444+
Line: 3,
445+
Message: "Replace the `javax.persistence` import statement with `jakarta.persistence`",
446+
},
447+
{
448+
File: "/shared/source/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java",
449+
Line: 7,
450+
Message: "Replace the `javax.jms` import statement with `jakarta.jms`",
451+
},
442452
{
443453
File: "/shared/source/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java",
444454
Line: 12,

0 commit comments

Comments
 (0)