-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf7ded1
commit 5349274
Showing
96 changed files
with
20,985 additions
and
2,668 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
Explanations/Compilation_Failures/0305beafdecb0b28f7c94264ed20cdc4e41ff067.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
CI detected that the dependency upgrade from version **mysql-connector-java-5.1.49** to **mysql-connector-java-8.0.28** has failed. Here are details to help you understand and fix the problem: | ||
1. Your client utilizes **2** constructs which has been modified in the new version of the dependency. | ||
* <details> | ||
<summary>Class <b>com.mysql.jdbc.exceptions.MySQLTimeoutException</b> which has been <b>removed</b> in the new version of the dependency</summary> | ||
* <details> | ||
<summary>The failure is identified from the logs generated in the build process. </summary> | ||
* >[[ERROR] /pdb/src/main/java/com/feedzai/commons/sql/abstraction/engine/impl/mysql/MySqlQueryExceptionHandler.java:[21,33] package com.mysql.jdbc.exceptions does not exist<br> ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:611) | ||
* An error was detected in line 21 which is making use of an outdated API. | ||
``` java | ||
21 import com.mysql.jdbc.exceptions.MySQLTimeoutException;; | ||
``` | ||
|
||
</details> | ||
</details> | ||
* <details> | ||
<summary>Class <b>com.mysql.jdbc.exceptions.MySQLTimeoutException</b> which has been <b>removed</b> in the new version of the dependency</summary> | ||
* <details> | ||
<summary>The failure is identified from the logs generated in the build process. </summary> | ||
* >[[ERROR] /pdb/src/main/java/com/feedzai/commons/sql/abstraction/engine/impl/mysql/MySqlQueryExceptionHandler.java:[40,37] cannot find symbol<br> symbol: class MySQLTimeoutException | ||
location: class com.feedzai.commons.sql.abstraction.engine.impl.mysql.MySqlQueryExceptionHandler | ||
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:612) | ||
* An error was detected in line 40 which is making use of an outdated API. | ||
``` java | ||
40 com.mysql.jdbc.exceptions.MySQLTimeoutException; | ||
``` | ||
|
||
</details> | ||
</details> | ||
|
||
|
14 changes: 14 additions & 0 deletions
14
Explanations/Compilation_Failures/0a11c04038eae517540051dbf51f7f26b7221f20.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
CI detected that the dependency upgrade from version **snakeyaml-1.24** to **snakeyaml-2.0** has failed. Here are details to help you understand and fix the problem: | ||
1. Your client utilizes **1** construct which has been modified in the new version of the dependency. | ||
* <summary>Constructor <b>org.yaml.snakeyaml.constructor.Constructor(java.lang.Class)</b> which has been <b></b> in the new version of the dependency</summary> | ||
* <summary>The failure is identified from the logs generated in the build process. </summary> | ||
* >[[ERROR] /simplelocalize-cli/src/main/java/io/simplelocalize/cli/configuration/ConfigurationLoader.java:[39,64] incompatible types: java.lang.Class<io.simplelocalize.cli.configuration.Configuration> cannot be converted to org.yaml.snakeyaml.LoaderOptions<br> ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1482) | ||
* An error was detected in line 39 which is making use of an outdated API. | ||
``` java | ||
39 new org.yaml.snakeyaml.constructor.Constructor(io.simplelocalize.cli.configuration.Configuration.class); | ||
``` | ||
|
||
|
15 changes: 4 additions & 11 deletions
15
Explanations/Compilation_Failures/0abf7148300f40a1da0538ab060552bca4a2f1d8.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,14 @@ | ||
CI detected that the dependency upgrade from version **jasperreports-6.18.1** to **jasperreports-6.19.1** has failed. Here are details to help you understand and fix the problem: | ||
1. Your client utilizes **1** instruction which has been modified in the new version of the dependency. | ||
* <summary>Method <b>setLineWidth()</b> which has been <b>removed</b> in the new version of the dependency</summary> | ||
1. Your client utilizes **1** construct which has been modified in the new version of the dependency. | ||
* <summary>Method <b>setLineWidth(float)</b> which has been <b>removed</b> in the new version of the dependency</summary> | ||
* <summary>The failure is identified from the logs generated in the build process. </summary> | ||
* >[[ERROR] /biapi/src/main/java/xdev/tableexport/export/ReportBuilder.java:[369,81] incompatible types: int cannot be converted to java.lang.Float](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1534) | ||
* >[[ERROR] /biapi/src/main/java/xdev/tableexport/export/ReportBuilder.java:[369,81] incompatible types: int cannot be converted to java.lang.Float<br> ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1534) | ||
* An error was detected in line 369 which is making use of an outdated API. | ||
``` java | ||
369 textField.getLineBox().getPen().setLineWidth(border.getLineWidth()); | ||
``` | ||
* >[[ERROR] /biapi/src/main/java/xdev/tableexport/export/ReportBuilder.java:[369,81] incompatible types: int cannot be converted to java.lang.Float](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1534) | ||
* An error was detected in line 369 which is making use of an outdated API. | ||
``` java | ||
369 textField.getLineBox().getPen().setLineWidth(border.getLineWidth()); | ||
``` | ||
</details> | ||
|
||
|
Oops, something went wrong.