Skip to content

Commit

Permalink
Updating explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
frankreyesgarcia committed Aug 26, 2024
1 parent 6e08be1 commit 2325f92
Show file tree
Hide file tree
Showing 77 changed files with 1,257 additions and 1,257 deletions.
10 changes: 5 additions & 5 deletions Explanations/00a7cc31784ac4a9cc27d506a73ae589d6df36d6.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CI detected that the dependency upgrade from version **mina-core-2.1.5** to **mi
* >[[ERROR] /quickfixj/quickfixj-core/src/main/java/quickfix/mina/acceptor/AbstractSocketAcceptor.java:[136,18] cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method setUseClientMode(boolean)
location: variable sslFilter of type quickfix.mina.ssl.SSLFilter
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1552)
](XXXX)
* An error was detected in line 136 which is making use of an outdated API.
``` java
136 sslFilter.setUseClientMode(false);
Expand All @@ -26,7 +26,7 @@ CI detected that the dependency upgrade from version **mina-core-2.1.5** to **mi
* >[[ERROR] /quickfixj/quickfixj-core/src/main/java/quickfix/mina/ssl/SSLFilter.java:[43,9] constructor SslFilter in class org.apache.mina.filter.ssl.SslFilter cannot be applied to given types;<br>&nbsp;&nbsp;&nbsp;&nbsp; required: javax.net.ssl.SSLContext
found: javax.net.ssl.SSLContext,boolean
reason: actual and formal argument lists differ in length
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1554)
](XXXX)
* An error was detected in line 43 which is making use of an outdated API.
``` java
43 super(sslContext, autoStart);
Expand All @@ -43,7 +43,7 @@ CI detected that the dependency upgrade from version **mina-core-2.1.5** to **mi
* >[[ERROR] /quickfixj/quickfixj-core/src/main/java/quickfix/mina/initiator/InitiatorProxyIoHandler.java:[65,27] cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method initiateHandshake(org.apache.mina.core.session.IoSession)
location: variable sslFilter of type quickfix.mina.ssl.SSLFilter
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1556)
](XXXX)
* An error was detected in line 65 which is making use of an outdated API.
``` java
65 this.sslFilter.initiateHandshake(ioSession);
Expand All @@ -60,7 +60,7 @@ CI detected that the dependency upgrade from version **mina-core-2.1.5** to **mi
* >[[ERROR] /quickfixj/quickfixj-core/src/main/java/quickfix/mina/ssl/SSLFilter.java:[78,38] cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: variable PEER_ADDRESS
location: class quickfix.mina.ssl.SSLFilter
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1555)
](XXXX)
* An error was detected in line 78 which is making use of an outdated API.
``` java
78 org.apache.mina.filter.ssl.SslFilter.PEER_ADDRESS;
Expand All @@ -77,7 +77,7 @@ CI detected that the dependency upgrade from version **mina-core-2.1.5** to **mi
* >[[ERROR] /quickfixj/quickfixj-core/src/main/java/quickfix/mina/initiator/IoSessionInitiator.java:[195,22] cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method setUseClientMode(boolean)
location: variable sslFilter of type quickfix.mina.ssl.SSLFilter
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1553)
](XXXX)
* An error was detected in line 195 which is making use of an outdated API.
``` java
195 sslFilter.setUseClientMode(true);
Expand Down
4 changes: 2 additions & 2 deletions Explanations/0305beafdecb0b28f7c94264ed20cdc4e41ff067.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CI detected that the dependency upgrade from version **mysql-connector-java-5.1.
* <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>&nbsp;&nbsp;&nbsp;&nbsp;](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:611)
* >[[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>&nbsp;&nbsp;&nbsp;&nbsp;](XXXX)
* An error was detected in line 21 which is making use of an outdated API.
``` java
21 import com.mysql.jdbc.exceptions.MySQLTimeoutException;;
Expand All @@ -23,7 +23,7 @@ CI detected that the dependency upgrade from version **mysql-connector-java-5.1.
* >[[ERROR] /pdb/src/main/java/com/feedzai/commons/sql/abstraction/engine/impl/mysql/MySqlQueryExceptionHandler.java:[40,37] cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; 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)
](XXXX)
* An error was detected in line 40 which is making use of an outdated API.
``` java
40 com.mysql.jdbc.exceptions.MySQLTimeoutException;
Expand Down
2 changes: 1 addition & 1 deletion Explanations/0a11c04038eae517540051dbf51f7f26b7221f20.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CI detected that the dependency upgrade from version **snakeyaml-1.24** to **sna
* <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>&nbsp;&nbsp;&nbsp;&nbsp;](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1482)
* >[[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>&nbsp;&nbsp;&nbsp;&nbsp;](XXXX)
* 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);
Expand Down
2 changes: 1 addition & 1 deletion Explanations/0abf7148300f40a1da0538ab060552bca4a2f1d8.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CI detected that the dependency upgrade from version **jasperreports-6.18.1** to
* <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<br>&nbsp;&nbsp;&nbsp;&nbsp;](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>&nbsp;&nbsp;&nbsp;&nbsp;](XXXX)
* An error was detected in line 369 which is making use of an outdated API.
``` java
369 textField.getLineBox().getPen().setLineWidth(border.getLineWidth());
Expand Down
18 changes: 9 additions & 9 deletions Explanations/0e8625f492854a78c0e1ceff67b2abd7e081d42b.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
* >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method setSendServerVersion(boolean)
location: variable server of type Server
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1240)
](XXXX)
* An error was detected in line 33 which is making use of an outdated API.
``` java
33 this.server.setSendServerVersion(false);
Expand All @@ -29,7 +29,7 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
* >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: class SelectChannelConnector
location: class JettyStubHttpServer
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1242)
](XXXX)
* An error was detected in line 36 which is making use of an outdated API.
``` java
36 new org.eclipse.jetty.server.nio.SelectChannelConnector();
Expand All @@ -46,7 +46,7 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
* >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method getLocalPort()
location: variable httpConnector of type Connector
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1244)
](XXXX)
* An error was detected in line 80 which is making use of an outdated API.
``` java
80 httpConnector.getLocalPort();
Expand All @@ -67,7 +67,7 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
* >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method setPort(int)
location: variable httpConnector of type Connector
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1243)
](XXXX)
* An error was detected in line 37 which is making use of an outdated API.
``` java
37 this.httpConnector.setPort(port);
Expand All @@ -88,7 +88,7 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
* >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: class SelectChannelConnector
location: class JettyStubHttpServer
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1242)
](XXXX)
* An error was detected in line 36 which is making use of an outdated API.
``` java
36 new org.eclipse.jetty.server.nio.SelectChannelConnector();
Expand All @@ -105,7 +105,7 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
* >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method setSendDateHeader(boolean)
location: variable server of type Server
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1241)
](XXXX)
* An error was detected in line 34 which is making use of an outdated API.
``` java
34 this.server.setSendDateHeader(true);
Expand All @@ -126,7 +126,7 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
* >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method setPort(int)
location: variable httpConnector of type Connector
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1243)
](XXXX)
* An error was detected in line 37 which is making use of an outdated API.
``` java
37 this.httpConnector.setPort(port);
Expand All @@ -143,7 +143,7 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
* >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method getLocalPort()
location: variable httpConnector of type Connector
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1244)
](XXXX)
* An error was detected in line 80 which is making use of an outdated API.
``` java
80 httpConnector.getLocalPort();
Expand All @@ -160,7 +160,7 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
* >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: class SelectChannelConnector
location: class JettyStubHttpServer
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1242)
](XXXX)
* An error was detected in line 36 which is making use of an outdated API.
``` java
36 new org.eclipse.jetty.server.nio.SelectChannelConnector();
Expand Down
4 changes: 2 additions & 2 deletions Explanations/10d7545c5771b03dd9f6122bd5973a759eb2cd03.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CI detected that the dependency upgrade from version **dropwizard-client-2.1.5**
<summary>The failure is identified from the logs generated in the build process. </summary>
* >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[160,16] cannot access io.dropwizard.core.setup.Environment<br>&nbsp;&nbsp;&nbsp;&nbsp; class file for io.dropwizard.core.setup.Environment not found
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2818)
](XXXX)
* An error was detected in line 160 which is making use of an outdated API.
``` java
160 new io.dropwizard.client.JerseyClientBuilder(env).using(config.getJerseyClient()).withProvider(org.glassfish.jersey.media.multipart.MultiPartFeature.class).withProvider(com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider.class).build(com.wire.lithium.Server.getName());
Expand All @@ -27,7 +27,7 @@ CI detected that the dependency upgrade from version **dropwizard-client-2.1.5**
<summary>The failure is identified from the logs generated in the build process. </summary>
* >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[160,16] cannot access io.dropwizard.core.setup.Environment<br>&nbsp;&nbsp;&nbsp;&nbsp; class file for io.dropwizard.core.setup.Environment not found
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2818)
](XXXX)
* An error was detected in line 160 which is making use of an outdated API.
``` java
160 new io.dropwizard.client.JerseyClientBuilder(env);
Expand Down
Loading

0 comments on commit 2325f92

Please sign in to comment.