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 new Json files #117

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
3cbfdbf
Add new data
frankreyesgarcia Aug 2, 2023
746fe74
Automated stats update
github-actions[bot] Aug 2, 2023
acede92
Add control for null dates
frankreyesgarcia Aug 2, 2023
1346b1d
Merge branch 'main' into mine
frankreyesgarcia Aug 2, 2023
50f07b9
Automated stats update
github-actions[bot] Aug 2, 2023
5ddcb9a
Adding new data
frankreyesgarcia Aug 3, 2023
71a9d63
Automated stats update
github-actions[bot] Aug 3, 2023
f530092
Merge branch 'main' into mine
frankreyesgarcia Aug 3, 2023
7ae8b15
Merge
frankreyesgarcia Aug 3, 2023
bb42d12
Automated stats update
github-actions[bot] Aug 3, 2023
adbdef0
Merge branch 'main' into mine
frankreyesgarcia Aug 3, 2023
bc581b0
Automated stats update
github-actions[bot] Aug 3, 2023
faf7c6f
Remove data
frankreyesgarcia Aug 3, 2023
debd735
remove data
frankreyesSC Aug 4, 2023
0514420
Automated stats update
github-actions[bot] Aug 4, 2023
3064307
Merge branch 'mine' of github.com:chains-project/breaking-updates int…
frankreyesgarcia Aug 4, 2023
60987d2
Add check control for user login
frankreyesgarcia Aug 4, 2023
adaaf8e
Add new not-reproduced data
frankreyesgarcia Aug 4, 2023
7446c39
Automated stats update
github-actions[bot] Aug 4, 2023
886bfef
Delete not-reproduced-data
yogyagamage Aug 4, 2023
7543f5e
Automated stats update
github-actions[bot] Aug 4, 2023
912ab5f
Add 1752 new json files
frankreyesgarcia Aug 7, 2023
cb6a1d3
Merge branch 'mine' of github.com:chains-project/breaking-updates int…
frankreyesgarcia Aug 7, 2023
016dd1f
Automated stats update
github-actions[bot] Aug 7, 2023
4866d58
Merge branch 'main' into mine
frankreyesgarcia Aug 7, 2023
95c3c56
Merge branch 'mine' of github.com:chains-project/breaking-updates int…
frankreyesgarcia Aug 7, 2023
e2bc8cb
Automated stats update
github-actions[bot] Aug 7, 2023
14ba78c
Delete not-reproduced-data directory
yogyagamage Aug 7, 2023
8d9a65f
Automated stats update
github-actions[bot] Aug 7, 2023
24aa65a
Add new json files
frankreyesgarcia Aug 9, 2023
a90faaa
Automated stats update
github-actions[bot] Aug 9, 2023
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
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ java -jar target/BreakingUpdateReproducer.jar --help
```

## Stats
As of Aug 7 2023:
As of Aug 9 2023:
* The benchmark consists of 331 reproducible breaking updates.
- Of these breaking updates, 124 (37.46%) fail compilation with the updated dependency.
- 95 (28.70%) fail tests with the updated dependency.
- 1 (0.30%) have dependency resolution failures with the updated dependency.
- 55 (16.62%) fail after updating the dependency due to maven enforcer failures.
- 56 (16.92%) fail due to unknown failures after updating the dependency.
* Overall, reproduction has been attempted for 2754 breaking updates, and 2423 (87.98%) could not be locally reproduced.
* For 0 potential breaking updates, reproduction has not been attempted yet.
* For 1148 potential breaking updates, reproduction has not been attempted yet.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/OpenAPITools/openapi-diff/pull/439",
"project" : "openapi-diff",
"breakingCommit" : "0078cf27ae13fc37fc549ac3d3e59c3dd6965984",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "ch.qos.logback",
"dependencyArtifactID" : "logback-classic",
"previousVersion" : "1.3.0",
"newVersion" : "1.4.5",
"dependencyScope" : "compile",
"versionUpdateType" : "minor"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/kokorin/Jaffree/pull/309",
"project" : "Jaffree",
"breakingCommit" : "0094836efbc73241036e82ee002d5cd8df0988c2",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.puppycrawl.tools",
"dependencyArtifactID" : "checkstyle",
"previousVersion" : "9.2.1",
"newVersion" : "10.3.2",
"dependencyScope" : "compile",
"versionUpdateType" : "major"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/Pante/chimera/pull/379",
"project" : "chimera",
"breakingCommit" : "00b16bb2e78a038ad639bbd4669afd70ef7a8de6",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.puppycrawl.tools",
"dependencyArtifactID" : "checkstyle",
"previousVersion" : "10.1",
"newVersion" : "10.2",
"dependencyScope" : "compile",
"versionUpdateType" : "minor"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/eqasim-org/eqasim-java/pull/129",
"project" : "eqasim-java",
"breakingCommit" : "01059575ae151a573a748c837b20785882c2ffeb",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.fasterxml.jackson.core",
"dependencyArtifactID" : "jackson-databind",
"previousVersion" : "2.10.0",
"newVersion" : "2.12.6.1",
"dependencyScope" : "compile",
"versionUpdateType" : "other"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/lukas-krecan/future-converter/pull/93",
"project" : "future-converter",
"breakingCommit" : "01075f5aedd9a75448599e3724483afaff95cb93",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.springframework",
"dependencyArtifactID" : "spring-core",
"previousVersion" : "5.3.19",
"newVersion" : "6.0.6",
"dependencyScope" : "compile",
"versionUpdateType" : "major"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/729",
"project" : "IDS-Messaging-Services",
"breakingCommit" : "01609f962f32cc2ba04fa574c79429e86b372c6b",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.springframework",
"dependencyArtifactID" : "spring-core",
"previousVersion" : "5.3.24",
"newVersion" : "6.0.7",
"dependencyScope" : "compile",
"versionUpdateType" : "major"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/INTO-CPS-Association/maestro/pull/388",
"project" : "maestro",
"breakingCommit" : "01b20ea4996025f81feb622c7f45eadbc79ce340",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.fasterxml.jackson.core",
"dependencyArtifactID" : "jackson-databind",
"previousVersion" : "2.10.5.1",
"newVersion" : "2.12.6.1",
"dependencyScope" : "compile",
"versionUpdateType" : "other"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/togglz/togglz/pull/994",
"project" : "togglz",
"breakingCommit" : "01bfaddbc039fbec2815dc37f8304f5f6a7cf4e2",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.google.cloud",
"dependencyArtifactID" : "google-cloud-storage",
"previousVersion" : "2.19.0",
"newVersion" : "2.20.2",
"dependencyScope" : "compile",
"versionUpdateType" : "minor"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/JanusGraph/janusgraph/pull/3772",
"project" : "janusgraph",
"breakingCommit" : "01e602d094707abe5ded6d52b828bc50d2fa31e3",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.yaml",
"dependencyArtifactID" : "snakeyaml",
"previousVersion" : "1.32",
"newVersion" : "2.0",
"dependencyScope" : "compile",
"versionUpdateType" : "major"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/Password4j/password4j/pull/51",
"project" : "password4j",
"breakingCommit" : "021ae33cb3b0dae9544ed81656d8da282bd36fef",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.slf4j",
"dependencyArtifactID" : "slf4j-api",
"previousVersion" : "1.7.32",
"newVersion" : "1.7.33",
"dependencyScope" : "compile",
"versionUpdateType" : "patch"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/mathieucarbou/license-maven-plugin/pull/576",
"project" : "license-maven-plugin",
"breakingCommit" : "02760d53acaf5a3cfe764efac81ca4d5e45e54c0",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.puppycrawl.tools",
"dependencyArtifactID" : "checkstyle",
"previousVersion" : "9.3",
"newVersion" : "10.12.0",
"dependencyScope" : "compile",
"versionUpdateType" : "major"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/Pante/chimera/pull/349",
"project" : "chimera",
"breakingCommit" : "02790c7698a9c7240f5308e26c664abe63d0d8d6",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.checkerframework",
"dependencyArtifactID" : "checker-qual",
"previousVersion" : "3.21.0",
"newVersion" : "3.21.1",
"dependencyScope" : "compile",
"versionUpdateType" : "patch"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/Pante/chimera/pull/356",
"project" : "chimera",
"breakingCommit" : "027fa1e89bc61eeebecbeb29a93b612a1c666186",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.karuslabs",
"dependencyArtifactID" : "utilitary",
"previousVersion" : "1.1.1",
"newVersion" : "1.1.2",
"dependencyScope" : "compile",
"versionUpdateType" : "patch"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/PaladinCloud/CE/pull/563",
"project" : "CE",
"breakingCommit" : "0293a6a92c09fd525fa2b047d4901d8b00f7e5ce",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.fasterxml.jackson.core",
"dependencyArtifactID" : "jackson-databind",
"previousVersion" : "2.12.6.1",
"newVersion" : "2.13.4.1",
"dependencyScope" : "compile",
"versionUpdateType" : "other"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/mathieucarbou/license-maven-plugin/pull/445",
"project" : "license-maven-plugin",
"breakingCommit" : "02a3fd226c3fcf1934fabc1519b1d0660f42731c",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.puppycrawl.tools",
"dependencyArtifactID" : "checkstyle",
"previousVersion" : "9.3",
"newVersion" : "10.6.0",
"dependencyScope" : "compile",
"versionUpdateType" : "major"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/tr7zw/Item-NBT-API/pull/189",
"project" : "Item-NBT-API",
"breakingCommit" : "02d3ab0b11d9b3028594f931988e2da513253e24",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.javassist",
"dependencyArtifactID" : "javassist",
"previousVersion" : "3.29.1-GA",
"newVersion" : "3.29.2-GA",
"dependencyScope" : "compile",
"versionUpdateType" : "other"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/741",
"project" : "IDS-Messaging-Services",
"breakingCommit" : "02eedffd33cc1fe94b59372a1c1bfd91b2fc2ced",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.springframework",
"dependencyArtifactID" : "spring-core",
"previousVersion" : "5.3.24",
"newVersion" : "6.0.8",
"dependencyScope" : "compile",
"versionUpdateType" : "major"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/TAKETODAY/today-infrastructure/pull/158",
"project" : "today-infrastructure",
"breakingCommit" : "030407219d58bd196d481e72d3cee52ea910a29a",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.google.code.gson",
"dependencyArtifactID" : "gson",
"previousVersion" : "2.8.6",
"newVersion" : "2.8.9",
"dependencyScope" : "compile",
"versionUpdateType" : "patch"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/feedzai/pdb/pull/342",
"project" : "pdb",
"breakingCommit" : "0305beafdecb0b28f7c94264ed20cdc4e41ff067",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "mysql",
"dependencyArtifactID" : "mysql-connector-java",
"previousVersion" : "5.1.49",
"newVersion" : "8.0.28",
"dependencyScope" : "compile",
"versionUpdateType" : "major"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/kokorin/Jaffree/pull/298",
"project" : "Jaffree",
"breakingCommit" : "0308b803a9388e6f52dbf69bf04f0a2973c890da",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.puppycrawl.tools",
"dependencyArtifactID" : "checkstyle",
"previousVersion" : "9.2.1",
"newVersion" : "10.2",
"dependencyScope" : "compile",
"versionUpdateType" : "major"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"url" : "https://github.com/JanusGraph/janusgraph/pull/3427",
"project" : "janusgraph",
"breakingCommit" : "03751fc638e964e63c895c18bd46682124b6d6a2",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.apache.curator",
"dependencyArtifactID" : "curator-recipes",
"previousVersion" : "4.2.0",
"newVersion" : "5.4.0",
"dependencyScope" : "compile",
"versionUpdateType" : "major"
}
}
Loading
Loading