Skip to content
New issue

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

[RFR][JF] Affected files test cases fix #1281

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions cypress/fixtures/analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@
{
"name": "Hibernate Search 5 - Changes in indexing numeric and date values",
"category": "optional",
"source": "eap",
"sources": ["eap"],
"targets": ["eap"],
"effort": 1,
"incidents": 2,
Expand All @@ -1220,10 +1220,10 @@
{
"name": "Add Maven profile to run the Quarkus native build",
"category": "mandatory",
"source": "java-ee",
"sources": ["java-ee"],
"targets": ["quarkus"],
"effort": 1,
"totalEffort": 9,
"totalEffort": 1,
"incidents": 1,
"affectedFiles": 1,
"ruleSet": "quarkus/springboot",
Expand All @@ -1241,10 +1241,10 @@
{
"name": "Adopt Maven Surefire plugin",
"category": "mandatory",
"source": "java-ee",
"sources": ["java-ee"],
"targets": ["quarkus"],
"effort": 1,
"totalEffort": 8,
"totalEffort": 1,
"incidents": 1,
"affectedFiles": 1,
"ruleSet": "quarkus/springboot",
Expand All @@ -1262,10 +1262,10 @@
{
"name": "'jaxb-core' Maven dependency missing",
"category": "potential",
"source": "camel",
"sources": ["camel"],
"targets": ["camel"],
"effort": 1,
"totalEffort": 4,
"totalEffort": 1,
"incidents": 1,
"affectedFiles": 1,
"ruleSet": "camel3/camel2",
Expand Down
Loading