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

Add license info and github slug to dataset #187

Merged
merged 16 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 5 additions & 2 deletions .github/workflows/validate-json-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set branch variable
id: branch_var
run: echo "branch_name=$(echo $GITHUB_REF | sed 's/refs\/heads\///')" >> $GITHUB_ENV

- name: Validate successfully reproduced breaking update JSON
uses: cardinalby/schema-validator-action@v3
with:
schema: "schemas/successful-reproduction-schemas/breaking-update.schema.json"
file: "data/benchmark/*.json"
refSchemasMap:
refSchemasMap:
'{"https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json": "schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json"}'

- name: Validate reproduction failed breaking update JSON
Expand All @@ -44,4 +47,4 @@ jobs:
schema: "schemas/not-attempted-reproduction-schemas/breaking-update.schema.json"
file: "data/in-progress-reproductions/*.json"
refSchemasMap:
'{"https://github.com/chains-project/breaking-updates/blob/main/schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json": "schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json"}'
'{"https://raw.githubusercontent.com/${{ github.repository }}/${{ env.branch_name }}/schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json": "schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json"}'
7 changes: 5 additions & 2 deletions data/benchmark/00a7cc31784ac4a9cc27d506a73ae589d6df36d6.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/mina/mina-core/2.1.5/mina-core-2.1.5-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/mina/mina-core/2.2.1/mina-core-2.2.1-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "Apache-2.0",
"githubRepoSlug" : "apache/mina-sshd"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:00a7cc31784ac4a9cc27d506a73ae589d6df36d6-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:00a7cc31784ac4a9cc27d506a73ae589d6df36d6-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "COMPILATION_FAILURE"
"failureCategory" : "COMPILATION_FAILURE",
"licenseInfo" : "NOASSERTION"
}
7 changes: 5 additions & 2 deletions data/benchmark/00c78c1273efbc6aeae852963ed328a5cb57092e.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : null,
"mavenSourceLinkBreaking" : null,
"updatedFileType" : "POM",
"dependencySection" : "dependencyManagement"
"dependencySection" : "dependencyManagement",
"licenseInfo" : "No license found",
"githubRepoSlug" : "Repository not found"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:00c78c1273efbc6aeae852963ed328a5cb57092e-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:00c78c1273efbc6aeae852963ed328a5cb57092e-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "ENFORCER_FAILURE"
"failureCategory" : "ENFORCER_FAILURE",
"licenseInfo" : "No license found"
}
7 changes: 5 additions & 2 deletions data/benchmark/01609f962f32cc2ba04fa574c79429e86b372c6b.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.24/spring-core-5.3.24-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.7/spring-core-6.0.7-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "Apache-2.0",
"githubRepoSlug" : "spring-projects/spring-framework"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:01609f962f32cc2ba04fa574c79429e86b372c6b-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:01609f962f32cc2ba04fa574c79429e86b372c6b-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "COMPILATION_FAILURE"
"failureCategory" : "COMPILATION_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/01737a7815069eef6fd035f077f5cc6f0a79b635.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : null,
"mavenSourceLinkBreaking" : null,
"updatedFileType" : "POM",
"dependencySection" : "dependencyManagement"
"dependencySection" : "dependencyManagement",
"licenseInfo" : "No license found",
"githubRepoSlug" : "Repository not found"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:01737a7815069eef6fd035f077f5cc6f0a79b635-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:01737a7815069eef6fd035f077f5cc6f0a79b635-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "ENFORCER_FAILURE"
"failureCategory" : "ENFORCER_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/02363207c365b3befd6426f6dda5c8eac904d760.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.3/slf4j-api-2.0.3-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "MIT",
"githubRepoSlug" : "qos-ch/slf4j"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:02363207c365b3befd6426f6dda5c8eac904d760-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:02363207c365b3befd6426f6dda5c8eac904d760-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "TEST_FAILURE"
"failureCategory" : "TEST_FAILURE",
"licenseInfo" : "AGPL-3.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/02eedffd33cc1fe94b59372a1c1bfd91b2fc2ced.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.24/spring-core-5.3.24-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.8/spring-core-6.0.8-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "Apache-2.0",
"githubRepoSlug" : "spring-projects/spring-framework"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:02eedffd33cc1fe94b59372a1c1bfd91b2fc2ced-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:02eedffd33cc1fe94b59372a1c1bfd91b2fc2ced-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "COMPILATION_FAILURE"
"failureCategory" : "COMPILATION_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/0305beafdecb0b28f7c94264ed20cdc4e41ff067.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.49/mysql-connector-java-5.1.49-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "No license found",
"githubRepoSlug" : "Repository not found"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0305beafdecb0b28f7c94264ed20cdc4e41ff067-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0305beafdecb0b28f7c94264ed20cdc4e41ff067-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "COMPILATION_FAILURE"
"failureCategory" : "COMPILATION_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/04c07b066b60a2e9d4f797b98dcd439a3a42f0b9.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.4/slf4j-api-2.0.4-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "MIT",
"githubRepoSlug" : "qos-ch/slf4j"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:04c07b066b60a2e9d4f797b98dcd439a3a42f0b9-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:04c07b066b60a2e9d4f797b98dcd439a3a42f0b9-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "TEST_FAILURE"
"failureCategory" : "TEST_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/04f776fa9bed9155776378daee788c7c166d3d35.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/api/gax/2.16.0/gax-2.16.0-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/api/gax/2.30.0/gax-2.30.0-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "No license found",
"githubRepoSlug" : "Repository not found"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:04f776fa9bed9155776378daee788c7c166d3d35-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:04f776fa9bed9155776378daee788c7c166d3d35-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "ENFORCER_FAILURE"
"failureCategory" : "ENFORCER_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/063cf862c045e0a9e401a539497e34ddaf8332b3.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.4.2/jackson-databind-2.4.2-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.8/jackson-databind-2.9.10.8-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "Apache-2.0",
"githubRepoSlug" : "fasterxml/jackson-databind"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:063cf862c045e0a9e401a539497e34ddaf8332b3-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:063cf862c045e0a9e401a539497e34ddaf8332b3-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "TEST_FAILURE"
"failureCategory" : "TEST_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/0671a30e3673989830ed7f4aa345b867c29547f0.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-surefire-provider/1.0.3/junit-platform-surefire-provider-1.0.3-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-surefire-provider/1.3.2/junit-platform-surefire-provider-1.3.2-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "buildPlugins"
"dependencySection" : "buildPlugins",
"licenseInfo" : "No license found",
"githubRepoSlug" : "Repository not found"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0671a30e3673989830ed7f4aa345b867c29547f0-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0671a30e3673989830ed7f4aa345b867c29547f0-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "TEST_FAILURE"
"failureCategory" : "TEST_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/067f5d2c81ff87c90755f4ed48f62eb5faa8ecf9.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.16.0/libthrift-0.16.0-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "Apache-2.0",
"githubRepoSlug" : "apache/thrift"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:067f5d2c81ff87c90755f4ed48f62eb5faa8ecf9-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:067f5d2c81ff87c90755f4ed48f62eb5faa8ecf9-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "COMPILATION_FAILURE"
"failureCategory" : "COMPILATION_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/06c5386831e97e94d9b9fd155d3ea4aa8711c4e7.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : null,
"mavenSourceLinkBreaking" : null,
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "No license found",
"githubRepoSlug" : "Repository not found"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:06c5386831e97e94d9b9fd155d3ea4aa8711c4e7-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:06c5386831e97e94d9b9fd155d3ea4aa8711c4e7-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "COMPILATION_FAILURE"
"failureCategory" : "COMPILATION_FAILURE",
"licenseInfo" : "MIT"
}
7 changes: 5 additions & 2 deletions data/benchmark/072528ee5e678feabeaa1e2962725134564bdd3c.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.2/slf4j-api-2.0.2-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "MIT",
"githubRepoSlug" : "qos-ch/slf4j"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:072528ee5e678feabeaa1e2962725134564bdd3c-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:072528ee5e678feabeaa1e2962725134564bdd3c-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "TEST_FAILURE"
"failureCategory" : "TEST_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/0771fe8d060aec9dc22344b8946e25ba8500afb9.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/7.2/checkstyle-7.2-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/8.29/checkstyle-8.29-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "buildPluginManagement"
"dependencySection" : "buildPluginManagement",
"licenseInfo" : "LGPL-2.1",
"githubRepoSlug" : "checkstyle/checkstyle"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0771fe8d060aec9dc22344b8946e25ba8500afb9-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0771fe8d060aec9dc22344b8946e25ba8500afb9-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "ENFORCER_FAILURE"
"failureCategory" : "ENFORCER_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/07e4b2894bc68cd3bb1892beaa13ec353564dcf1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : null,
"mavenSourceLinkBreaking" : null,
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "No license found",
"githubRepoSlug" : "Repository not found"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:07e4b2894bc68cd3bb1892beaa13ec353564dcf1-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:07e4b2894bc68cd3bb1892beaa13ec353564dcf1-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "COMPILATION_FAILURE"
"failureCategory" : "COMPILATION_FAILURE",
"licenseInfo" : "MIT"
}
7 changes: 5 additions & 2 deletions data/benchmark/07fad972bb884e9fa6143b4f870d08305811607d.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.1/logback-classic-1.4.1-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "NOASSERTION",
"githubRepoSlug" : "qos-ch/logback"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:07fad972bb884e9fa6143b4f870d08305811607d-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:07fad972bb884e9fa6143b4f870d08305811607d-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "COMPILATION_FAILURE"
"failureCategory" : "COMPILATION_FAILURE",
"licenseInfo" : "MIT"
}
7 changes: 5 additions & 2 deletions data/benchmark/07ff1a34661db6c7f0ca03156ff5d8936b5123f5.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.1/spring-context-6.0.1-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "Apache-2.0",
"githubRepoSlug" : "spring-projects/spring-framework"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:07ff1a34661db6c7f0ca03156ff5d8936b5123f5-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:07ff1a34661db6c7f0ca03156ff5d8936b5123f5-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "COMPILATION_FAILURE"
"failureCategory" : "COMPILATION_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/08e33c7bbc45ceac64564dadb9abbae0ed481ca5.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/5.3.24/spring-webmvc-5.3.24-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/6.0.5/spring-webmvc-6.0.5-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "Apache-2.0",
"githubRepoSlug" : "spring-projects/spring-framework"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:08e33c7bbc45ceac64564dadb9abbae0ed481ca5-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:08e33c7bbc45ceac64564dadb9abbae0ed481ca5-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "COMPILATION_FAILURE"
"failureCategory" : "COMPILATION_FAILURE",
"licenseInfo" : "Apache-2.0"
}
7 changes: 5 additions & 2 deletions data/benchmark/0968864d08e0fce1e5e1caaf89afddd2cc1b2569.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.22.0/assertj-core-3.22.0-sources.jar",
"mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.23.0/assertj-core-3.23.0-sources.jar",
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
"dependencySection" : "dependencies",
"licenseInfo" : "Apache-2.0",
"githubRepoSlug" : "assertj/assertj-core"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0968864d08e0fce1e5e1caaf89afddd2cc1b2569-pre",
"breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0968864d08e0fce1e5e1caaf89afddd2cc1b2569-breaking",
"javaVersionUsedForReproduction" : "11",
"failureCategory" : "ENFORCER_FAILURE"
"failureCategory" : "ENFORCER_FAILURE",
"licenseInfo" : "Apache-2.0"
}
Loading