diff --git a/Explanations/Compilation_Failures/00a7cc31784ac4a9cc27d506a73ae589d6df36d6.md b/Explanations/Compilation_Failures/00a7cc31784ac4a9cc27d506a73ae589d6df36d6.md index 99d0c0e..4466177 100644 --- a/Explanations/Compilation_Failures/00a7cc31784ac4a9cc27d506a73ae589d6df36d6.md +++ b/Explanations/Compilation_Failures/00a7cc31784ac4a9cc27d506a73ae589d6df36d6.md @@ -1,20 +1,35 @@ CI detected that the dependency upgrade from version **mina-core-2.1.5** to **mina-core-2.2.1** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **2** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **5** constructs which has been modified in the new version of the dependency. *
Method setUseClientMode(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /quickfixj/quickfixj-core/src/main/java/quickfix/mina/acceptor/AbstractSocketAcceptor.java:[136,18] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1552) + * >[[ERROR] /quickfixj/quickfixj-core/src/main/java/quickfix/mina/acceptor/AbstractSocketAcceptor.java:[136,18] cannot find symbol
     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) * An error was detected in line 136 which is making use of an outdated API. ``` java 136 sslFilter.setUseClientMode(false); ``` - * >[[ERROR] /quickfixj/quickfixj-core/src/main/java/quickfix/mina/initiator/IoSessionInitiator.java:[195,22] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1555) - * An error was detected in line 195 which is making use of an outdated API. + +
+ +
+ *
+ Constructor org.apache.mina.filter.ssl.SslFilter(javax.net.ssl.SSLContext,boolean) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[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;
     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) + * An error was detected in line 43 which is making use of an outdated API. ``` java - 195 sslFilter.setUseClientMode(true); + 43 super(sslContext, autoStart); ```
@@ -26,7 +41,9 @@ CI detected that the dependency upgrade from version **mina-core-2.1.5** to **mi *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /quickfixj/quickfixj-core/src/main/java/quickfix/mina/initiator/InitiatorProxyIoHandler.java:[65,27] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1565) + * >[[ERROR] /quickfixj/quickfixj-core/src/main/java/quickfix/mina/initiator/InitiatorProxyIoHandler.java:[65,27] cannot find symbol
     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) * An error was detected in line 65 which is making use of an outdated API. ``` java 65 this.sslFilter.initiateHandshake(ioSession); @@ -35,5 +52,39 @@ CI detected that the dependency upgrade from version **mina-core-2.1.5** to **mi
+ *
+ Field org.apache.mina.filter.ssl.SslFilter.PEER_ADDRESS which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /quickfixj/quickfixj-core/src/main/java/quickfix/mina/ssl/SSLFilter.java:[78,38] cannot find symbol
     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) + * 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; + ``` + +
+ +
+ *
+ Method setUseClientMode(boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /quickfixj/quickfixj-core/src/main/java/quickfix/mina/initiator/IoSessionInitiator.java:[195,22] cannot find symbol
     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) + * An error was detected in line 195 which is making use of an outdated API. + ``` java + 195 sslFilter.setUseClientMode(true); + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/0305beafdecb0b28f7c94264ed20cdc4e41ff067.md b/Explanations/Compilation_Failures/0305beafdecb0b28f7c94264ed20cdc4e41ff067.md new file mode 100644 index 0000000..e4f8933 --- /dev/null +++ b/Explanations/Compilation_Failures/0305beafdecb0b28f7c94264ed20cdc4e41ff067.md @@ -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. + *
+ Class com.mysql.jdbc.exceptions.MySQLTimeoutException which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[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
    ](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;; + ``` + +
+ +
+ *
+ Class com.mysql.jdbc.exceptions.MySQLTimeoutException which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /pdb/src/main/java/com/feedzai/commons/sql/abstraction/engine/impl/mysql/MySqlQueryExceptionHandler.java:[40,37] cannot find symbol
     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; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/0a11c04038eae517540051dbf51f7f26b7221f20.md b/Explanations/Compilation_Failures/0a11c04038eae517540051dbf51f7f26b7221f20.md new file mode 100644 index 0000000..a98c349 --- /dev/null +++ b/Explanations/Compilation_Failures/0a11c04038eae517540051dbf51f7f26b7221f20.md @@ -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. + * Constructor org.yaml.snakeyaml.constructor.Constructor(java.lang.Class) which has been in the new version of the dependency + + * The failure is identified from the logs generated in the build process. + + * >[[ERROR] /simplelocalize-cli/src/main/java/io/simplelocalize/cli/configuration/ConfigurationLoader.java:[39,64] incompatible types: java.lang.Class cannot be converted to org.yaml.snakeyaml.LoaderOptions
    ](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); + ``` + + + diff --git a/Explanations/Compilation_Failures/0abf7148300f40a1da0538ab060552bca4a2f1d8.md b/Explanations/Compilation_Failures/0abf7148300f40a1da0538ab060552bca4a2f1d8.md index c8aa21b..edc7ff0 100644 --- a/Explanations/Compilation_Failures/0abf7148300f40a1da0538ab060552bca4a2f1d8.md +++ b/Explanations/Compilation_Failures/0abf7148300f40a1da0538ab060552bca4a2f1d8.md @@ -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. - * Method setLineWidth() which has been removed in the new version of the dependency +1. Your client utilizes **1** construct which has been modified in the new version of the dependency. + * Method setLineWidth(float) which has been removed in the new version of the dependency * The failure is identified from the logs generated in the build process. - * >[[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
    ](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()); - ``` - + diff --git a/Explanations/Compilation_Failures/0e8625f492854a78c0e1ceff67b2abd7e081d42b.md b/Explanations/Compilation_Failures/0e8625f492854a78c0e1ceff67b2abd7e081d42b.md index cf0e7b7..9a07726 100644 --- a/Explanations/Compilation_Failures/0e8625f492854a78c0e1ceff67b2abd7e081d42b.md +++ b/Explanations/Compilation_Failures/0e8625f492854a78c0e1ceff67b2abd7e081d42b.md @@ -1,12 +1,52 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v20130520** to **jetty-server-11.0.10** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **4** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. + *
+ Method setSendServerVersion(boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol
     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) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 this.server.setSendServerVersion(false); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + void setSendServerVersion(boolean); + ``` +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1242) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
*
Method getLocalPort() which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1252) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1244) * An error was detected in line 80 which is making use of an outdated API. ``` java 80 httpConnector.getLocalPort(); @@ -14,21 +54,58 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java int getLocalPort(); ``` +
+ *
+ Method setPort(int) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     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) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 this.httpConnector.setPort(port); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - int getLocalPort(); + void setPort(int); ```
+ *
+ Constructor org.eclipse.jetty.server.nio.SelectChannelConnector() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1242) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
*
Method setSendDateHeader(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1243) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol
     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) * An error was detected in line 34 which is making use of an outdated API. ``` java 34 this.server.setSendDateHeader(true); @@ -42,42 +119,55 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 ```
*
- Method setSendServerVersion(boolean) which has been removed in the new version of the dependency + Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1240) - * An error was detected in line 33 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     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) + * An error was detected in line 37 which is making use of an outdated API. ``` java - 33 this.server.setSendServerVersion(false); + 37 this.httpConnector.setPort(port); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setSendServerVersion(boolean); - ```
*
- Method setPort(int) which has been removed in the new version of the dependency + Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1249) - * An error was detected in line 37 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1244) + * An error was detected in line 80 which is making use of an outdated API. ``` java - 37 this.httpConnector.setPort(port); + 80 httpConnector.getLocalPort(); + ``` + +
+ +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1242) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setPort(int); - ```
diff --git a/Explanations/Compilation_Failures/10d7545c5771b03dd9f6122bd5973a759eb2cd03.md b/Explanations/Compilation_Failures/10d7545c5771b03dd9f6122bd5973a759eb2cd03.md index 9cfa00b..ea4c1bc 100644 --- a/Explanations/Compilation_Failures/10d7545c5771b03dd9f6122bd5973a759eb2cd03.md +++ b/Explanations/Compilation_Failures/10d7545c5771b03dd9f6122bd5973a759eb2cd03.md @@ -1,21 +1,40 @@ CI detected that the dependency upgrade from version **dropwizard-client-2.1.5** to **dropwizard-client-4.0.0** 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. - * Method using() which has been removed in the new version of the dependency +1. Your client utilizes **2** constructs which has been modified in the new version of the dependency. + *
+ Method build(java.lang.String) which has been in the new version of the dependency - * The failure is identified from the logs generated in the build process. + *
+ The failure is identified from the logs generated in the build process. - * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[160,16] cannot access io.dropwizard.core.setup.Environment](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2818) + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[160,16] cannot access io.dropwizard.core.setup.Environment
     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) * 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()); + 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()); ``` + +
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - HttpClientBuilder using(List); - ``` + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - HttpClientBuilder using(DnsResolver); + CloseableHttpClient build(String); ``` +
+ *
+ Constructor io.dropwizard.client.JerseyClientBuilder(io.dropwizard.setup.Environment) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[160,16] cannot access io.dropwizard.core.setup.Environment
     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) + * An error was detected in line 160 which is making use of an outdated API. + ``` java + 160 new io.dropwizard.client.JerseyClientBuilder(env); + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/115827c6675f532a4d33751d1a0c0ba394bbd304.md b/Explanations/Compilation_Failures/115827c6675f532a4d33751d1a0c0ba394bbd304.md new file mode 100644 index 0000000..1f191e6 --- /dev/null +++ b/Explanations/Compilation_Failures/115827c6675f532a4d33751d1a0c0ba394bbd304.md @@ -0,0 +1,153 @@ +CI detected that the dependency upgrade from version **jakarta.servlet-api-4.0.4** to **jakarta.servlet-api-6.0.0** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. + *
+ Class javax.servlet.DispatcherType which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /dropwizard-pac4j/src/main/java/org/pac4j/dropwizard/J2EHelper.java:[80,28] cannot find symbol
     symbol: variable DispatcherType + location: class org.pac4j.dropwizard.J2EHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1026) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 javax.servlet.DispatcherType.REQUEST; + ``` + +
+ +
+ *
+ Class javax.servlet.DispatcherType which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /dropwizard-pac4j/src/main/java/org/pac4j/dropwizard/J2EHelper.java:[5,21] package javax.servlet does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1021) + * An error was detected in line 5 which is making use of an outdated API. + ``` java + 5 import javax.servlet.DispatcherType;; + ``` + +
+ +
+ *
+ Field javax.servlet.DispatcherType.REQUEST which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /dropwizard-pac4j/src/main/java/org/pac4j/dropwizard/J2EHelper.java:[80,28] cannot find symbol
     symbol: variable DispatcherType + location: class org.pac4j.dropwizard.J2EHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1026) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 javax.servlet.DispatcherType.REQUEST; + ``` + +
+ +
+ *
+ Class javax.servlet.DispatcherType which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /dropwizard-pac4j/src/main/java/org/pac4j/dropwizard/J2EHelper.java:[80,28] cannot find symbol
     symbol: variable DispatcherType + location: class org.pac4j.dropwizard.J2EHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1026) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 of(java.lang.Enum); + ``` + +
+ +
+ *
+ Class javax.servlet.FilterRegistration which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /dropwizard-pac4j/src/main/java/org/pac4j/dropwizard/J2EHelper.java:[6,21] package javax.servlet does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1022) + * An error was detected in line 6 which is making use of an outdated API. + ``` java + 6 import javax.servlet.FilterRegistration;; + ``` + +
+ +
+ *
+ Class javax.servlet.FilterRegistration which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /dropwizard-pac4j/src/main/java/org/pac4j/dropwizard/J2EHelper.java:[76,33] package FilterRegistration does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1024) + * An error was detected in line 76 which is making use of an outdated API. + ``` java + 76 javax.servlet.FilterRegistration.Dynamic; + ``` + +
+ +
+ *
+ Class javax.servlet.FilterRegistration which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /dropwizard-pac4j/src/main/java/org/pac4j/dropwizard/J2EHelper.java:[77,28] no suitable method found for addFilter(java.lang.String,org.pac4j.jee.filter.AbstractConfigFilter)
     method io.dropwizard.jetty.setup.ServletEnvironment.addFilter(java.lang.String,javax.servlet.Filter) is not applicable + (argument mismatch; org.pac4j.jee.filter.AbstractConfigFilter cannot be converted to javax.servlet.Filter) + method io.dropwizard.jetty.setup.ServletEnvironment.addFilter(java.lang.String,java.lang.Class) is not applicable + (argument mismatch; org.pac4j.jee.filter.AbstractConfigFilter cannot be converted to java.lang.Class) + method io.dropwizard.jetty.setup.ServletEnvironment.addFilter(java.lang.String,org.eclipse.jetty.servlet.FilterHolder) is not applicable + (argument mismatch; org.pac4j.jee.filter.AbstractConfigFilter cannot be converted to org.eclipse.jetty.servlet.FilterHolder) +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1025) + * An error was detected in line 77 which is making use of an outdated API. + ``` java + 77 addFilter(org.pac4j.jee.filter.AbstractConfigFilter); + ``` + +
+ +
+ *
+ Class javax.servlet.FilterRegistration.Dynamic which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /dropwizard-pac4j/src/main/java/org/pac4j/dropwizard/J2EHelper.java:[76,33] package FilterRegistration does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1024) + * An error was detected in line 76 which is making use of an outdated API. + ``` java + 76 final javax.servlet.FilterRegistration.Dynamic filterRegistration = environment.servlets().addFilter(filter.getClass().getName(), filter); + ``` + +
+ +
+ *
+ Class javax.servlet.DispatcherType which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /dropwizard-pac4j/src/main/java/org/pac4j/dropwizard/J2EHelper.java:[80,28] cannot find symbol
     symbol: variable DispatcherType + location: class org.pac4j.dropwizard.J2EHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1026) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 javax.servlet.DispatcherType; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/14fc5fa696f499cac48401b3a86882b3bf7d9b82.md b/Explanations/Compilation_Failures/14fc5fa696f499cac48401b3a86882b3bf7d9b82.md index 1a0ef63..cab8b98 100644 --- a/Explanations/Compilation_Failures/14fc5fa696f499cac48401b3a86882b3bf7d9b82.md +++ b/Explanations/Compilation_Failures/14fc5fa696f499cac48401b3a86882b3bf7d9b82.md @@ -1,41 +1,59 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.21.1** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **16** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2017) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2004) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 108 new org.flywaydb.core.Flyway(); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - Event valueOf(String); - ```
*
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2014) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2007) * An error was detected in line 111 which is making use of an outdated API. ``` java - 111 flyway.setLocations(prop.getProperty("flyway.locations")); + 111 setLocations(java.lang.String[]); + ``` + +
+ +
+ *
+ Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2008) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setLocations(Location[]); + void setValidateOnMigrate(Boolean); ```
*
@@ -44,7 +62,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2008) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2005) * An error was detected in line 109 which is making use of an outdated API. ``` java 109 flyway.setDataSource(this.dataSource()); @@ -58,34 +78,191 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method getClassLoader() which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2005) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 setDataSource(javax.sql.DataSource); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2008) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 setValidateOnMigrate(boolean); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2004) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2011) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2004) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2006) * An error was detected in line 110 which is making use of an outdated API. ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); + 110 flyway; ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2005) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2007) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2004) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 final org.flywaydb.core.Flyway flyway = new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2007) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 flyway.setLocations(prop.getProperty("flyway.locations")); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - ClassLoader getClassLoader(); + void setLocations(Location[]); ```
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2006) + * An error was detected in line 110 which is making use of an outdated API. + ``` java + 110 setClassLoader(java.lang.ClassLoader); + ``` + +
+ +
*
Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2011) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2006) * An error was detected in line 110 which is making use of an outdated API. ``` java 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); @@ -99,23 +276,21 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2017) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2008) * An error was detected in line 112 which is making use of an outdated API. ``` java - 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); + 112 flyway; ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setValidateOnMigrate(Boolean); - ```
diff --git a/Explanations/Compilation_Failures/165381d26b2c3d2278fde88c16f95807506451fe.md b/Explanations/Compilation_Failures/165381d26b2c3d2278fde88c16f95807506451fe.md index edd4b78..3decec1 100644 --- a/Explanations/Compilation_Failures/165381d26b2c3d2278fde88c16f95807506451fe.md +++ b/Explanations/Compilation_Failures/165381d26b2c3d2278fde88c16f95807506451fe.md @@ -1,18 +1,127 @@ CI detected that the dependency upgrade from version **javaparser-core-3.18.0** to **javaparser-core-3.24.0** 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. - * Method setPrintComments(boolean) which has been removed in the new version of the dependency +1. Your client utilizes **7** constructs which has been modified in the new version of the dependency. + *
+ Class com.github.javaparser.printer.PrettyPrinterConfiguration which has been removed in the new version of the dependency - * The failure is identified from the logs generated in the build process. + *
+ The failure is identified from the logs generated in the build process. - * >[[ERROR] /scheduler/safeplace/src/test/java/org/btrplace/safeplace/DSN.java:[335,21] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2378) + * >[[ERROR] /scheduler/safeplace/src/test/java/org/btrplace/safeplace/DSN.java:[335,21] cannot find symbol
     symbol: class PrettyPrinterConfiguration + location: class org.btrplace.safeplace.DSN.UnitTestsVisitor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2376) + * An error was detected in line 335 which is making use of an outdated API. + ``` java + 335 setPrintComments(boolean); + ``` + +
+ +
+ *
+ Class com.github.javaparser.printer.PrettyPrinterConfiguration which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /scheduler/safeplace/src/test/java/org/btrplace/safeplace/DSN.java:[335,21] cannot find symbol
     symbol: class PrettyPrinterConfiguration + location: class org.btrplace.safeplace.DSN.UnitTestsVisitor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2376) + * An error was detected in line 335 which is making use of an outdated API. + ``` java + 335 private final com.github.javaparser.printer.PrettyPrinterConfiguration noComments = new com.github.javaparser.printer.PrettyPrinterConfiguration().setPrintComments(false);; + ``` + +
+ +
+ *
+ Class com.github.javaparser.printer.PrettyPrinterConfiguration which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /scheduler/safeplace/src/test/java/org/btrplace/safeplace/DSN.java:[15,37] cannot find symbol
     symbol: class PrettyPrinterConfiguration + location: package com.github.javaparser.printer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2375) + * An error was detected in line 15 which is making use of an outdated API. + ``` java + 15 import com.github.javaparser.printer.PrettyPrinterConfiguration;; + ``` + +
+ +
+ *
+ Class com.github.javaparser.printer.PrettyPrinterConfiguration which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /scheduler/safeplace/src/test/java/org/btrplace/safeplace/DSN.java:[335,21] cannot find symbol
     symbol: class PrettyPrinterConfiguration + location: class org.btrplace.safeplace.DSN.UnitTestsVisitor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2376) + * An error was detected in line 335 which is making use of an outdated API. + ``` java + 335 new com.github.javaparser.printer.PrettyPrinterConfiguration(); + ``` + +
+ +
+ *
+ Constructor com.github.javaparser.printer.PrettyPrinterConfiguration() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /scheduler/safeplace/src/test/java/org/btrplace/safeplace/DSN.java:[335,21] cannot find symbol
     symbol: class PrettyPrinterConfiguration + location: class org.btrplace.safeplace.DSN.UnitTestsVisitor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2376) + * An error was detected in line 335 which is making use of an outdated API. + ``` java + 335 new com.github.javaparser.printer.PrettyPrinterConfiguration(); + ``` + +
+ +
+ *
+ Class com.github.javaparser.printer.PrettyPrinterConfiguration which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /scheduler/safeplace/src/test/java/org/btrplace/safeplace/DSN.java:[335,21] cannot find symbol
     symbol: class PrettyPrinterConfiguration + location: class org.btrplace.safeplace.DSN.UnitTestsVisitor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2376) + * An error was detected in line 335 which is making use of an outdated API. + ``` java + 335 new com.github.javaparser.printer.PrettyPrinterConfiguration(); + ``` + +
+ +
+ *
+ Method setPrintComments(boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /scheduler/safeplace/src/test/java/org/btrplace/safeplace/DSN.java:[335,21] cannot find symbol
     symbol: class PrettyPrinterConfiguration + location: class org.btrplace.safeplace.DSN.UnitTestsVisitor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2376) * An error was detected in line 335 which is making use of an outdated API. ``` java 335 new com.github.javaparser.printer.PrettyPrinterConfiguration().setPrintComments(false); ``` + +
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java PrettyPrinterConfiguration setPrintComments(boolean); ``` +
diff --git a/Explanations/Compilation_Failures/16ae40b1e17e14ee3ae20ac211647e47399a01a9.md b/Explanations/Compilation_Failures/16ae40b1e17e14ee3ae20ac211647e47399a01a9.md new file mode 100644 index 0000000..016b0ac --- /dev/null +++ b/Explanations/Compilation_Failures/16ae40b1e17e14ee3ae20ac211647e47399a01a9.md @@ -0,0 +1,14 @@ +CI detected that the dependency upgrade from version **zip4j-1.3.2** to **zip4j-2.11.1** 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. + * Class net.lingala.zip4j.core.ZipFile which has been removed in the new version of the dependency + + * The failure is identified from the logs generated in the build process. + + * >[[ERROR] /allure-maven/src/main/java/io/qameta/allure/maven/AllureCommandline.java:[18,30] package net.lingala.zip4j.core does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1635) + * An error was detected in line 18 which is making use of an outdated API. + ``` java + 18 import net.lingala.zip4j.core.ZipFile;; + ``` + + + diff --git a/Explanations/Compilation_Failures/1a2fb9f65e12d6c43a8472b9b035299b29a75ce8.md b/Explanations/Compilation_Failures/1a2fb9f65e12d6c43a8472b9b035299b29a75ce8.md new file mode 100644 index 0000000..11585cf --- /dev/null +++ b/Explanations/Compilation_Failures/1a2fb9f65e12d6c43a8472b9b035299b29a75ce8.md @@ -0,0 +1,427 @@ +CI detected that the dependency upgrade from version **jakarta.validation-api-2.0.2** to **jakarta.validation-api-3.0.1** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **25** constructs which has been modified in the new version of the dependency. + *
+ Class javax.validation.metadata.BeanDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[122,17] cannot find symbol
     symbol: class BeanDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:397) + * An error was detected in line 122 which is making use of an outdated API. + ``` java + 122 getConstraintsForClass(java.lang.Class); + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ConstraintDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[137,82] cannot find symbol
     symbol: class NotNull + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:401) + * An error was detected in line 137 which is making use of an outdated API. + ``` java + 137 getAnnotation(); + ``` + +
+ +
+ *
+ Class javax.validation.metadata.BeanDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[122,17] cannot find symbol
     symbol: class BeanDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:397) + * An error was detected in line 122 which is making use of an outdated API. + ``` java + 122 javax.validation.metadata.BeanDescriptor constraintDescriptors = validator.getConstraintsForClass(modelClass); + ``` + +
+ +
+ *
+ Class javax.validation.constraints.NotNull which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[137,82] cannot find symbol
     symbol: class NotNull + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:401) + * An error was detected in line 137 which is making use of an outdated API. + ``` java + 137 javax.validation.constraints.NotNull; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ElementDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[135,37] cannot find symbol
     symbol: class ConstraintDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:399) + * An error was detected in line 135 which is making use of an outdated API. + ``` java + 135 getConstraintDescriptors(); + ``` + +
+ +
+ *
+ Class javax.validation.Validator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[121,82] cannot access javax.validation.ValidatorFactory
     class file for javax.validation.ValidatorFactory not found +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:396) + * An error was detected in line 121 which is making use of an outdated API. + ``` java + 121 getValidator(); + ``` + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[121,17] cannot find symbol
     symbol: class Validator + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:395) + * An error was detected in line 121 which is making use of an outdated API. + ``` java + 121 getValidator(); + ``` + +
+ +
+ *
+ Class javax.validation.Validator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[122,17] cannot find symbol
     symbol: class BeanDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:397) + * An error was detected in line 122 which is making use of an outdated API. + ``` java + 122 validator; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ConstraintDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[139,82] cannot find symbol
     symbol: class NotBlank + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:403) + * An error was detected in line 139 which is making use of an outdated API. + ``` java + 139 getAnnotation(); + ``` + +
+ +
+ *
+ Class javax.validation.constraints.NotNull which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[40,36] package javax.validation.constraints does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:391) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 import javax.validation.constraints.NotNull;; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ElementDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[135,37] cannot find symbol
     symbol: class ConstraintDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:399) + * An error was detected in line 135 which is making use of an outdated API. + ``` java + 135 constraintDescriptor; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ElementDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[43,33] package javax.validation.metadata does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:394) + * An error was detected in line 43 which is making use of an outdated API. + ``` java + 43 import javax.validation.metadata.ElementDescriptor;; + ``` + +
+ +
+ *
+ Interface javax.validation.metadata.BeanDescriptor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[135,37] cannot find symbol
     symbol: class ConstraintDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:399) + * An error was detected in line 135 which is making use of an outdated API. + ``` java + 135 constraintDescriptor.getConstraintDescriptors(); + ``` + +
+ +
+ *
+ Class javax.validation.metadata.BeanDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[133,25] cannot find symbol
     symbol: class ElementDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:398) + * An error was detected in line 133 which is making use of an outdated API. + ``` java + 133 getConstraintsForProperty(java.lang.String); + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ConstraintDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[138,82] cannot find symbol
     symbol: class NotEmpty + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:402) + * An error was detected in line 138 which is making use of an outdated API. + ``` java + 138 getAnnotation(); + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ConstraintDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[42,33] package javax.validation.metadata does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:393) + * An error was detected in line 42 which is making use of an outdated API. + ``` java + 42 import javax.validation.metadata.ConstraintDescriptor;; + ``` + +
+ +
+ *
+ Class javax.validation.Validator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[121,82] cannot access javax.validation.ValidatorFactory
     class file for javax.validation.ValidatorFactory not found +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:396) + * An error was detected in line 121 which is making use of an outdated API. + ``` java + 121 javax.validation.Validator validator = com.premiumminds.webapp.wicket.validators.HibernateValidatorProperty.validatorFactory.getValidator(); + ``` + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[121,17] cannot find symbol
     symbol: class Validator + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:395) + * An error was detected in line 121 which is making use of an outdated API. + ``` java + 121 javax.validation.Validator validator = com.premiumminds.webapp.wicket.validators.HibernateValidatorProperty.validatorFactory.getValidator(); + ``` + +
+ +
+ *
+ Class javax.validation.metadata.BeanDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[133,25] cannot find symbol
     symbol: class ElementDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:398) + * An error was detected in line 133 which is making use of an outdated API. + ``` java + 133 constraintDescriptors; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ElementDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[133,25] cannot find symbol
     symbol: class ElementDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:398) + * An error was detected in line 133 which is making use of an outdated API. + ``` java + 133 javax.validation.metadata.ElementDescriptor constraintDescriptor = constraintDescriptors.getConstraintsForProperty(descriptor.getName()); + ``` + +
+ +
+ *
+ Class javax.validation.Validator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[37,24] package javax.validation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:388) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 import javax.validation.Validator;; + ``` + +
+ +
+ *
+ Class javax.validation.constraints.NotEmpty which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[39,36] package javax.validation.constraints does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:390) + * An error was detected in line 39 which is making use of an outdated API. + ``` java + 39 import javax.validation.constraints.NotEmpty;; + ``` + +
+ +
+ *
+ Class javax.validation.constraints.NotBlank which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[38,36] package javax.validation.constraints does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:389) + * An error was detected in line 38 which is making use of an outdated API. + ``` java + 38 import javax.validation.constraints.NotBlank;; + ``` + +
+ +
+ *
+ Method getConstraintsForProperty(java.lang.String) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[133,25] cannot find symbol
     symbol: class ElementDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:398) + * An error was detected in line 133 which is making use of an outdated API. + ``` java + 133 constraintDescriptors.getConstraintsForProperty(descriptor.getName()); + ``` + +
+ +
+ *
+ Class javax.validation.metadata.BeanDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[41,33] package javax.validation.metadata does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:392) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 import javax.validation.metadata.BeanDescriptor;; + ``` + +
+ +
+ *
+ Class javax.validation.constraints.NotBlank which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[139,82] cannot find symbol
     symbol: class NotBlank + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:403) + * An error was detected in line 139 which is making use of an outdated API. + ``` java + 139 javax.validation.constraints.NotBlank; + ``` + +
+ +
+ *
+ Class javax.validation.constraints.NotEmpty which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[138,82] cannot find symbol
     symbol: class NotEmpty + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:402) + * An error was detected in line 138 which is making use of an outdated API. + ``` java + 138 javax.validation.constraints.NotEmpty; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/1cc7071371953a7880c2c2c3a5a32c36af7f88f9.md b/Explanations/Compilation_Failures/1cc7071371953a7880c2c2c3a5a32c36af7f88f9.md index 0c7a73a..7c7dac8 100644 --- a/Explanations/Compilation_Failures/1cc7071371953a7880c2c2c3a5a32c36af7f88f9.md +++ b/Explanations/Compilation_Failures/1cc7071371953a7880c2c2c3a5a32c36af7f88f9.md @@ -1,125 +1,1456 @@ CI detected that the dependency upgrade from version **assertj-core-3.22.0** to **assertj-core-3.23.0** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **64** constructs which has been modified in the new version of the dependency. *
- Method with(AuxiliaryType.NamingStrategy.SuffixingRandom) which has been removed in the new version of the dependency + Class org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[51,51] package AuxiliaryType.NamingStrategy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1147) + * An error was detected in line 51 which is making use of an outdated API. + ``` java + 51 org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom; + ``` + +
+ +
+ *
+ Method isAvailable() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[30,26] package ClassInjector does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1143) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.isAvailable(); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[30,68] package org.assertj.core.internal.bytebuddy.implementation.auxiliary does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1127) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.isAvailable(); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[51,51] package AuxiliaryType.NamingStrategy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1147) + * An error was detected in line 51 which is making use of an outdated API. + ``` java + 51 new org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom("Assertj$Assumptions"); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.description.method.MethodDescription which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[223,25] cannot find symbol
     symbol: method any() + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1155) + * An error was detected in line 223 which is making use of an outdated API. + ``` java + 223 any(); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.ByteBuddy which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[24,43] package org.assertj.core.internal.bytebuddy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1121) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 import org.assertj.core.internal.bytebuddy.ByteBuddy;; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.ByteBuddy which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,53] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1149) * An error was detected in line 50 which is making use of an outdated API. ``` java - 50 new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED).with(new org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom("Assertj$Assumptions")); + 50 /** + * This NamingStrategy takes the original class's name and adds a suffix to distinguish it. + * The default is ByteBuddy but for debugging purposes, it makes sense to add AssertJ as a name. + */ +private static final org.assertj.core.internal.bytebuddy.ByteBuddy BYTE_BUDDY = new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED).with(new org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom("Assertj$Assumptions"));; ``` - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) * An error was detected in line 50 which is making use of an outdated API. ``` java - 50 new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED).with(new org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom("Assertj$Assumptions")); + 50 /** + * This NamingStrategy takes the original class's name and adds a suffix to distinguish it. + * The default is ByteBuddy but for debugging purposes, it makes sense to add AssertJ as a name. + */ +private static final org.assertj.core.internal.bytebuddy.ByteBuddy BYTE_BUDDY = new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED).with(new org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom("Assertj$Assumptions"));; ``` - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,70] cannot find symbol
     symbol: variable TypeValidation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1148) * An error was detected in line 50 which is making use of an outdated API. ``` java - 50 new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED); + 50 /** + * This NamingStrategy takes the original class's name and adds a suffix to distinguish it. + * The default is ByteBuddy but for debugging purposes, it makes sense to add AssertJ as a name. + */ +private static final org.assertj.core.internal.bytebuddy.ByteBuddy BYTE_BUDDY = new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED).with(new org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom("Assertj$Assumptions"));; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[215,34] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1154) + * An error was detected in line 215 which is making use of an outdated API. + ``` java + 215 new org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey(assertClass); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[215,9] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1153) + * An error was detected in line 215 which is making use of an outdated API. + ``` java + 215 new org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey(assertClass); ``` - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.ByteBuddy which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,53] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1149) * An error was detected in line 50 which is making use of an outdated API. ``` java - 50 new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED); + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy(); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy(); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,70] cannot find symbol
     symbol: variable TypeValidation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1148) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy(); ```
*
- Method isAvailable() which has been removed in the new version of the dependency + Class org.assertj.core.internal.bytebuddy.ByteBuddy which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[51,51] package AuxiliaryType.NamingStrategy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1147) + * An error was detected in line 51 which is making use of an outdated API. + ``` java + 51 with(org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[30,26] package ClassInjector does not exist](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1159) + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[30,26] package ClassInjector does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1143) * An error was detected in line 30 which is making use of an outdated API. ``` java - 30 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.isAvailable(); + 30 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector.UsingReflection; ``` - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[30,26] package ClassInjector does not exist](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1159) + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[30,68] package org.assertj.core.internal.bytebuddy.implementation.auxiliary does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1127) * An error was detected in line 30 which is making use of an outdated API. ``` java - 30 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.isAvailable(); + 30 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector.UsingReflection; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.bind.annotation.SuperCall which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[60,41] cannot find symbol
     symbol: class This + location: class org.assertj.vavr.api.VavrAssumptions.AssumptionMethodInterceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1140) + * An error was detected in line 60 which is making use of an outdated API. + ``` java + 60 @org.assertj.core.internal.bytebuddy.implementation.bind.annotation.SuperCall; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[60,83] cannot find symbol
     symbol: class SuperCall + location: class org.assertj.vavr.api.VavrAssumptions.AssumptionMethodInterceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1141) + * An error was detected in line 60 which is making use of an outdated API. + ``` java + 60 @org.assertj.core.internal.bytebuddy.implementation.bind.annotation.SuperCall; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[16,59] package org.assertj.core.internal.bytebuddy.dynamic.loading does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1133) + * An error was detected in line 16 which is making use of an outdated API. + ``` java + 16 import org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector;; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[27,60] package org.assertj.core.internal.bytebuddy.dynamic.scaffold does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1124) + * An error was detected in line 27 which is making use of an outdated API. + ``` java + 27 import org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation;; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,53] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1149) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation; ``` - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[32,33] package ClassInjector does not exist](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1161) + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,70] cannot find symbol
     symbol: variable TypeValidation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1148) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.matcher.ElementMatchers which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[223,25] cannot find symbol
     symbol: method any() + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1155) + * An error was detected in line 223 which is making use of an outdated API. + ``` java + 223 org.assertj.core.internal.bytebuddy.matcher.ElementMatchers.any(); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[32,33] package ClassInjector does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1145) * An error was detected in line 32 which is making use of an outdated API. ``` java - 32 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector.UsingLookup.isAvailable(); + 32 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector.UsingLookup; ``` - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[32,33] package ClassInjector does not exist](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1161) + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[32,74] package org.assertj.core.internal.bytebuddy.implementation.bind.annotation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1129) * An error was detected in line 32 which is making use of an outdated API. ``` java - 32 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector.UsingLookup.isAvailable(); + 32 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector.UsingLookup; ```
*
- Method of(java.lang.Object) which has been removed in the new version of the dependency + Class org.assertj.core.internal.bytebuddy.TypeCache which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[34,44] package ClassLoadingStrategy does not exist](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1162) - * An error was detected in line 34 which is making use of an outdated API. + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[26,53] package org.assertj.core.internal.bytebuddy.TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1123) + * An error was detected in line 26 which is making use of an outdated API. ``` java - 34 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy.UsingLookup.of(org.assertj.vavr.api.ClassLoadingStrategyFactory.PRIVATE_LOOKUP_IN.invoke(null, assertClass, org.assertj.vavr.api.ClassLoadingStrategyFactory.LOOKUP)); + 26 org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey; ```
*
- Method invoke(java.lang.Object,java.lang.Object[]) which has been removed in the new version of the dependency + Class org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[34,44] package ClassLoadingStrategy does not exist](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1162) + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[34,44] package ClassLoadingStrategy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1146) * An error was detected in line 34 which is making use of an outdated API. ``` java - 34 org.assertj.vavr.api.ClassLoadingStrategyFactory.PRIVATE_LOOKUP_IN.invoke(null, assertClass, org.assertj.vavr.api.ClassLoadingStrategyFactory.LOOKUP); + 34 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy.UsingLookup; ``` - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[34,44] package ClassLoadingStrategy does not exist](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1162) - * An error was detected in line 34 which is making use of an outdated API. + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[215,34] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1154) + * An error was detected in line 215 which is making use of an outdated API. + ``` java + 215 new org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey(assertClass); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[215,9] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1153) + * An error was detected in line 215 which is making use of an outdated API. + ``` java + 215 new org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey(assertClass); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.matcher.ElementMatcher which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[40,1] static import only from classes and interfaces
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1132) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 any(); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[40,58] package org.assertj.core.internal.bytebuddy.matcher does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1131) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 any(); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[31,74] package org.assertj.core.internal.bytebuddy.implementation.bind.annotation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1128) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[31,40] package ClassLoadingStrategy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1144) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,101] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1152) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.WithInlineExpunction<>; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,36] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1138) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.WithInlineExpunction<>; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,26] cannot find symbol
     symbol: class TypeCache + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1137) + * An error was detected in line 55 which is making use of an outdated API. ``` java - 34 org.assertj.vavr.api.ClassLoadingStrategyFactory.PRIVATE_LOOKUP_IN.invoke(null, assertClass, org.assertj.vavr.api.ClassLoadingStrategyFactory.LOOKUP); + 55 org.assertj.core.internal.bytebuddy.TypeCache.WithInlineExpunction<>; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,68] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1151) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.WithInlineExpunction<>; ```
*
- Method to(java.lang.Class) which has been removed in the new version of the dependency + Class org.assertj.core.internal.bytebuddy.implementation.Implementation which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[53,26] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1138) + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[53,26] cannot find symbol
     symbol: class Implementation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1136) + * An error was detected in line 53 which is making use of an outdated API. + ``` java + 53 private static final org.assertj.core.internal.bytebuddy.implementation.Implementation ASSUMPTION = org.assertj.core.internal.bytebuddy.implementation.MethodDelegation.to(org.assertj.vavr.api.VavrAssumptions.AssumptionMethodInterceptor.class);; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[53,54] cannot find symbol
     symbol: variable MethodDelegation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1150) * An error was detected in line 53 which is making use of an outdated API. ``` java - 53 org.assertj.core.internal.bytebuddy.implementation.MethodDelegation.to(org.assertj.vavr.api.VavrAssumptions.AssumptionMethodInterceptor.class); + 53 private static final org.assertj.core.internal.bytebuddy.implementation.Implementation ASSUMPTION = org.assertj.core.internal.bytebuddy.implementation.MethodDelegation.to(org.assertj.vavr.api.VavrAssumptions.AssumptionMethodInterceptor.class);; ```
*
- Method any() which has been removed in the new version of the dependency + Class org.assertj.core.internal.bytebuddy.implementation.MethodDelegation which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[223,25] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1181) - * An error was detected in line 223 which is making use of an outdated API. + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[53,26] cannot find symbol
     symbol: class Implementation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1136) + * An error was detected in line 53 which is making use of an outdated API. ``` java - 223 any(); + 53 to(java.lang.Class); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[53,54] cannot find symbol
     symbol: variable MethodDelegation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1150) + * An error was detected in line 53 which is making use of an outdated API. + ``` java + 53 to(java.lang.Class); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,101] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1152) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,36] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1138) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,26] cannot find symbol
     symbol: class TypeCache + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1137) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,68] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1151) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,101] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1152) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,36] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1138) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,26] cannot find symbol
     symbol: class TypeCache + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1137) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,68] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1151) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT; + ``` + +
+ +
+ *
+ Method isAvailable() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[32,33] package ClassInjector does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1145) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector.UsingLookup.isAvailable(); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[32,74] package org.assertj.core.internal.bytebuddy.implementation.bind.annotation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1129) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector.UsingLookup.isAvailable(); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[30,26] package ClassInjector does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1143) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 import org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType;; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[30,68] package org.assertj.core.internal.bytebuddy.implementation.auxiliary does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1127) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 import org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType;; + ``` + +
+ +
+ *
+ Field org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,53] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1149) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,70] cannot find symbol
     symbol: variable TypeValidation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1148) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED; + ``` + +
+ +
+ *
+ Constructor org.assertj.core.internal.bytebuddy.TypeCache$SimpleKey(java.lang.Class,java.lang.Class[]) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[215,34] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1154) + * An error was detected in line 215 which is making use of an outdated API. + ``` java + 215 new org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey(assertClass); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[215,9] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1153) + * An error was detected in line 215 which is making use of an outdated API. + ``` java + 215 new org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey(assertClass); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[30,26] package ClassInjector does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1143) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 isAvailable(); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[30,68] package org.assertj.core.internal.bytebuddy.implementation.auxiliary does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1127) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 isAvailable(); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[34,44] package ClassLoadingStrategy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1146) + * An error was detected in line 34 which is making use of an outdated API. + ``` java + 34 of(java.lang.Object); + ``` + +
+ +
+ *
+ Constructor org.assertj.core.internal.bytebuddy.ByteBuddy() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,53] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1149) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy(); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy(); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,70] cannot find symbol
     symbol: variable TypeValidation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1148) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy(); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,101] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1152) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.WithInlineExpunction<>; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,36] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1138) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.WithInlineExpunction<>; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,26] cannot find symbol
     symbol: class TypeCache + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1137) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.WithInlineExpunction<>; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,68] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1151) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.WithInlineExpunction<>; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.bind.annotation.This which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[33,74] package org.assertj.core.internal.bytebuddy.implementation.bind.annotation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1130) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 import org.assertj.core.internal.bytebuddy.implementation.bind.annotation.This;; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.bind.annotation.SuperCall which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[32,33] package ClassInjector does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1145) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 import org.assertj.core.internal.bytebuddy.implementation.bind.annotation.SuperCall;; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[32,74] package org.assertj.core.internal.bytebuddy.implementation.bind.annotation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1129) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 import org.assertj.core.internal.bytebuddy.implementation.bind.annotation.SuperCall;; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[17,59] package org.assertj.core.internal.bytebuddy.dynamic.loading does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1134) + * An error was detected in line 17 which is making use of an outdated API. + ``` java + 17 import org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy;; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[26,53] package org.assertj.core.internal.bytebuddy.TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1123) + * An error was detected in line 26 which is making use of an outdated API. + ``` java + 26 import org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey;; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.description.method.MethodDescription which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[223,25] cannot find symbol
     symbol: method any() + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1155) + * An error was detected in line 223 which is making use of an outdated API. + ``` java + 223 method(org.assertj.core.internal.bytebuddy.matcher.ElementMatcher); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[51,51] package AuxiliaryType.NamingStrategy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1147) + * An error was detected in line 51 which is making use of an outdated API. + ``` java + 51 new org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom("Assertj$Assumptions"); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,101] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1152) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 new org.assertj.core.internal.bytebuddy.TypeCache.WithInlineExpunction<>(org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,36] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1138) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 new org.assertj.core.internal.bytebuddy.TypeCache.WithInlineExpunction<>(org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,26] cannot find symbol
     symbol: class TypeCache + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1137) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 new org.assertj.core.internal.bytebuddy.TypeCache.WithInlineExpunction<>(org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,68] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1151) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 new org.assertj.core.internal.bytebuddy.TypeCache.WithInlineExpunction<>(org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.Implementation which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[28,58] package org.assertj.core.internal.bytebuddy.implementation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1125) + * An error was detected in line 28 which is making use of an outdated API. + ``` java + 28 import org.assertj.core.internal.bytebuddy.implementation.Implementation;; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.bind.annotation.SuperCall which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[60,41] cannot find symbol
     symbol: class This + location: class org.assertj.vavr.api.VavrAssumptions.AssumptionMethodInterceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1140) + * An error was detected in line 60 which is making use of an outdated API. + ``` java + 60 @org.assertj.core.internal.bytebuddy.implementation.bind.annotation.SuperCall; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[60,83] cannot find symbol
     symbol: class SuperCall + location: class org.assertj.vavr.api.VavrAssumptions.AssumptionMethodInterceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1141) + * An error was detected in line 60 which is making use of an outdated API. + ``` java + 60 @org.assertj.core.internal.bytebuddy.implementation.bind.annotation.SuperCall; + ``` + +
+ +
+ *
+ Method with(org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,53] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1149) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED).with(new org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom("Assertj$Assumptions")); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED).with(new org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom("Assertj$Assumptions")); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,70] cannot find symbol
     symbol: variable TypeValidation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1148) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED).with(new org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom("Assertj$Assumptions")); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[215,34] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1154) + * An error was detected in line 215 which is making use of an outdated API. + ``` java + 215 org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey cacheKey = new org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey(assertClass); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[215,9] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1153) + * An error was detected in line 215 which is making use of an outdated API. + ``` java + 215 org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey cacheKey = new org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey(assertClass); + ``` + +
+ +
+ *
+ Constructor org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy$SuffixingRandom(java.lang.String) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[51,51] package AuxiliaryType.NamingStrategy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1147) + * An error was detected in line 51 which is making use of an outdated API. + ``` java + 51 new org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom("Assertj$Assumptions"); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.ByteBuddy which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,53] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1149) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,70] cannot find symbol
     symbol: variable TypeValidation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1148) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[25,43] package org.assertj.core.internal.bytebuddy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1122) + * An error was detected in line 25 which is making use of an outdated API. + ``` java + 25 import org.assertj.core.internal.bytebuddy.TypeCache;; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.MethodDelegation which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[53,26] cannot find symbol
     symbol: class Implementation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1136) + * An error was detected in line 53 which is making use of an outdated API. + ``` java + 53 org.assertj.core.internal.bytebuddy.implementation.MethodDelegation; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[53,54] cannot find symbol
     symbol: variable MethodDelegation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1150) + * An error was detected in line 53 which is making use of an outdated API. + ``` java + 53 org.assertj.core.internal.bytebuddy.implementation.MethodDelegation; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,101] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1152) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.Sort; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,36] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1138) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.Sort; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,26] cannot find symbol
     symbol: class TypeCache + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1137) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.Sort; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,68] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1151) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.Sort; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.MethodDelegation which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[29,12] cannot find symbol
     symbol: class ClassLoadingStrategy + location: class org.assertj.vavr.api.ClassLoadingStrategyFactory +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1139) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 import org.assertj.core.internal.bytebuddy.implementation.MethodDelegation;; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[29,58] package org.assertj.core.internal.bytebuddy.implementation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1126) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 import org.assertj.core.internal.bytebuddy.implementation.MethodDelegation;; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.bind.annotation.RuntimeType which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[59,10] cannot find symbol
     symbol: class RuntimeType + location: class org.assertj.vavr.api.VavrAssumptions.AssumptionMethodInterceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1142) + * An error was detected in line 59 which is making use of an outdated API. + ``` java + 59 @org.assertj.core.internal.bytebuddy.implementation.bind.annotation.RuntimeType; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.dynamic.loading.ClassInjector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[32,33] package ClassInjector does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1145) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 isAvailable(); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[32,74] package org.assertj.core.internal.bytebuddy.implementation.bind.annotation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1129) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 isAvailable(); + ``` + +
+ +
+ *
+ Field org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default.INJECTION which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[31,74] package org.assertj.core.internal.bytebuddy.implementation.bind.annotation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1128) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default.INJECTION; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[31,40] package ClassLoadingStrategy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1144) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default.INJECTION; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.ByteBuddy which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,53] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1149) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy(); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy(); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,70] cannot find symbol
     symbol: variable TypeValidation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1148) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy(); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[215,34] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1154) + * An error was detected in line 215 which is making use of an outdated API. + ``` java + 215 org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[215,9] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1153) + * An error was detected in line 215 which is making use of an outdated API. + ``` java + 215 org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[51,51] package AuxiliaryType.NamingStrategy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1147) + * An error was detected in line 51 which is making use of an outdated API. + ``` java + 51 org.assertj.core.internal.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[31,74] package org.assertj.core.internal.bytebuddy.implementation.bind.annotation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1128) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default.INJECTION; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[31,40] package ClassLoadingStrategy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1144) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 org.assertj.core.internal.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default.INJECTION; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.TypeCache.SimpleKey which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,101] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1152) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,36] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1138) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,26] cannot find symbol
     symbol: class TypeCache + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1137) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,68] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1151) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,53] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1149) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,70] cannot find symbol
     symbol: variable TypeValidation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1148) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED; + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.bind.annotation.RuntimeType which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[59,10] cannot find symbol
     symbol: class RuntimeType + location: class org.assertj.vavr.api.VavrAssumptions.AssumptionMethodInterceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1142) + * An error was detected in line 59 which is making use of an outdated API. + ``` java + 59 @org.assertj.core.internal.bytebuddy.implementation.bind.annotation.RuntimeType; + ``` + +
+ +
+ *
+ Field org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,101] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1152) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,36] cannot find symbol
     symbol: class SimpleKey + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1138) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,26] cannot find symbol
     symbol: class TypeCache + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1137) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[55,68] package TypeCache does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1151) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.assertj.core.internal.bytebuddy.TypeCache.Sort.SOFT; + ``` + +
+ +
+ *
+ Method with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,53] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1149) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,26] cannot find symbol
     symbol: class ByteBuddy + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1135) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED); + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[50,70] cannot find symbol
     symbol: variable TypeValidation + location: class org.assertj.vavr.api.VavrAssumptions +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1148) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 new org.assertj.core.internal.bytebuddy.ByteBuddy().with(org.assertj.core.internal.bytebuddy.dynamic.scaffold.TypeValidation.DISABLED); + ``` + +
+ +
+ *
+ Class org.assertj.core.internal.bytebuddy.implementation.bind.annotation.RuntimeType which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/VavrAssumptions.java:[31,74] package org.assertj.core.internal.bytebuddy.implementation.bind.annotation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1128) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 import org.assertj.core.internal.bytebuddy.implementation.bind.annotation.RuntimeType;; + ``` + * >[[ERROR] /assertj-vavr/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java:[31,40] package ClassLoadingStrategy does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1144) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 import org.assertj.core.internal.bytebuddy.implementation.bind.annotation.RuntimeType;; ```
diff --git a/Explanations/Compilation_Failures/1d43bce1de6a81ac017c233d72f348d3c850299e.md b/Explanations/Compilation_Failures/1d43bce1de6a81ac017c233d72f348d3c850299e.md index 5ede774..b3ec0b5 100644 --- a/Explanations/Compilation_Failures/1d43bce1de6a81ac017c233d72f348d3c850299e.md +++ b/Explanations/Compilation_Failures/1d43bce1de6a81ac017c233d72f348d3c850299e.md @@ -1,42 +1,22 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.15.0** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **5** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2076) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2063) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 108 new org.flywaydb.core.Flyway(); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - Event valueOf(String); - ``` -
- *
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2073) - * An error was detected in line 111 which is making use of an outdated API. - ``` java - 111 flyway.setLocations(prop.getProperty("flyway.locations")); - ``` - -
- - To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setLocations(Location[]); - ```
*
Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency @@ -44,7 +24,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2067) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2064) * An error was detected in line 109 which is making use of an outdated API. ``` java 109 flyway.setDataSource(this.dataSource()); @@ -58,63 +40,66 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method getClassLoader() which has been removed in the new version of the dependency + Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2070) - * An error was detected in line 110 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2066) + * An error was detected in line 111 which is making use of an outdated API. ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); + 111 flyway.setLocations(prop.getProperty("flyway.locations")); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - ClassLoader getClassLoader(); + void setLocations(Location[]); ```
*
- Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency + Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2070) - * An error was detected in line 110 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2067) + * An error was detected in line 112 which is making use of an outdated API. ``` java - 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); + 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setClassLoader(ClassLoader); + void setValidateOnMigrate(Boolean); ```
*
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency + Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2076) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2065) + * An error was detected in line 110 which is making use of an outdated API. ``` java - 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); + 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setValidateOnMigrate(Boolean); + void setClassLoader(ClassLoader); ```
diff --git a/Explanations/Compilation_Failures/1e17e176460ab4283e463e62fece844d341da7f0.md b/Explanations/Compilation_Failures/1e17e176460ab4283e463e62fece844d341da7f0.md new file mode 100644 index 0000000..ed498f2 --- /dev/null +++ b/Explanations/Compilation_Failures/1e17e176460ab4283e463e62fece844d341da7f0.md @@ -0,0 +1,75 @@ +CI detected that the dependency upgrade from version **snakeyaml-1.17** to **snakeyaml-2.0** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **3** constructs which has been modified in the new version of the dependency. + *
+ Constructor org.yaml.snakeyaml.constructor.Constructor(java.lang.Class) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /polyglot-maven/polyglot-yaml/src/main/java/org/sonatype/maven/polyglot/yaml/ModelConstructor.java:[43,5] The constructor Constructor(Class) is undefined
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:3549) + * An error was detected in line 43 which is making use of an outdated API. + ``` java + 43 super(org.sonatype.maven.polyglot.yaml.Model.class); + ``` + +
+ +
+ *
+ Constructor org.yaml.snakeyaml.representer.Representer() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /polyglot-maven/polyglot-yaml/src/main/java/org/sonatype/maven/polyglot/yaml/YamlModelReader.java:[37,34] The constructor Representer() is undefined
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:3548) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 { + this.representers.put(org.codehaus.plexus.util.xml.Xpp3Dom.class, new org.sonatype.maven.polyglot.yaml.ModelRepresenter.RepresentXpp3Dom()); + org.yaml.snakeyaml.representer.Represent stringRepresenter = this.representers.get(java.lang.String.class); + this.representers.put(java.lang.Boolean.class, stringRepresenter); + this.multiRepresenters.put(java.lang.Number.class, stringRepresenter); + this.multiRepresenters.put(java.util.Date.class, stringRepresenter); + this.multiRepresenters.put(java.lang.Enum.class, stringRepresenter); + this.multiRepresenters.put(java.util.Calendar.class, stringRepresenter); +}; + ``` + * >[[ERROR] /polyglot-maven/polyglot-yaml/src/main/java/org/sonatype/maven/polyglot/yaml/ModelRepresenter.java:[37,10] Implicit super constructor Representer() is undefined. Must explicitly invoke another constructor
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:3546) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 { + this.representers.put(org.codehaus.plexus.util.xml.Xpp3Dom.class, new org.sonatype.maven.polyglot.yaml.ModelRepresenter.RepresentXpp3Dom()); + org.yaml.snakeyaml.representer.Represent stringRepresenter = this.representers.get(java.lang.String.class); + this.representers.put(java.lang.Boolean.class, stringRepresenter); + this.multiRepresenters.put(java.lang.Number.class, stringRepresenter); + this.multiRepresenters.put(java.util.Date.class, stringRepresenter); + this.multiRepresenters.put(java.lang.Enum.class, stringRepresenter); + this.multiRepresenters.put(java.util.Calendar.class, stringRepresenter); +}; + ``` + +
+ +
+ *
+ Constructor org.yaml.snakeyaml.representer.Representer() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /polyglot-maven/polyglot-yaml/src/main/java/org/sonatype/maven/polyglot/yaml/YamlModelReader.java:[37,34] The constructor Representer() is undefined
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:3548) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 new org.yaml.snakeyaml.representer.Representer(); + ``` + * >[[ERROR] /polyglot-maven/polyglot-yaml/src/main/java/org/sonatype/maven/polyglot/yaml/ModelRepresenter.java:[37,10] Implicit super constructor Representer() is undefined. Must explicitly invoke another constructor
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:3546) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 new org.yaml.snakeyaml.representer.Representer(); + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/1ef97ea6c5b6e34151fe6167001b69e003449f95.md b/Explanations/Compilation_Failures/1ef97ea6c5b6e34151fe6167001b69e003449f95.md index ecf5bb8..7e8e10e 100644 --- a/Explanations/Compilation_Failures/1ef97ea6c5b6e34151fe6167001b69e003449f95.md +++ b/Explanations/Compilation_Failures/1ef97ea6c5b6e34151fe6167001b69e003449f95.md @@ -1,10 +1,10 @@ CI detected that the dependency upgrade from version **datafaker-1.3.0** to **datafaker-1.4.0** 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. +1. Your client utilizes **1** construct which has been modified in the new version of the dependency. * Method between(java.util.Date,java.util.Date) which has been removed in the new version of the dependency * The failure is identified from the logs generated in the build process. - * >[[ERROR] /flink-faker/src/main/java/com/github/knaufk/flink/faker/DateTime.java:[45,40] incompatible types: java.util.Date cannot be converted to java.sql.Timestamp](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:709) + * >[[ERROR] /flink-faker/src/main/java/com/github/knaufk/flink/faker/DateTime.java:[45,40] incompatible types: java.util.Date cannot be converted to java.sql.Timestamp
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:709) * An error was detected in line 45 which is making use of an outdated API. ``` java 45 super.between(from, to); diff --git a/Explanations/Compilation_Failures/1fc5281e0688c44025fe2b390a7d6e3e3088f385.md b/Explanations/Compilation_Failures/1fc5281e0688c44025fe2b390a7d6e3e3088f385.md index a88bdc0..62f6a6c 100644 --- a/Explanations/Compilation_Failures/1fc5281e0688c44025fe2b390a7d6e3e3088f385.md +++ b/Explanations/Compilation_Failures/1fc5281e0688c44025fe2b390a7d6e3e3088f385.md @@ -1,12 +1,14 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v20130520** to **jetty-server-11.0.11** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **4** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. *
- Method getLocalPort() which has been removed in the new version of the dependency + Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1252) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1244) * An error was detected in line 80 which is making use of an outdated API. ``` java 80 httpConnector.getLocalPort(); @@ -14,13 +16,40 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - int getLocalPort(); - ``` - ``` java - int getLocalPort(); - ``` +
+ *
+ Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     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) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 this.httpConnector.setPort(port); + ``` + +
+ +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1242) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+
*
Method setSendDateHeader(boolean) which has been removed in the new version of the dependency @@ -28,7 +57,9 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1243) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol
     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) * An error was detected in line 34 which is making use of an outdated API. ``` java 34 this.server.setSendDateHeader(true); @@ -47,7 +78,9 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1240) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol
     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) * An error was detected in line 33 which is making use of an outdated API. ``` java 33 this.server.setSendServerVersion(false); @@ -60,13 +93,53 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 void setSendServerVersion(boolean); ```
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1242) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Method getLocalPort() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1244) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 httpConnector.getLocalPort(); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + int getLocalPort(); + ``` +
*
Method setPort(int) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1249) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     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) * An error was detected in line 37 which is making use of an outdated API. ``` java 37 this.httpConnector.setPort(port); @@ -79,5 +152,22 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 void setPort(int); ```
+ *
+ Constructor org.eclipse.jetty.server.nio.SelectChannelConnector() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1242) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/24d4a90ec1b375751e71f33d18949405c9529d77.md b/Explanations/Compilation_Failures/24d4a90ec1b375751e71f33d18949405c9529d77.md new file mode 100644 index 0000000..dc267fd --- /dev/null +++ b/Explanations/Compilation_Failures/24d4a90ec1b375751e71f33d18949405c9529d77.md @@ -0,0 +1,38 @@ +CI detected that the dependency upgrade from version **jcabi-aspects-0.24.1** to **jcabi-aspects-0.25.1** 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. + *
+ Class com.jcabi.aspects.Tv which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-s3/src/test/java/com/jcabi/s3/AwsOcketITCase.java:[32,25] cannot find symbol
     symbol: class Tv + location: package com.jcabi.aspects +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1611) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 import com.jcabi.aspects.Tv;; + ``` + +
+ +
+ *
+ Class com.jcabi.aspects.Tv which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-s3/src/test/java/com/jcabi/s3/BucketRule.java:[33,25] cannot find symbol
     symbol: class Tv + location: package com.jcabi.aspects +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1610) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 import com.jcabi.aspects.Tv;; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/250cafc7d6ae47d5d4803b5a5e58186eb81fa3b5.md b/Explanations/Compilation_Failures/250cafc7d6ae47d5d4803b5a5e58186eb81fa3b5.md index fea5fca..fdb9bc0 100644 --- a/Explanations/Compilation_Failures/250cafc7d6ae47d5d4803b5a5e58186eb81fa3b5.md +++ b/Explanations/Compilation_Failures/250cafc7d6ae47d5d4803b5a5e58186eb81fa3b5.md @@ -1,31 +1,70 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.21.0** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **16** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2017) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2004) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2007) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 flyway; + ``` + +
+ +
+ *
+ Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2008) * An error was detected in line 112 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - Event valueOf(String); + void setValidateOnMigrate(Boolean); ```
*
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency + Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2014) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2007) * An error was detected in line 111 which is making use of an outdated API. ``` java 111 flyway.setLocations(prop.getProperty("flyway.locations")); @@ -39,45 +78,73 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2008) - * An error was detected in line 109 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2006) + * An error was detected in line 110 which is making use of an outdated API. ``` java - 109 flyway.setDataSource(this.dataSource()); + 110 flyway; ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setDataSource(String,String,String); - ```
*
- Method getClassLoader() which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2011) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2006) * An error was detected in line 110 which is making use of an outdated API. ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); + 110 setClassLoader(java.lang.ClassLoader); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2004) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2008) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 setValidateOnMigrate(boolean); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` - ``` java - ClassLoader getClassLoader(); - ```
*
Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency @@ -85,7 +152,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2011) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2006) * An error was detected in line 110 which is making use of an outdated API. ``` java 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); @@ -99,23 +168,129 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2017) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2004) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2005) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2004) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 final org.flywaydb.core.Flyway flyway = new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2005) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 flyway.setDataSource(this.dataSource()); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setValidateOnMigrate(Boolean); + void setDataSource(String,String,String); ```
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2007) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 setLocations(java.lang.String[]); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2005) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 setDataSource(javax.sql.DataSource); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2008) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 flyway; + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/28be199c825d419957bc753a9519e8e9ecc6a08e.md b/Explanations/Compilation_Failures/28be199c825d419957bc753a9519e8e9ecc6a08e.md deleted file mode 100644 index f66258e..0000000 --- a/Explanations/Compilation_Failures/28be199c825d419957bc753a9519e8e9ecc6a08e.md +++ /dev/null @@ -1,49 +0,0 @@ -CI detected that the dependency upgrade from version **maven-dependency-tree-2.2** to **maven-dependency-tree-3.1.0** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **2** instructions which has been modified in the new version of the dependency. - *
- Method buildDependencyGraph() which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /license-maven-plugin/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/dependencies/MavenProjectLicenses.java:[160,61] incompatible types: org.apache.maven.project.MavenProject cannot be converted to org.apache.maven.project.ProjectBuildingRequest](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1323) - * An error was detected in line 160 which is making use of an outdated API. - ``` java - 160 getGraph().buildDependencyGraph(project, getFilter()); - ``` - * >[[ERROR] /license-maven-plugin/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/dependencies/MavenProjectLicenses.java:[160,61] incompatible types: org.apache.maven.project.MavenProject cannot be converted to org.apache.maven.project.ProjectBuildingRequest](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1323) - * An error was detected in line 160 which is making use of an outdated API. - ``` java - 160 getGraph().buildDependencyGraph(project, getFilter()); - ``` - -
- - To address this incompatibility, there are 3 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - DependencyNode buildDependencyGraph(ProjectBuildingRequest,ArtifactFilter); - ``` - ``` java - DependencyNode buildDependencyGraph(ProjectBuildingRequest,ArtifactFilter); - ``` - ``` java - DependencyNode buildDependencyGraph(ProjectBuildingRequest,ArtifactFilter,Collection); - ``` -
- *
- Method getChildren() which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /license-maven-plugin/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/dependencies/MavenProjectLicenses.java:[160,61] incompatible types: org.apache.maven.project.MavenProject cannot be converted to org.apache.maven.project.ProjectBuildingRequest](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1323) - * An error was detected in line 160 which is making use of an outdated API. - ``` java - 160 getGraph().buildDependencyGraph(project, getFilter()).getChildren(); - ``` - -
- -
- - diff --git a/Explanations/Compilation_Failures/2c04b9834112eba86fbb8ad1f925128d49449c41.md b/Explanations/Compilation_Failures/2c04b9834112eba86fbb8ad1f925128d49449c41.md new file mode 100644 index 0000000..e4de8ff --- /dev/null +++ b/Explanations/Compilation_Failures/2c04b9834112eba86fbb8ad1f925128d49449c41.md @@ -0,0 +1,104 @@ +CI detected that the dependency upgrade from version **spring-cloud-stream-3.0.7.RELEASE** to **spring-cloud-stream-4.0.1** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **6** constructs which has been modified in the new version of the dependency. + *
+ Class org.springframework.cloud.stream.annotation.Output which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[11,51] cannot find symbol
     symbol: class Output + location: package org.springframework.cloud.stream.annotation +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1778) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import org.springframework.cloud.stream.annotation.Output;; + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.EnableBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[10,51] cannot find symbol
     symbol: class EnableBinding + location: package org.springframework.cloud.stream.annotation +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1777) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import org.springframework.cloud.stream.annotation.EnableBinding;; + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.Output which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[77,10] cannot find symbol
     symbol: class Output + location: interface cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1784) + * An error was detected in line 77 which is making use of an outdated API. + ``` java + 77 @org.springframework.cloud.stream.annotation.Output(cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel.OUTPUT); + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.EnableBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[29,2] cannot find symbol
     symbol: class EnableBinding +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1779) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @org.springframework.cloud.stream.annotation.EnableBinding(cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel.class); + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.Output which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[77,10] cannot find symbol
     symbol: class Output + location: interface cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1784) + * An error was detected in line 77 which is making use of an outdated API. + ``` java + 77 @org.springframework.cloud.stream.annotation.Output(cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel.OUTPUT); + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.EnableBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[29,2] cannot find symbol
     symbol: class EnableBinding +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1779) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @org.springframework.cloud.stream.annotation.EnableBinding(cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel.class); + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/2d733a58045b4bf3669aa00d875e77f9db48c29b.md b/Explanations/Compilation_Failures/2d733a58045b4bf3669aa00d875e77f9db48c29b.md index 6c23e82..92649e1 100644 --- a/Explanations/Compilation_Failures/2d733a58045b4bf3669aa00d875e77f9db48c29b.md +++ b/Explanations/Compilation_Failures/2d733a58045b4bf3669aa00d875e77f9db48c29b.md @@ -1,31 +1,14 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.11.0** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **5** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2080) - * An error was detected in line 112 which is making use of an outdated API. - ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); - ``` - -
- - To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - Event valueOf(String); - ``` -
- *
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2077) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2070) * An error was detected in line 111 which is making use of an outdated API. ``` java 111 flyway.setLocations(prop.getProperty("flyway.locations")); @@ -39,72 +22,74 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency + Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2071) - * An error was detected in line 109 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2067) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 109 flyway.setDataSource(this.dataSource()); + 108 new org.flywaydb.core.Flyway(); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setDataSource(String,String,String); - ```
*
- Method getClassLoader() which has been removed in the new version of the dependency + Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2074) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2069) * An error was detected in line 110 which is making use of an outdated API. ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); + 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - ClassLoader getClassLoader(); + void setClassLoader(ClassLoader); ```
*
- Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency + Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2074) - * An error was detected in line 110 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2068) + * An error was detected in line 109 which is making use of an outdated API. ``` java - 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); + 109 flyway.setDataSource(this.dataSource()); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setClassLoader(ClassLoader); + void setDataSource(String,String,String); ```
*
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency + Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2080) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2071) * An error was detected in line 112 which is making use of an outdated API. ``` java 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); diff --git a/Explanations/Compilation_Failures/2dfaa41bfb97674d11f09a5885011f19808548a3.md b/Explanations/Compilation_Failures/2dfaa41bfb97674d11f09a5885011f19808548a3.md deleted file mode 100644 index 6dfda8e..0000000 --- a/Explanations/Compilation_Failures/2dfaa41bfb97674d11f09a5885011f19808548a3.md +++ /dev/null @@ -1,19 +0,0 @@ -CI detected that the dependency upgrade from version **mockito-core-1.10.19** to **mockito-core-5.1.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. - * Method getArgumentAt() which has been removed in the new version of the dependency - - * The failure is identified from the logs generated in the build process. - - * >[[ERROR] /bval/bval-jsr/src/test/java/org/apache/bval/jsr/DefaultMessageInterpolatorTest.java:[318,49] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1667) - * An error was detected in line 318 which is making use of an outdated API. - ``` java - 318 invocation.getArgumentAt(0, java.lang.Class.class); - ``` - * >[[ERROR] /bval/bval-jsr/src/test/java/org/apache/bval/jsr/DefaultMessageInterpolatorTest.java:[318,49] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1667) - * An error was detected in line 318 which is making use of an outdated API. - ``` java - 318 invocation.getArgumentAt(0, java.lang.Class.class); - ``` - - - diff --git a/Explanations/Compilation_Failures/2f01c46b96a8edf437edf20e6dbd848edcb27085.md b/Explanations/Compilation_Failures/2f01c46b96a8edf437edf20e6dbd848edcb27085.md new file mode 100644 index 0000000..a13d5b5 --- /dev/null +++ b/Explanations/Compilation_Failures/2f01c46b96a8edf437edf20e6dbd848edcb27085.md @@ -0,0 +1,14 @@ +CI detected that the dependency upgrade from version **plexus-utils-3.5.1** to **plexus-utils-4.0.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. + * Class org.codehaus.plexus.util.xml.Xpp3Dom which has been removed in the new version of the dependency + + * The failure is identified from the logs generated in the build process. + + * >[[ERROR] /depclean/depclean-maven-plugin/src/main/java/se/kth/depclean/wrapper/MavenDependencyManager.java:[27,36] package org.codehaus.plexus.util.xml does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1786) + * An error was detected in line 27 which is making use of an outdated API. + ``` java + 27 import org.codehaus.plexus.util.xml.Xpp3Dom;; + ``` + + + diff --git a/Explanations/Compilation_Failures/3572a1ecc0154c61e05505aed56055b9c5e539a6.md b/Explanations/Compilation_Failures/3572a1ecc0154c61e05505aed56055b9c5e539a6.md new file mode 100644 index 0000000..17293e6 --- /dev/null +++ b/Explanations/Compilation_Failures/3572a1ecc0154c61e05505aed56055b9c5e539a6.md @@ -0,0 +1,72 @@ +CI detected that the dependency upgrade from version **libthrift-0.12.0** to **libthrift-0.16.0** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **4** constructs which has been modified in the new version of the dependency. + *
+ Class org.apache.thrift.transport.TFastFramedTransport which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /singer/thrift-logger/src/main/java/com/pinterest/singer/client/logback/AppenderUtils.java:[63,29] cannot find symbol
     symbol: class TFastFramedTransport + location: class com.pinterest.singer.client.logback.AppenderUtils.LogMessageEncoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1023) + * An error was detected in line 63 which is making use of an outdated API. + ``` java + 63 new org.apache.thrift.transport.TFastFramedTransport(new org.apache.thrift.transport.TIOStreamTransport(os), bufferCapacity); + ``` + +
+ +
+ *
+ Class org.apache.thrift.transport.TFastFramedTransport which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /singer/thrift-logger/src/main/java/com/pinterest/singer/client/logback/AppenderUtils.java:[30,35] cannot find symbol
     symbol: class TFastFramedTransport + location: package org.apache.thrift.transport +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1022) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 import org.apache.thrift.transport.TFastFramedTransport;; + ``` + +
+ +
+ *
+ Constructor org.apache.thrift.transport.TFastFramedTransport(org.apache.thrift.transport.TTransport,int) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /singer/thrift-logger/src/main/java/com/pinterest/singer/client/logback/AppenderUtils.java:[63,29] cannot find symbol
     symbol: class TFastFramedTransport + location: class com.pinterest.singer.client.logback.AppenderUtils.LogMessageEncoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1023) + * An error was detected in line 63 which is making use of an outdated API. + ``` java + 63 new org.apache.thrift.transport.TFastFramedTransport(new org.apache.thrift.transport.TIOStreamTransport(os), bufferCapacity); + ``` + +
+ +
+ *
+ Class org.apache.thrift.transport.TFastFramedTransport which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /singer/thrift-logger/src/main/java/com/pinterest/singer/client/logback/AppenderUtils.java:[63,29] cannot find symbol
     symbol: class TFastFramedTransport + location: class com.pinterest.singer.client.logback.AppenderUtils.LogMessageEncoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1023) + * An error was detected in line 63 which is making use of an outdated API. + ``` java + 63 new org.apache.thrift.transport.TFastFramedTransport(new org.apache.thrift.transport.TIOStreamTransport(os), bufferCapacity); + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/36859167815292f279e570d39dd2ddbcf1622dc6.md b/Explanations/Compilation_Failures/36859167815292f279e570d39dd2ddbcf1622dc6.md deleted file mode 100644 index 88e3eef..0000000 --- a/Explanations/Compilation_Failures/36859167815292f279e570d39dd2ddbcf1622dc6.md +++ /dev/null @@ -1,18 +0,0 @@ -CI detected that the dependency upgrade from version **fop-1.0** to **fop-2.2** 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. - * Method newInstance() which has been removed in the new version of the dependency - - * The failure is identified from the logs generated in the build process. - - * >[[ERROR] /billy/billy-gin/src/main/java/com/premiumminds/billy/gin/services/impl/pdf/FOPPDFTransformer.java:[115,43] no suitable method found for newInstance(no arguments)](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1233) - * An error was detected in line 115 which is making use of an outdated API. - ``` java - 115 org.apache.fop.apps.FopFactory.newInstance(); - ``` - - To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - StructureTreeEventHandler newInstance(ContentHandler); - ``` - - diff --git a/Explanations/Compilation_Failures/38c9915f0cfdf0c1a2b17c3c6f283c23a0aac0cf.md b/Explanations/Compilation_Failures/38c9915f0cfdf0c1a2b17c3c6f283c23a0aac0cf.md new file mode 100644 index 0000000..0ece4f7 --- /dev/null +++ b/Explanations/Compilation_Failures/38c9915f0cfdf0c1a2b17c3c6f283c23a0aac0cf.md @@ -0,0 +1,450 @@ +CI detected that the dependency upgrade from version **cactoos-0.35** to **cactoos-0.55.0** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **18** constructs which has been modified in the new version of the dependency. + *
+ Class org.cactoos.text.SplitText which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/WalletsIn.java:[40,24] cannot find symbol
     symbol: class JoinedText + location: package org.cactoos.text +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:773) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 import org.cactoos.text.SplitText;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtTransaction.java:[40,24] cannot find symbol
     symbol: class SplitText + location: package org.cactoos.text +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:779) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 import org.cactoos.text.SplitText;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/Wallet.java:[40,24] cannot find symbol
     symbol: class SplitText + location: package org.cactoos.text +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:768) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 import org.cactoos.text.SplitText;; + ``` + +
+ +
+ *
+ Class org.cactoos.scalar.UncheckedScalar which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/Wallet.java:[38,26] cannot find symbol
     symbol: class UncheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:767) + * An error was detected in line 38 which is making use of an outdated API. + ``` java + 38 import org.cactoos.scalar.UncheckedScalar;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtTransaction.java:[38,26] cannot find symbol
     symbol: class UncheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:778) + * An error was detected in line 38 which is making use of an outdated API. + ``` java + 38 import org.cactoos.scalar.UncheckedScalar;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/WalletsIn.java:[38,26] cannot find symbol
     symbol: class SolidScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:772) + * An error was detected in line 38 which is making use of an outdated API. + ``` java + 38 import org.cactoos.scalar.UncheckedScalar;; + ``` + +
+ +
+ *
+ Class org.cactoos.scalar.IoCheckedScalar which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtTransaction.java:[37,26] cannot find symbol
     symbol: class StickyScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:777) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 import org.cactoos.scalar.IoCheckedScalar;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/WalletsIn.java:[37,26] cannot find symbol
     symbol: class IoCheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:771) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 import org.cactoos.scalar.IoCheckedScalar;; + ``` + +
+ +
+ *
+ Class org.cactoos.iterable.LengthOf which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/TaxBeneficiaries.java:[29,28] cannot find symbol
     symbol: class LengthOf + location: package org.cactoos.iterable +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:770) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 import org.cactoos.iterable.LengthOf;; + ``` + +
+ +
+ *
+ Class org.cactoos.text.JoinedText which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/WalletsIn.java:[40,24] cannot find symbol
     symbol: class JoinedText + location: package org.cactoos.text +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:773) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 import org.cactoos.text.JoinedText;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtTransaction.java:[40,24] cannot find symbol
     symbol: class SplitText + location: package org.cactoos.text +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:779) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 import org.cactoos.text.JoinedText;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/Wallet.java:[40,24] cannot find symbol
     symbol: class SplitText + location: package org.cactoos.text +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:768) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 import org.cactoos.text.JoinedText;; + ``` + +
+ +
+ *
+ Class org.cactoos.iterable.LengthOf which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtTransaction.java:[33,28] cannot find symbol
     symbol: class LengthOf + location: package org.cactoos.iterable +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:775) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 import org.cactoos.iterable.LengthOf;; + ``` + +
+ +
+ *
+ Class org.cactoos.text.SplitText which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/WalletsIn.java:[40,24] cannot find symbol
     symbol: class JoinedText + location: package org.cactoos.text +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:773) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 import org.cactoos.text.SplitText;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtTransaction.java:[40,24] cannot find symbol
     symbol: class SplitText + location: package org.cactoos.text +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:779) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 import org.cactoos.text.SplitText;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/Wallet.java:[40,24] cannot find symbol
     symbol: class SplitText + location: package org.cactoos.text +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:768) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 import org.cactoos.text.SplitText;; + ``` + +
+ +
+ *
+ Class org.cactoos.scalar.StickyScalar which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtTransaction.java:[37,26] cannot find symbol
     symbol: class StickyScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:777) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 import org.cactoos.scalar.StickyScalar;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/WalletsIn.java:[37,26] cannot find symbol
     symbol: class IoCheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:771) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 import org.cactoos.scalar.StickyScalar;; + ``` + +
+ +
+ *
+ Class org.cactoos.scalar.CheckedScalar which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/Wallet.java:[36,26] cannot find symbol
     symbol: class CheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:766) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 import org.cactoos.scalar.CheckedScalar;; + ``` + +
+ +
+ *
+ Class org.cactoos.collection.CollectionOf which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/Wallet.java:[30,30] cannot find symbol
     symbol: class Filtered + location: package org.cactoos.collection +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:765) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 import org.cactoos.collection.CollectionOf;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/Copies.java:[30,30] cannot find symbol
     symbol: class CollectionOf + location: package org.cactoos.collection +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:763) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 import org.cactoos.collection.CollectionOf;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtNetwork.java:[30,26] cannot find symbol
     symbol: class IoCheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:769) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 import org.cactoos.collection.CollectionOf;; + ``` + +
+ +
+ *
+ Class org.cactoos.scalar.SolidScalar which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/Wallet.java:[38,26] cannot find symbol
     symbol: class UncheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:767) + * An error was detected in line 38 which is making use of an outdated API. + ``` java + 38 import org.cactoos.scalar.SolidScalar;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtTransaction.java:[38,26] cannot find symbol
     symbol: class UncheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:778) + * An error was detected in line 38 which is making use of an outdated API. + ``` java + 38 import org.cactoos.scalar.SolidScalar;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/WalletsIn.java:[38,26] cannot find symbol
     symbol: class SolidScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:772) + * An error was detected in line 38 which is making use of an outdated API. + ``` java + 38 import org.cactoos.scalar.SolidScalar;; + ``` + +
+ +
+ *
+ Class org.cactoos.scalar.UncheckedScalar which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/Wallet.java:[38,26] cannot find symbol
     symbol: class UncheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:767) + * An error was detected in line 38 which is making use of an outdated API. + ``` java + 38 import org.cactoos.scalar.UncheckedScalar;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtTransaction.java:[38,26] cannot find symbol
     symbol: class UncheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:778) + * An error was detected in line 38 which is making use of an outdated API. + ``` java + 38 import org.cactoos.scalar.UncheckedScalar;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/WalletsIn.java:[38,26] cannot find symbol
     symbol: class SolidScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:772) + * An error was detected in line 38 which is making use of an outdated API. + ``` java + 38 import org.cactoos.scalar.UncheckedScalar;; + ``` + +
+ +
+ *
+ Class org.cactoos.scalar.IoCheckedScalar which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtTransaction.java:[35,26] cannot find symbol
     symbol: class IoCheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:776) + * An error was detected in line 35 which is making use of an outdated API. + ``` java + 35 import org.cactoos.scalar.IoCheckedScalar;; + ``` + +
+ +
+ *
+ Class org.cactoos.iterable.LengthOf which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtScore.java:[27,28] cannot find symbol
     symbol: class LengthOf + location: package org.cactoos.iterable +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:762) + * An error was detected in line 27 which is making use of an outdated API. + ``` java + 27 import org.cactoos.iterable.LengthOf;; + ``` + +
+ +
+ *
+ Class org.cactoos.text.TrimmedText which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtTransaction.java:[42,24] cannot find symbol
     symbol: class TrimmedText + location: package org.cactoos.text +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:780) + * An error was detected in line 42 which is making use of an outdated API. + ``` java + 42 import org.cactoos.text.TrimmedText;; + ``` + +
+ +
+ *
+ Class org.cactoos.collection.Filtered which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/Wallet.java:[30,30] cannot find symbol
     symbol: class Filtered + location: package org.cactoos.collection +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:765) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 import org.cactoos.collection.Filtered;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/Copies.java:[30,30] cannot find symbol
     symbol: class CollectionOf + location: package org.cactoos.collection +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:763) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 import org.cactoos.collection.Filtered;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtNetwork.java:[30,26] cannot find symbol
     symbol: class IoCheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:769) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 import org.cactoos.collection.Filtered;; + ``` + +
+ +
+ *
+ Class org.cactoos.scalar.IoCheckedScalar which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/Wallet.java:[30,30] cannot find symbol
     symbol: class Filtered + location: package org.cactoos.collection +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:765) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 import org.cactoos.scalar.IoCheckedScalar;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/Copies.java:[30,30] cannot find symbol
     symbol: class CollectionOf + location: package org.cactoos.collection +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:763) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 import org.cactoos.scalar.IoCheckedScalar;; + ``` + * >[[ERROR] /java-api/src/main/java/io/zold/api/RtNetwork.java:[30,26] cannot find symbol
     symbol: class IoCheckedScalar + location: package org.cactoos.scalar +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:769) + * An error was detected in line 30 which is making use of an outdated API. + ``` java + 30 import org.cactoos.scalar.IoCheckedScalar;; + ``` + +
+ +
+ *
+ Class org.cactoos.text.RandomText which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-api/src/main/java/io/zold/api/Remote.java:[28,24] cannot find symbol
     symbol: class RandomText + location: package org.cactoos.text +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:764) + * An error was detected in line 28 which is making use of an outdated API. + ``` java + 28 import org.cactoos.text.RandomText;; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/3d29f9a6823fa68763d3148bc0353ac557f2a815.md b/Explanations/Compilation_Failures/3d29f9a6823fa68763d3148bc0353ac557f2a815.md deleted file mode 100644 index 77eca7e..0000000 --- a/Explanations/Compilation_Failures/3d29f9a6823fa68763d3148bc0353ac557f2a815.md +++ /dev/null @@ -1,18 +0,0 @@ -CI detected that the dependency upgrade from version **sonarlint-core-8.15.0.65216** to **sonarlint-core-9.1.1.74346** 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. - * Method getEnabledLanguages() which has been removed in the new version of the dependency - - * The failure is identified from the logs generated in the build process. - - * >[[ERROR] /sorald/sorald/src/main/java/sorald/sonar/SonarLintEngine.java:[163,17] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1267) - * An error was detected in line 163 which is making use of an outdated API. - ``` java - 163 sorald.sonar.SonarLintEngine.globalConfig.getEnabledLanguages(); - ``` - - To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - Set getEnabledLanguages(); - ``` - - diff --git a/Explanations/Compilation_Failures/3d2b38ee1c838d885db80326b3cd60e314704e39.md b/Explanations/Compilation_Failures/3d2b38ee1c838d885db80326b3cd60e314704e39.md new file mode 100644 index 0000000..6d52289 --- /dev/null +++ b/Explanations/Compilation_Failures/3d2b38ee1c838d885db80326b3cd60e314704e39.md @@ -0,0 +1,104 @@ +CI detected that the dependency upgrade from version **spring-cloud-stream-3.0.7.RELEASE** to **spring-cloud-stream-4.0.0** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **6** constructs which has been modified in the new version of the dependency. + *
+ Class org.springframework.cloud.stream.annotation.Output which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[11,51] cannot find symbol
     symbol: class Output + location: package org.springframework.cloud.stream.annotation +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1778) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import org.springframework.cloud.stream.annotation.Output;; + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.EnableBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[10,51] cannot find symbol
     symbol: class EnableBinding + location: package org.springframework.cloud.stream.annotation +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1777) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import org.springframework.cloud.stream.annotation.EnableBinding;; + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.Output which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[77,10] cannot find symbol
     symbol: class Output + location: interface cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1784) + * An error was detected in line 77 which is making use of an outdated API. + ``` java + 77 @org.springframework.cloud.stream.annotation.Output(cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel.OUTPUT); + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.EnableBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[29,2] cannot find symbol
     symbol: class EnableBinding +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1779) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @org.springframework.cloud.stream.annotation.EnableBinding(cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel.class); + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.EnableBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[29,2] cannot find symbol
     symbol: class EnableBinding +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1779) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @org.springframework.cloud.stream.annotation.EnableBinding(cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel.class); + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.Output which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[77,10] cannot find symbol
     symbol: class Output + location: interface cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1784) + * An error was detected in line 77 which is making use of an outdated API. + ``` java + 77 @org.springframework.cloud.stream.annotation.Output(cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel.OUTPUT); + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/3f30dfff617fd652412260ecf648a25769a27101.md b/Explanations/Compilation_Failures/3f30dfff617fd652412260ecf648a25769a27101.md new file mode 100644 index 0000000..8f91a4c --- /dev/null +++ b/Explanations/Compilation_Failures/3f30dfff617fd652412260ecf648a25769a27101.md @@ -0,0 +1,413 @@ +CI detected that the dependency upgrade from version **jakarta.interceptor-api-1.2.5** to **jakarta.interceptor-api-2.0.0** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **33** constructs which has been modified in the new version of the dependency. + *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/CallRedirectionInterceptor.java:[28,38] cannot find symbol
     symbol: class InvocationContext + location: class de.hilling.junit.cdi.scope.CallRedirectionInterceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1278) + * An error was detected in line 28 which is making use of an outdated API. + ``` java + 28 javax.interceptor.InvocationContext ctx; + ``` + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/CallRedirectionInterceptor.java:[40,36] cannot find symbol
     symbol: class InvocationContext + location: class de.hilling.junit.cdi.scope.CallRedirectionInterceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1279) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 javax.interceptor.InvocationContext ctx; + ``` + +
+ +
+ *
+ Class javax.interceptor.Interceptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/CallRedirectionInterceptor.java:[18,2] cannot find symbol
     symbol: class Interceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1277) + * An error was detected in line 18 which is making use of an outdated API. + ``` java + 18 @javax.interceptor.Interceptor; + ``` + +
+ +
+ *
+ Method getTarget() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.Interceptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/CallRedirectionInterceptor.java:[11,25] package javax.interceptor does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1275) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.interceptor.Interceptor;; + ``` + +
+ +
+ *
+ Class javax.interceptor.InterceptorBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/Replaceable.java:[13,2] cannot find symbol
     symbol: class InterceptorBinding +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1273) + * An error was detected in line 13 which is making use of an outdated API. + ``` java + 13 @javax.interceptor.InterceptorBinding; + ``` + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method getMethod() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method getParameters() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method proceed() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method getMethod() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.AroundInvoke which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/CallRedirectionInterceptor.java:[27,6] cannot find symbol
     symbol: class AroundInvoke + location: class de.hilling.junit.cdi.scope.CallRedirectionInterceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1281) + * An error was detected in line 27 which is making use of an outdated API. + ``` java + 27 @javax.interceptor.AroundInvoke; + ``` + +
+ +
+ *
+ Class javax.interceptor.AroundInvoke which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/CallRedirectionInterceptor.java:[27,6] cannot find symbol
     symbol: class AroundInvoke + location: class de.hilling.junit.cdi.scope.CallRedirectionInterceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1281) + * An error was detected in line 27 which is making use of an outdated API. + ``` java + 27 @javax.interceptor.AroundInvoke; + ``` + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/CallRedirectionInterceptor.java:[12,25] package javax.interceptor does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1276) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.interceptor.InvocationContext;; + ``` + +
+ +
+ *
+ Class javax.interceptor.InterceptorBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/Replaceable.java:[5,25] package javax.interceptor does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1272) + * An error was detected in line 5 which is making use of an outdated API. + ``` java + 5 import javax.interceptor.InterceptorBinding;; + ``` + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.AroundInvoke which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/CallRedirectionInterceptor.java:[10,25] package javax.interceptor does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1274) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.interceptor.AroundInvoke;; + ``` + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/CallRedirectionInterceptor.java:[55,29] cannot find symbol
     symbol: class InvocationContext + location: class de.hilling.junit.cdi.scope.CallRedirectionInterceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1280) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 javax.interceptor.InvocationContext ctx; + ``` + +
+ +
+ *
+ Class javax.interceptor.InterceptorBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/Replaceable.java:[13,2] cannot find symbol
     symbol: class InterceptorBinding +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1273) + * An error was detected in line 13 which is making use of an outdated API. + ``` java + 13 @javax.interceptor.InterceptorBinding; + ``` + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.InvocationContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.interceptor.Interceptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-core/src/main/java/de/hilling/junit/cdi/scope/CallRedirectionInterceptor.java:[18,2] cannot find symbol
     symbol: class Interceptor +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1277) + * An error was detected in line 18 which is making use of an outdated API. + ``` java + 18 @javax.interceptor.Interceptor; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/3ff575ae202cdf76ddfa8a4228a1711a6fa1e921.md b/Explanations/Compilation_Failures/3ff575ae202cdf76ddfa8a4228a1711a6fa1e921.md deleted file mode 100644 index dcdbad9..0000000 --- a/Explanations/Compilation_Failures/3ff575ae202cdf76ddfa8a4228a1711a6fa1e921.md +++ /dev/null @@ -1,14 +0,0 @@ -CI detected that the dependency upgrade from version **plexus-container-default-1.0-alpha-30** to **plexus-container-default-2.1.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. - * Method getLoggerManager() which has been removed in the new version of the dependency - - * The failure is identified from the logs generated in the build process. - - * >[[ERROR] /plexus-archiver/src/test/java/org/codehaus/plexus/archiver/DuplicateFilesTest.java:[37,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:710) - * An error was detected in line 37 which is making use of an outdated API. - ``` java - 37 getContainer().getLoggerManager(); - ``` - - - diff --git a/Explanations/Compilation_Failures/46979207151a43361447d64afd2658df40033419.md b/Explanations/Compilation_Failures/46979207151a43361447d64afd2658df40033419.md deleted file mode 100644 index 3a40543..0000000 --- a/Explanations/Compilation_Failures/46979207151a43361447d64afd2658df40033419.md +++ /dev/null @@ -1,509 +0,0 @@ -CI detected that the dependency upgrade from version **jaxb2-basics-runtime-0.13.1** to **jaxb2-basics-runtime-1.11.1-PUBLISHED-BY-MISTAKE** 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. - * Method getInstance() which has been removed in the new version of the dependency - - * The failure is identified from the logs generated in the build process. - - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SupplierAddressStructure.java:[244,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1762) - * An error was detected in line 244 which is making use of an outdated API. - ``` java - 244 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[418,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1930) - * An error was detected in line 418 which is making use of an outdated API. - ``` java - 418 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[653,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1933) - * An error was detected in line 653 which is making use of an outdated API. - ``` java - 653 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[1365,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1936) - * An error was detected in line 1365 which is making use of an outdated API. - ``` java - 1365 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[1658,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1939) - * An error was detected in line 1658 which is making use of an outdated API. - ``` java - 1658 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[1844,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1942) - * An error was detected in line 1844 which is making use of an outdated API. - ``` java - 1844 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[2285,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1945) - * An error was detected in line 2285 which is making use of an outdated API. - ``` java - 2285 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[2605,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1948) - * An error was detected in line 2605 which is making use of an outdated API. - ``` java - 2605 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[3293,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1951) - * An error was detected in line 3293 which is making use of an outdated API. - ``` java - 3293 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[3581,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1954) - * An error was detected in line 3581 which is making use of an outdated API. - ``` java - 3581 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[3833,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1957) - * An error was detected in line 3833 which is making use of an outdated API. - ``` java - 3833 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[4346,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1960) - * An error was detected in line 4346 which is making use of an outdated API. - ``` java - 4346 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[4665,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1963) - * An error was detected in line 4665 which is making use of an outdated API. - ``` java - 4665 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[5154,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1966) - * An error was detected in line 5154 which is making use of an outdated API. - ``` java - 5154 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[5379,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1969) - * An error was detected in line 5379 which is making use of an outdated API. - ``` java - 5379 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[5560,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1972) - * An error was detected in line 5560 which is making use of an outdated API. - ``` java - 5560 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[6030,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1975) - * An error was detected in line 6030 which is making use of an outdated API. - ``` java - 6030 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SpecialRegimes.java:[108,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1888) - * An error was detected in line 108 which is making use of an outdated API. - ``` java - 108 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/Supplier.java:[385,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1759) - * An error was detected in line 385 which is making use of an outdated API. - ``` java - 385 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/OrderReferences.java:[107,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1981) - * An error was detected in line 107 which is making use of an outdated API. - ``` java - 107 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/References.java:[104,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2005) - * An error was detected in line 104 which is making use of an outdated API. - ``` java - 104 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/Payment.java:[136,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2002) - * An error was detected in line 136 which is making use of an outdated API. - ``` java - 136 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/Header.java:[658,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1765) - * An error was detected in line 658 which is making use of an outdated API. - ``` java - 658 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/ShippingPointStructure.java:[185,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1987) - * An error was detected in line 185 which is making use of an outdated API. - ``` java - 185 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/ShippingPointStructure.java:[185,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1879) - * An error was detected in line 185 which is making use of an outdated API. - ``` java - 185 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/TaxTable.java:[85,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1909) - * An error was detected in line 85 which is making use of an outdated API. - ``` java - 85 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/MovementTax.java:[163,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1882) - * An error was detected in line 163 which is making use of an outdated API. - ``` java - 163 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/PaymentMethod.java:[136,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1861) - * An error was detected in line 136 which is making use of an outdated API. - ``` java - 136 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/AuditFile.java:[178,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1771) - * An error was detected in line 178 which is making use of an outdated API. - ``` java - 178 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/AuditFile.java:[405,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1774) - * An error was detected in line 405 which is making use of an outdated API. - ``` java - 405 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[552,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1792) - * An error was detected in line 552 which is making use of an outdated API. - ``` java - 552 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[792,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1795) - * An error was detected in line 792 which is making use of an outdated API. - ``` java - 792 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[1504,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1798) - * An error was detected in line 1504 which is making use of an outdated API. - ``` java - 1504 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[1798,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1801) - * An error was detected in line 1798 which is making use of an outdated API. - ``` java - 1798 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[1984,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1804) - * An error was detected in line 1984 which is making use of an outdated API. - ``` java - 1984 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[2425,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1807) - * An error was detected in line 2425 which is making use of an outdated API. - ``` java - 2425 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[2753,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1810) - * An error was detected in line 2753 which is making use of an outdated API. - ``` java - 2753 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[3326,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1813) - * An error was detected in line 3326 which is making use of an outdated API. - ``` java - 3326 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[3590,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1816) - * An error was detected in line 3590 which is making use of an outdated API. - ``` java - 3590 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[3814,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1819) - * An error was detected in line 3814 which is making use of an outdated API. - ``` java - 3814 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[3914,80] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1822) - * An error was detected in line 3914 which is making use of an outdated API. - ``` java - 3914 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[4186,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1825) - * An error was detected in line 4186 which is making use of an outdated API. - ``` java - 4186 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[4353,80] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1828) - * An error was detected in line 4353 which is making use of an outdated API. - ``` java - 4353 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[4625,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1831) - * An error was detected in line 4625 which is making use of an outdated API. - ``` java - 4625 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[5321,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1834) - * An error was detected in line 5321 which is making use of an outdated API. - ``` java - 5321 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[5610,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1837) - * An error was detected in line 5610 which is making use of an outdated API. - ``` java - 5610 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[5862,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1840) - * An error was detected in line 5862 which is making use of an outdated API. - ``` java - 5862 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[6375,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1843) - * An error was detected in line 6375 which is making use of an outdated API. - ``` java - 6375 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[6695,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1846) - * An error was detected in line 6695 which is making use of an outdated API. - ``` java - 6695 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[7185,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1849) - * An error was detected in line 7185 which is making use of an outdated API. - ``` java - 7185 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[7439,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1852) - * An error was detected in line 7439 which is making use of an outdated API. - ``` java - 7439 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[7625,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1855) - * An error was detected in line 7625 which is making use of an outdated API. - ``` java - 7625 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[8095,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1858) - * An error was detected in line 8095 which is making use of an outdated API. - ``` java - 8095 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Supplier.java:[385,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1903) - * An error was detected in line 385 which is making use of an outdated API. - ``` java - 385 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Settlement.java:[164,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1891) - * An error was detected in line 164 which is making use of an outdated API. - ``` java - 164 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/AddressStructure.java:[244,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1885) - * An error was detected in line 244 which is making use of an outdated API. - ``` java - 244 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/GeneralLedger.java:[275,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1897) - * An error was detected in line 275 which is making use of an outdated API. - ``` java - 275 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/Product.java:[218,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1921) - * An error was detected in line 218 which is making use of an outdated API. - ``` java - 218 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/AuditFile.java:[178,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2014) - * An error was detected in line 178 which is making use of an outdated API. - ``` java - 178 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/AuditFile.java:[400,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2017) - * An error was detected in line 400 which is making use of an outdated API. - ``` java - 400 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Currency.java:[133,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1867) - * An error was detected in line 133 which is making use of an outdated API. - ``` java - 133 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/MovementTax.java:[163,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1990) - * An error was detected in line 163 which is making use of an outdated API. - ``` java - 163 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/AddressStructurePT.java:[244,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1768) - * An error was detected in line 244 which is making use of an outdated API. - ``` java - 244 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[570,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2020) - * An error was detected in line 570 which is making use of an outdated API. - ``` java - 570 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[814,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2023) - * An error was detected in line 814 which is making use of an outdated API. - ``` java - 814 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[1557,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2026) - * An error was detected in line 1557 which is making use of an outdated API. - ``` java - 1557 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[1856,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2029) - * An error was detected in line 1856 which is making use of an outdated API. - ``` java - 1856 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[2042,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2032) - * An error was detected in line 2042 which is making use of an outdated API. - ``` java - 2042 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[2567,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2035) - * An error was detected in line 2567 which is making use of an outdated API. - ``` java - 2567 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[2912,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2038) - * An error was detected in line 2912 which is making use of an outdated API. - ``` java - 2912 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[3514,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2041) - * An error was detected in line 3514 which is making use of an outdated API. - ``` java - 3514 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[3783,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2044) - * An error was detected in line 3783 which is making use of an outdated API. - ``` java - 3783 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[4007,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2047) - * An error was detected in line 4007 which is making use of an outdated API. - ``` java - 4007 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[4107,80] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2050) - * An error was detected in line 4107 which is making use of an outdated API. - ``` java - 4107 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[4407,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2053) - * An error was detected in line 4407 which is making use of an outdated API. - ``` java - 4407 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[4579,80] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2056) - * An error was detected in line 4579 which is making use of an outdated API. - ``` java - 4579 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/Settlement.java:[164,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1999) - * An error was detected in line 164 which is making use of an outdated API. - ``` java - 164 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/GeneralLedgerEntries.java:[226,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1780) - * An error was detected in line 226 which is making use of an outdated API. - ``` java - 226 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/GeneralLedgerEntries.java:[422,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1783) - * An error was detected in line 422 which is making use of an outdated API. - ``` java - 422 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/GeneralLedgerEntries.java:[812,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1786) - * An error was detected in line 812 which is making use of an outdated API. - ``` java - 812 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/GeneralLedgerEntries.java:[1113,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1789) - * An error was detected in line 1113 which is making use of an outdated API. - ``` java - 1113 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/TaxTableEntry.java:[252,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1912) - * An error was detected in line 252 which is making use of an outdated API. - ``` java - 252 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/PaymentTax.java:[191,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1870) - * An error was detected in line 191 which is making use of an outdated API. - ``` java - 191 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Tax.java:[191,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1876) - * An error was detected in line 191 which is making use of an outdated API. - ``` java - 191 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/Tax.java:[191,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1984) - * An error was detected in line 191 which is making use of an outdated API. - ``` java - 191 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/Currency.java:[133,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1978) - * An error was detected in line 133 which is making use of an outdated API. - ``` java - 133 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/References.java:[104,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1927) - * An error was detected in line 104 which is making use of an outdated API. - ``` java - 104 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/AddressStructure.java:[244,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1993) - * An error was detected in line 244 which is making use of an outdated API. - ``` java - 244 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Customer.java:[385,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1900) - * An error was detected in line 385 which is making use of an outdated API. - ``` java - 385 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/WithholdingTax.java:[133,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1864) - * An error was detected in line 133 which is making use of an outdated API. - ``` java - 133 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/WithholdingTax.java:[133,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1996) - * An error was detected in line 133 which is making use of an outdated API. - ``` java - 133 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Header.java:[658,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1777) - * An error was detected in line 658 which is making use of an outdated API. - ``` java - 658 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/AuditFile.java:[178,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2008) - * An error was detected in line 178 which is making use of an outdated API. - ``` java - 178 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/AuditFile.java:[405,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2011) - * An error was detected in line 405 which is making use of an outdated API. - ``` java - 405 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/AddressStructurePT.java:[244,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1918) - * An error was detected in line 244 which is making use of an outdated API. - ``` java - 244 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/References.java:[104,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1894) - * An error was detected in line 104 which is making use of an outdated API. - ``` java - 104 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Product.java:[190,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1906) - * An error was detected in line 190 which is making use of an outdated API. - ``` java - 190 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/OrderReferences.java:[107,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1873) - * An error was detected in line 107 which is making use of an outdated API. - ``` java - 107 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SupplierAddressStructure.java:[244,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1915) - * An error was detected in line 244 which is making use of an outdated API. - ``` java - 244 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/CustomsDetails.java:[116,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1924) - * An error was detected in line 116 which is making use of an outdated API. - ``` java - 116 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - - - diff --git a/Explanations/Compilation_Failures/489aad6060454d0b7b34a144e0b345c5a3a199f5.md b/Explanations/Compilation_Failures/489aad6060454d0b7b34a144e0b345c5a3a199f5.md index 8b52459..a89ffcc 100644 --- a/Explanations/Compilation_Failures/489aad6060454d0b7b34a144e0b345c5a3a199f5.md +++ b/Explanations/Compilation_Failures/489aad6060454d0b7b34a144e0b345c5a3a199f5.md @@ -1,31 +1,35 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.19.1** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **16** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1979) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1967) + * An error was detected in line 109 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 109 flyway.setDataSource(this.dataSource()); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - Event valueOf(String); + void setDataSource(String,String,String); ```
*
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency + Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1976) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1969) * An error was detected in line 111 which is making use of an outdated API. ``` java 111 flyway.setLocations(prop.getProperty("flyway.locations")); @@ -39,45 +43,94 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1970) - * An error was detected in line 109 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1968) + * An error was detected in line 110 which is making use of an outdated API. ``` java - 109 flyway.setDataSource(this.dataSource()); + 110 setClassLoader(java.lang.ClassLoader); + ``` + +
+ +
+ *
+ Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1970) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setDataSource(String,String,String); + void setValidateOnMigrate(Boolean); ```
*
- Method getClassLoader() which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1973) - * An error was detected in line 110 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1970) + * An error was detected in line 112 which is making use of an outdated API. ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); + 112 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1970) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 setValidateOnMigrate(boolean); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1966) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` - ``` java - ClassLoader getClassLoader(); - ```
*
Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency @@ -85,7 +138,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1973) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1968) * An error was detected in line 110 which is making use of an outdated API. ``` java 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); @@ -99,23 +154,143 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1979) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1967) + * An error was detected in line 109 which is making use of an outdated API. ``` java - 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); + 109 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1969) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 setLocations(java.lang.String[]); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1966) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1966) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 final org.flywaydb.core.Flyway flyway = new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1967) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 setDataSource(javax.sql.DataSource); + ``` + +
+ +
+ *
+ Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1966) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1969) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1968) + * An error was detected in line 110 which is making use of an outdated API. + ``` java + 110 flyway; ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setValidateOnMigrate(Boolean); - ```
diff --git a/Explanations/Compilation_Failures/4a3efad6e00824e5814b9c8f571c9c98aad40281.md b/Explanations/Compilation_Failures/4a3efad6e00824e5814b9c8f571c9c98aad40281.md new file mode 100644 index 0000000..147e8df --- /dev/null +++ b/Explanations/Compilation_Failures/4a3efad6e00824e5814b9c8f571c9c98aad40281.md @@ -0,0 +1,16 @@ +CI detected that the dependency upgrade from version **dss-pades-5.9** to **dss-pades-5.10.2** 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. + * Class eu.europa.esig.dss.pades.CertificationPermission which has been removed in the new version of the dependency + + * The failure is identified from the logs generated in the build process. + + * >[[ERROR] /open-pdf-sign/src/main/java/org/openpdfsign/Signer.java:[7,32] cannot find symbol
     symbol: class CertificationPermission + location: package eu.europa.esig.dss.pades +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:943) + * An error was detected in line 7 which is making use of an outdated API. + ``` java + 7 import eu.europa.esig.dss.pades.CertificationPermission;; + ``` + + + diff --git a/Explanations/Compilation_Failures/4aab2869639226035c999c282f31efba15648ea3.md b/Explanations/Compilation_Failures/4aab2869639226035c999c282f31efba15648ea3.md index ad8f86f..1718748 100644 --- a/Explanations/Compilation_Failures/4aab2869639226035c999c282f31efba15648ea3.md +++ b/Explanations/Compilation_Failures/4aab2869639226035c999c282f31efba15648ea3.md @@ -1,19 +1,54 @@ CI detected that the dependency upgrade from version **asto-core-v1.13.0** to **asto-core-v1.15.3** 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. - * Method newStorage() which has been removed in the new version of the dependency +1. Your client utilizes **6** constructs which has been modified in the new version of the dependency. + *
+ Class com.artipie.asto.factory.Storages which has been removed in the new version of the dependency - * The failure is identified from the logs generated in the build process. + *
+ The failure is identified from the logs generated in the build process. - * >[[ERROR] /http/src/main/java/com/artipie/security/policy/YamlPolicyFactory.java:[43,25] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1292) + * >[[ERROR] /http/src/main/java/com/artipie/security/policy/YamlPolicyFactory.java:[43,25] cannot find symbol
     symbol: class Storages + location: class com.artipie.security.policy.YamlPolicyFactory +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1290) * An error was detected in line 43 which is making use of an outdated API. ``` java - 43 new com.artipie.asto.factory.Storages().newStorage(sub.string("type"), com.amihaiemil.eoyaml.Yaml.createYamlInput(sub.toString()).readYamlMapping()); + 43 new com.artipie.asto.factory.Storages(); ``` - * >[[ERROR] /http/src/main/java/com/artipie/security/policy/YamlPolicyFactory.java:[43,25] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1292) + +
+ +
+ *
+ Class com.artipie.asto.factory.Storages which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /http/src/main/java/com/artipie/security/policy/YamlPolicyFactory.java:[43,25] cannot find symbol
     symbol: class Storages + location: class com.artipie.security.policy.YamlPolicyFactory +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1290) + * An error was detected in line 43 which is making use of an outdated API. + ``` java + 43 new com.artipie.asto.factory.Storages(); + ``` + +
+ +
+ *
+ Method newStorage(java.lang.String,com.amihaiemil.eoyaml.YamlMapping) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /http/src/main/java/com/artipie/security/policy/YamlPolicyFactory.java:[43,25] cannot find symbol
     symbol: class Storages + location: class com.artipie.security.policy.YamlPolicyFactory +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1290) * An error was detected in line 43 which is making use of an outdated API. ``` java 43 new com.artipie.asto.factory.Storages().newStorage(sub.string("type"), com.amihaiemil.eoyaml.Yaml.createYamlInput(sub.toString()).readYamlMapping()); ``` + +
To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: ``` java @@ -22,5 +57,57 @@ CI detected that the dependency upgrade from version **asto-core-v1.13.0** to ** ``` java Storage newStorage(Config); ``` +
+ *
+ Constructor com.artipie.asto.factory.Storages() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /http/src/main/java/com/artipie/security/policy/YamlPolicyFactory.java:[43,25] cannot find symbol
     symbol: class Storages + location: class com.artipie.security.policy.YamlPolicyFactory +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1290) + * An error was detected in line 43 which is making use of an outdated API. + ``` java + 43 new com.artipie.asto.factory.Storages(); + ``` + +
+ +
+ *
+ Class com.artipie.asto.factory.Storages which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /http/src/main/java/com/artipie/security/policy/YamlPolicyFactory.java:[9,32] cannot find symbol
     symbol: class Storages + location: package com.artipie.asto.factory +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1289) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import com.artipie.asto.factory.Storages;; + ``` + +
+ +
+ *
+ Class com.artipie.asto.factory.Storages which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /http/src/main/java/com/artipie/security/policy/YamlPolicyFactory.java:[43,25] cannot find symbol
     symbol: class Storages + location: class com.artipie.security.policy.YamlPolicyFactory +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1290) + * An error was detected in line 43 which is making use of an outdated API. + ``` java + 43 newStorage(java.lang.String,com.amihaiemil.eoyaml.YamlMapping); + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/4b4c08d502d98d240855013ab76008f5e0243435.md b/Explanations/Compilation_Failures/4b4c08d502d98d240855013ab76008f5e0243435.md index da5475c..dca4284 100644 --- a/Explanations/Compilation_Failures/4b4c08d502d98d240855013ab76008f5e0243435.md +++ b/Explanations/Compilation_Failures/4b4c08d502d98d240855013ab76008f5e0243435.md @@ -1,41 +1,45 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.15.1** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **5** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2134) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2125) * An error was detected in line 112 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - Event valueOf(String); + void setValidateOnMigrate(Boolean); ```
*
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency + Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2131) - * An error was detected in line 111 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2123) + * An error was detected in line 110 which is making use of an outdated API. ``` java - 111 flyway.setLocations(prop.getProperty("flyway.locations")); + 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setLocations(Location[]); + void setClassLoader(ClassLoader); ```
*
@@ -44,7 +48,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2125) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2122) * An error was detected in line 109 which is making use of an outdated API. ``` java 109 flyway.setDataSource(this.dataSource()); @@ -58,64 +64,43 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method getClassLoader() which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2128) - * An error was detected in line 110 which is making use of an outdated API. - ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); - ``` - -
- - To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` - ``` java - ClassLoader getClassLoader(); - ``` -
- *
- Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency + Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2128) - * An error was detected in line 110 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2124) + * An error was detected in line 111 which is making use of an outdated API. ``` java - 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); + 111 flyway.setLocations(prop.getProperty("flyway.locations")); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setClassLoader(ClassLoader); + void setLocations(Location[]); ```
*
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency + Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2134) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2121) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); + 108 new org.flywaydb.core.Flyway(); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setValidateOnMigrate(Boolean); - ```
diff --git a/Explanations/Compilation_Failures/4bba3fb6147e72946f64724fe55eee5d15ff6206.md b/Explanations/Compilation_Failures/4bba3fb6147e72946f64724fe55eee5d15ff6206.md new file mode 100644 index 0000000..606d040 --- /dev/null +++ b/Explanations/Compilation_Failures/4bba3fb6147e72946f64724fe55eee5d15ff6206.md @@ -0,0 +1,51 @@ +CI detected that the dependency upgrade from version **jakarta.annotation-api-1.3.5** to **jakarta.annotation-api-2.0.0** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **3** constructs which has been modified in the new version of the dependency. + *
+ Class javax.annotation.Priority which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-api/src/main/java/de/hilling/junit/cdi/annotations/GlobalTestImplementation.java:[6,24] package javax.annotation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1043) + * An error was detected in line 6 which is making use of an outdated API. + ``` java + 6 import javax.annotation.Priority;; + ``` + +
+ +
+ *
+ Class javax.annotation.Priority which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-api/src/main/java/de/hilling/junit/cdi/annotations/GlobalTestImplementation.java:[27,2] cannot find symbol
     symbol: class Priority +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1044) + * An error was detected in line 27 which is making use of an outdated API. + ``` java + 27 @javax.annotation.Priority(100); + ``` + +
+ +
+ *
+ Class javax.annotation.Priority which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /cdi-test/cdi-test-api/src/main/java/de/hilling/junit/cdi/annotations/GlobalTestImplementation.java:[27,2] cannot find symbol
     symbol: class Priority +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1044) + * An error was detected in line 27 which is making use of an outdated API. + ``` java + 27 @javax.annotation.Priority(100); + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/500d9c021d34b307b1a70d3f29fb7f9b5ab9d1a6.md b/Explanations/Compilation_Failures/500d9c021d34b307b1a70d3f29fb7f9b5ab9d1a6.md new file mode 100644 index 0000000..af13dda --- /dev/null +++ b/Explanations/Compilation_Failures/500d9c021d34b307b1a70d3f29fb7f9b5ab9d1a6.md @@ -0,0 +1,1854 @@ +CI detected that the dependency upgrade from version **jakarta.mvc-api-1.1.0** to **jakarta.mvc-api-2.0.1** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **79** constructs which has been modified in the new version of the dependency. + *
+ Class javax.mvc.event.AfterControllerEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[8,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:939) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.event.AfterControllerEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[8,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:963) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.event.AfterControllerEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[8,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:949) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.event.AfterControllerEvent;; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[18,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:936) + * An error was detected in line 18 which is making use of an outdated API. + ``` java + 18 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.event.BeforeProcessViewEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[24,49] cannot find symbol
     symbol: class BeforeProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:955) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.enterprise.event.Observes +javax.mvc.event.BeforeProcessViewEvent event; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:968) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.enterprise.event.Observes +javax.mvc.event.BeforeProcessViewEvent event; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:944) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.enterprise.event.Observes +javax.mvc.event.BeforeProcessViewEvent event; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.ParamError which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[11,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:952) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:942) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:966) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[11,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:960) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[24,49] cannot find symbol
     symbol: class BeforeProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:955) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:968) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:944) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.BindingResult which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[9,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:935) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[9,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:950) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:964) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:940) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + +
+ +
+ *
+ Class javax.mvc.event.ControllerRedirectEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[36,55] cannot find symbol
     symbol: class ControllerRedirectEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:958) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 @javax.enterprise.event.Observes +javax.mvc.event.ControllerRedirectEvent event; + ``` + +
+ +
+ *
+ Class javax.mvc.RedirectScoped which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/AlertMessage.java:[14,2] cannot find symbol
     symbol: class RedirectScoped +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:931) + * An error was detected in line 14 which is making use of an outdated API. + ``` java + 14 @javax.mvc.RedirectScoped; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[14,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:926) + * An error was detected in line 14 which is making use of an outdated API. + ``` java + 14 @javax.mvc.RedirectScoped; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.BindingResult which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[15,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:927) + * An error was detected in line 15 which is making use of an outdated API. + ``` java + 15 import javax.mvc.binding.BindingResult;; + ``` + +
+ +
+ *
+ Class javax.mvc.MvcContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[9,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:935) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.MvcContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[9,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:950) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.MvcContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:964) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.MvcContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:940) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.MvcContext;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.ParamError which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[16,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:928) + * An error was detected in line 16 which is making use of an outdated API. + ``` java + 16 import javax.mvc.binding.ParamError;; + ``` + +
+ +
+ *
+ Class javax.mvc.Models which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[13,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:925) + * An error was detected in line 13 which is making use of an outdated API. + ``` java + 13 import javax.mvc.Models;; + ``` + +
+ +
+ *
+ Method resolveLocale(javax.mvc.locale.LocaleResolverContext) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[41,13] cannot find symbol
     symbol: class Models + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:932) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 @java.lang.Override +public java.util.Locale resolveLocale(final javax.mvc.locale.LocaleResolverContext context) { + final java.lang.String queryLang = context.getUriInfo().getQueryParameters().getFirst("lang"); + log.log(java.util.logging.Level.INFO, "QueryParamLocaleResolver::resolveLocale:lang:{0}", queryLang); + return queryLang != null ? java.util.Locale.forLanguageTag(queryLang) : null; +}; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[41,39] cannot find symbol
     symbol: class LocaleResolverContext + location: class com.example.web.QueryParamLocaleResolver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:962) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 @java.lang.Override +public java.util.Locale resolveLocale(final javax.mvc.locale.LocaleResolverContext context) { + final java.lang.String queryLang = context.getUriInfo().getQueryParameters().getFirst("lang"); + log.log(java.util.logging.Level.INFO, "QueryParamLocaleResolver::resolveLocale:lang:{0}", queryLang); + return queryLang != null ? java.util.Locale.forLanguageTag(queryLang) : null; +}; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.BindingResult which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/config/PostNotFoundExceptionMapper.java:[29,5] cannot find symbol
     symbol: class Models + location: class com.example.config.PostNotFoundExceptionMapper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:948) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @javax.inject.Inject +javax.mvc.binding.BindingResult bindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[29,5] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:945) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @javax.inject.Inject +javax.mvc.binding.BindingResult bindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[29,5] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:969) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @javax.inject.Inject +javax.mvc.binding.BindingResult bindingResult;; + ``` + +
+ +
+ *
+ Class javax.mvc.RedirectScoped which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/AlertMessage.java:[7,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:923) + * An error was detected in line 7 which is making use of an outdated API. + ``` java + 7 import javax.mvc.RedirectScoped;; + ``` + +
+ +
+ *
+ Class javax.mvc.MvcContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[23,5] cannot find symbol
     symbol: class MvcContext + location: class com.example.web.LocaleController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:937) + * An error was detected in line 23 which is making use of an outdated API. + ``` java + 23 @javax.inject.Inject +private javax.mvc.MvcContext mvcContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/Messages.java:[23,13] cannot find symbol
     symbol: class MvcContext + location: class Messages +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:947) + * An error was detected in line 23 which is making use of an outdated API. + ``` java + 23 @javax.inject.Inject +private javax.mvc.MvcContext mvcContext;; + ``` + +
+ +
+ *
+ Class javax.mvc.event.BeforeProcessViewEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[25,6] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.TaskForm +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:975) + * An error was detected in line 25 which is making use of an outdated API. + ``` java + 25 event; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.BindingResult which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[9,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:935) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[9,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:950) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:964) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:940) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.ParamError which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[11,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:952) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:942) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:966) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[11,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:960) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[134,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:973) + * An error was detected in line 134 which is making use of an outdated API. + ``` java + 134 @javax.mvc.security.CsrfProtected; + ``` + +
+ +
+ *
+ Class javax.mvc.Models which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[32,52] cannot find symbol
     symbol: class AfterProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:957) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.inject.Inject +javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[32,5] cannot find symbol
     symbol: class Models + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:946) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.inject.Inject +javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[32,5] cannot find symbol
     symbol: class Models + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:970) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.inject.Inject +javax.mvc.Models models;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:965) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:941) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[10,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:951) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[10,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:959) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + +
+ +
+ *
+ Class javax.mvc.locale.LocaleResolverContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[46,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:979) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.security.CsrfProtected; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[46,6] cannot find symbol
     symbol: class UriRef + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:977) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.security.CsrfProtected; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:976) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:978) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.locale.LocaleResolverContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[89,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:972) + * An error was detected in line 89 which is making use of an outdated API. + ``` java + 89 @javax.mvc.security.CsrfProtected; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.BindingResult which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[44,13] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:933) + * An error was detected in line 44 which is making use of an outdated API. + ``` java + 44 @javax.inject.Inject +private javax.mvc.binding.BindingResult validationResult;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[25,6] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.TaskForm +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:975) + * An error was detected in line 25 which is making use of an outdated API. + ``` java + 25 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.locale.LocaleResolver which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[35,50] cannot find symbol
     symbol: class LocaleResolver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:961) + * An error was detected in line 35 which is making use of an outdated API. + ``` java + 35 /** + * Resolver to get the {@link Locale} to use from the requests query param lang. + * + * In case there is no request param with this name, the {@link Locale} will be resolved by a higher prioritised + * implementation. + * + * Example usage: + *
+ * {@code # Use default locale
+ * curl -X GET 
+ *
+ * # Set german locale by query param
+ * curl -X GET ?lang=de-DE}
+ * 
+ * + * @author Tobias Erdle + */ +@javax.annotation.Priority(1) +@javax.enterprise.context.ApplicationScoped +public class QueryParamLocaleResolver implements javax.mvc.locale.LocaleResolver { + @javax.inject.Inject + java.util.logging.Logger log; + + @java.lang.Override + public java.util.Locale resolveLocale(final javax.mvc.locale.LocaleResolverContext context) { + final java.lang.String queryLang = context.getUriInfo().getQueryParameters().getFirst("lang"); + log.log(java.util.logging.Level.INFO, "QueryParamLocaleResolver::resolveLocale:lang:{0}", queryLang); + return queryLang != null ? java.util.Locale.forLanguageTag(queryLang) : null; + } +}; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[12,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:953) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:943) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:967) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[12,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:924) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + +
+ +
+ *
+ Class javax.mvc.event.AfterProcessViewEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[32,52] cannot find symbol
     symbol: class AfterProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:957) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.enterprise.event.Observes +javax.mvc.event.AfterProcessViewEvent event; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[32,5] cannot find symbol
     symbol: class Models + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:946) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.enterprise.event.Observes +javax.mvc.event.AfterProcessViewEvent event; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[32,5] cannot find symbol
     symbol: class Models + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:970) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.enterprise.event.Observes +javax.mvc.event.AfterProcessViewEvent event; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[18,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:936) + * An error was detected in line 18 which is making use of an outdated API. + ``` java + 18 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.UriRef which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[8,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:939) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.UriRef;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[8,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:963) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.UriRef;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[8,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:949) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.UriRef;; + ``` + +
+ +
+ *
+ Class javax.mvc.event.BeforeControllerEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:965) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.event.BeforeControllerEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:941) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.event.BeforeControllerEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[10,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:951) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.event.BeforeControllerEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[10,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:959) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.event.BeforeControllerEvent;; + ``` + +
+ +
+ *
+ Class javax.mvc.locale.LocaleResolver which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:965) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.locale.LocaleResolver;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:941) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.locale.LocaleResolver;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[10,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:951) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.locale.LocaleResolver;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[10,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:959) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.locale.LocaleResolver;; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[12,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:953) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:943) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:967) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[12,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:924) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + +
+ +
+ *
+ Class javax.mvc.event.BeforeProcessViewEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[11,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:952) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.event.BeforeProcessViewEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:942) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.event.BeforeProcessViewEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:966) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.event.BeforeProcessViewEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[11,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:960) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.event.BeforeProcessViewEvent;; + ``` + +
+ +
+ *
+ Class javax.mvc.MvcContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[23,5] cannot find symbol
     symbol: class MvcContext + location: class com.example.web.LocaleController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:937) + * An error was detected in line 23 which is making use of an outdated API. + ``` java + 23 @javax.inject.Inject +javax.mvc.MvcContext mvc;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/Messages.java:[23,13] cannot find symbol
     symbol: class MvcContext + location: class Messages +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:947) + * An error was detected in line 23 which is making use of an outdated API. + ``` java + 23 @javax.inject.Inject +javax.mvc.MvcContext mvc;; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[24,49] cannot find symbol
     symbol: class BeforeProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:955) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:968) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:944) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.RedirectScoped which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/AlertMessage.java:[14,2] cannot find symbol
     symbol: class RedirectScoped +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:931) + * An error was detected in line 14 which is making use of an outdated API. + ``` java + 14 @javax.mvc.RedirectScoped; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[14,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:926) + * An error was detected in line 14 which is making use of an outdated API. + ``` java + 14 @javax.mvc.RedirectScoped; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[12,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:953) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.Controller;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:943) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.Controller;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:967) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.Controller;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[12,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:924) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.Controller;; + ``` + +
+ +
+ *
+ Class javax.mvc.Models which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[32,52] cannot find symbol
     symbol: class AfterProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:957) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.inject.Inject +javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[32,5] cannot find symbol
     symbol: class Models + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:946) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.inject.Inject +javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[32,5] cannot find symbol
     symbol: class Models + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:970) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.inject.Inject +javax.mvc.Models models;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:965) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:941) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[10,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:951) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[10,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:959) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + +
+ +
+ *
+ Class javax.mvc.event.ControllerRedirectEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.mvc.event.ControllerRedirectEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[12,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:953) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.event.ControllerRedirectEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:943) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.event.ControllerRedirectEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:967) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.event.ControllerRedirectEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[12,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:924) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.event.ControllerRedirectEvent;; + ``` + +
+ +
+ *
+ Class javax.mvc.event.BeforeControllerEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[20,48] cannot find symbol
     symbol: class BeforeControllerEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:954) + * An error was detected in line 20 which is making use of an outdated API. + ``` java + 20 @javax.enterprise.event.Observes +javax.mvc.event.BeforeControllerEvent event; + ``` + +
+ +
+ *
+ Class javax.mvc.locale.LocaleResolverContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[41,13] cannot find symbol
     symbol: class Models + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:932) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 final javax.mvc.locale.LocaleResolverContext context; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[41,39] cannot find symbol
     symbol: class LocaleResolverContext + location: class com.example.web.QueryParamLocaleResolver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:962) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 final javax.mvc.locale.LocaleResolverContext context; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:976) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:978) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.BindingResult which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/config/PostNotFoundExceptionMapper.java:[29,5] cannot find symbol
     symbol: class Models + location: class com.example.config.PostNotFoundExceptionMapper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:948) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @javax.inject.Inject +javax.mvc.binding.BindingResult bindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[29,5] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:945) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @javax.inject.Inject +javax.mvc.binding.BindingResult bindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[29,5] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:969) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @javax.inject.Inject +javax.mvc.binding.BindingResult bindingResult;; + ``` + +
+ +
+ *
+ Class javax.mvc.Models which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[41,13] cannot find symbol
     symbol: class Models + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:932) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 @javax.inject.Inject +private javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[41,39] cannot find symbol
     symbol: class LocaleResolverContext + location: class com.example.web.QueryParamLocaleResolver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:962) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 @javax.inject.Inject +private javax.mvc.Models models;; + ``` + +
+ +
+ *
+ Class javax.mvc.locale.LocaleResolverContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[11,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:952) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.locale.LocaleResolverContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:942) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.locale.LocaleResolverContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:966) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.locale.LocaleResolverContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[11,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:960) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.locale.LocaleResolverContext;; + ``` + +
+ +
+ *
+ Class javax.mvc.View which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[53,6] cannot find symbol
     symbol: class View + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:971) + * An error was detected in line 53 which is making use of an outdated API. + ``` java + 53 @javax.mvc.View("tasks.xhtml"); + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[33,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:930) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[24,49] cannot find symbol
     symbol: class BeforeProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:955) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:968) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:944) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[89,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:972) + * An error was detected in line 89 which is making use of an outdated API. + ``` java + 89 @javax.mvc.security.CsrfProtected; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[25,6] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.TaskForm +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:975) + * An error was detected in line 25 which is making use of an outdated API. + ``` java + 25 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:976) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:978) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.Models which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[26,5] cannot find symbol
     symbol: class Models + location: class com.example.web.LocaleController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:938) + * An error was detected in line 26 which is making use of an outdated API. + ``` java + 26 @javax.inject.Inject +javax.mvc.Models models;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[19,6] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.TaskForm +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:974) + * An error was detected in line 19 which is making use of an outdated API. + ``` java + 19 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.UriRef which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[46,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:979) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.UriRef("greeting-post"); + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[46,6] cannot find symbol
     symbol: class UriRef + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:977) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.UriRef("greeting-post"); + ``` + +
+ +
+ *
+ Class javax.mvc.event.AfterProcessViewEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[9,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:935) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.event.AfterProcessViewEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[9,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:950) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.event.AfterProcessViewEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:964) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.event.AfterProcessViewEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:940) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.event.AfterProcessViewEvent;; + ``` + +
+ +
+ *
+ Class javax.mvc.UriRef which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[46,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:979) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.UriRef("greeting-post"); + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[46,6] cannot find symbol
     symbol: class UriRef + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:977) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.UriRef("greeting-post"); + ``` + +
+ +
+ *
+ Class javax.mvc.View which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/AlertMessage.java:[14,2] cannot find symbol
     symbol: class RedirectScoped +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:931) + * An error was detected in line 14 which is making use of an outdated API. + ``` java + 14 import javax.mvc.View;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[14,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:926) + * An error was detected in line 14 which is making use of an outdated API. + ``` java + 14 import javax.mvc.View;; + ``` + +
+ +
+ *
+ Class javax.mvc.engine.ViewEngine which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[25,6] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.TaskForm +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:975) + * An error was detected in line 25 which is making use of an outdated API. + ``` java + 25 getEngine(); + ``` + +
+ +
+ *
+ Class javax.mvc.UriRef which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[8,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:939) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.UriRef;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[8,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:963) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.UriRef;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[8,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:949) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.UriRef;; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[46,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:979) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.security.CsrfProtected; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[46,6] cannot find symbol
     symbol: class UriRef + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:977) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.security.CsrfProtected; + ``` + +
+ +
+ *
+ Class javax.mvc.event.AfterProcessViewEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[33,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:930) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 event; + ``` + +
+ +
+ *
+ Method getUriInfo() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[134,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:973) + * An error was detected in line 134 which is making use of an outdated API. + ``` java + 134 @javax.mvc.security.CsrfProtected; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[19,6] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.TaskForm +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:974) + * An error was detected in line 19 which is making use of an outdated API. + ``` java + 19 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.event.AfterControllerEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[28,51] cannot find symbol
     symbol: class AfterControllerEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:956) + * An error was detected in line 28 which is making use of an outdated API. + ``` java + 28 @javax.enterprise.event.Observes +javax.mvc.event.AfterControllerEvent event; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[5,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:934) + * An error was detected in line 5 which is making use of an outdated API. + ``` java + 5 import javax.mvc.binding.MvcBinding;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:976) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:978) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.View which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[53,6] cannot find symbol
     symbol: class View + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:971) + * An error was detected in line 53 which is making use of an outdated API. + ``` java + 53 @javax.mvc.View("tasks.xhtml"); + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[17,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:929) + * An error was detected in line 17 which is making use of an outdated API. + ``` java + 17 import javax.mvc.security.CsrfProtected;; + ``` + +
+ +
+ *
+ Class javax.mvc.Models which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/config/PostNotFoundExceptionMapper.java:[29,5] cannot find symbol
     symbol: class Models + location: class com.example.config.PostNotFoundExceptionMapper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:948) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 // private static Logger log = Logger.getLogger(PostNotFoundExceptionMapper.class.getName()); +@javax.inject.Inject +javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[29,5] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:945) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 // private static Logger log = Logger.getLogger(PostNotFoundExceptionMapper.class.getName()); +@javax.inject.Inject +javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[29,5] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:969) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 // private static Logger log = Logger.getLogger(PostNotFoundExceptionMapper.class.getName()); +@javax.inject.Inject +javax.mvc.Models models;; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[24,49] cannot find symbol
     symbol: class BeforeProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:955) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:968) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:944) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[33,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:930) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 @javax.mvc.Controller; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/5287fc631fa78e7f11d39983824cdd4215b9a03b.md b/Explanations/Compilation_Failures/5287fc631fa78e7f11d39983824cdd4215b9a03b.md index d50dc58..72c821f 100644 --- a/Explanations/Compilation_Failures/5287fc631fa78e7f11d39983824cdd4215b9a03b.md +++ b/Explanations/Compilation_Failures/5287fc631fa78e7f11d39983824cdd4215b9a03b.md @@ -1,12 +1,14 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v20130520** to **jetty-server-11.0.14** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **4** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. *
Method getLocalPort() which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1278) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1270) * An error was detected in line 80 which is making use of an outdated API. ``` java 80 httpConnector.getLocalPort(); @@ -14,21 +16,37 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - int getLocalPort(); - ``` + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java int getLocalPort(); ```
+ *
+ Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     symbol: method setPort(int) + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1269) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 this.httpConnector.setPort(port); + ``` + +
+ +
*
Method setSendDateHeader(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1269) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol
     symbol: method setSendDateHeader(boolean) + location: variable server of type Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1267) * An error was detected in line 34 which is making use of an outdated API. ``` java 34 this.server.setSendDateHeader(true); @@ -41,13 +59,70 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 void setSendDateHeader(boolean); ```
+ *
+ Method setPort(int) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     symbol: method setPort(int) + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1269) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 this.httpConnector.setPort(port); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + void setPort(int); + ``` +
+ *
+ Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1270) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 httpConnector.getLocalPort(); + ``` + +
+ +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1268) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
*
Method setSendServerVersion(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1266) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol
     symbol: method setSendServerVersion(boolean) + location: variable server of type Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1266) * An error was detected in line 33 which is making use of an outdated API. ``` java 33 this.server.setSendServerVersion(false); @@ -61,23 +136,38 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 ```
*
- Method setPort(int) which has been removed in the new version of the dependency + Constructor org.eclipse.jetty.server.nio.SelectChannelConnector() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1275) - * An error was detected in line 37 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1268) + * An error was detected in line 36 which is making use of an outdated API. ``` java - 37 this.httpConnector.setPort(port); + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1268) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setPort(int); - ```
diff --git a/Explanations/Compilation_Failures/54857351e0b0a655970d7e2ccdb67f175cc5d688.md b/Explanations/Compilation_Failures/54857351e0b0a655970d7e2ccdb67f175cc5d688.md new file mode 100644 index 0000000..30cd2e5 --- /dev/null +++ b/Explanations/Compilation_Failures/54857351e0b0a655970d7e2ccdb67f175cc5d688.md @@ -0,0 +1,14 @@ +CI detected that the dependency upgrade from version **zip4j-1.3.2** to **zip4j-2.10.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. + * Class net.lingala.zip4j.core.ZipFile which has been removed in the new version of the dependency + + * The failure is identified from the logs generated in the build process. + + * >[[ERROR] /allure-maven/src/main/java/io/qameta/allure/maven/AllureCommandline.java:[18,30] package net.lingala.zip4j.core does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1635) + * An error was detected in line 18 which is making use of an outdated API. + ``` java + 18 import net.lingala.zip4j.core.ZipFile;; + ``` + + + diff --git a/Explanations/Compilation_Failures/54abbbde6a1233e1523a9b5f811ea100efb5dead.md b/Explanations/Compilation_Failures/54abbbde6a1233e1523a9b5f811ea100efb5dead.md new file mode 100644 index 0000000..f0f21f5 --- /dev/null +++ b/Explanations/Compilation_Failures/54abbbde6a1233e1523a9b5f811ea100efb5dead.md @@ -0,0 +1,154 @@ +CI detected that the dependency upgrade from version **jcabi-aspects-0.24.1** to **jcabi-aspects-0.25.1** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **8** constructs which has been modified in the new version of the dependency. + *
+ Field com.jcabi.aspects.Tv.SEVEN which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-ssh/src/main/java/com/jcabi/ssh/SshByPassword.java:[77,20] cannot find symbol
     symbol: variable Tv + location: class com.jcabi.ssh.SshByPassword +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1674) + * An error was detected in line 77 which is making use of an outdated API. + ``` java + 77 com.jcabi.aspects.Tv.SEVEN; + ``` + +
+ +
+ *
+ Class com.jcabi.aspects.Tv which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-ssh/src/main/java/com/jcabi/ssh/Ssh.java:[33,25] cannot find symbol
     symbol: class Tv + location: package com.jcabi.aspects +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1673) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 import com.jcabi.aspects.Tv;; + ``` + * >[[ERROR] /jcabi-ssh/src/main/java/com/jcabi/ssh/SshByPassword.java:[33,25] cannot find symbol
     symbol: class Tv + location: package com.jcabi.aspects +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1672) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 import com.jcabi.aspects.Tv;; + ``` + +
+ +
+ *
+ Field com.jcabi.aspects.Tv.SEVEN which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-ssh/src/main/java/com/jcabi/ssh/Ssh.java:[235,20] cannot find symbol
     symbol: variable Tv + location: class com.jcabi.ssh.Ssh +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1675) + * An error was detected in line 235 which is making use of an outdated API. + ``` java + 235 com.jcabi.aspects.Tv.SEVEN; + ``` + +
+ +
+ *
+ Class com.jcabi.aspects.Tv which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-ssh/src/main/java/com/jcabi/ssh/SshByPassword.java:[77,20] cannot find symbol
     symbol: variable Tv + location: class com.jcabi.ssh.SshByPassword +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1674) + * An error was detected in line 77 which is making use of an outdated API. + ``` java + 77 com.jcabi.aspects.Tv; + ``` + +
+ +
+ *
+ Class com.jcabi.aspects.Tv which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-ssh/src/main/java/com/jcabi/ssh/Ssh.java:[235,20] cannot find symbol
     symbol: variable Tv + location: class com.jcabi.ssh.Ssh +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1675) + * An error was detected in line 235 which is making use of an outdated API. + ``` java + 235 com.jcabi.aspects.Tv; + ``` + +
+ +
+ *
+ Class com.jcabi.aspects.Tv which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-ssh/src/main/java/com/jcabi/ssh/Ssh.java:[235,20] cannot find symbol
     symbol: variable Tv + location: class com.jcabi.ssh.Ssh +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1675) + * An error was detected in line 235 which is making use of an outdated API. + ``` java + 235 com.jcabi.aspects.Tv.SEVEN; + ``` + +
+ +
+ *
+ Class com.jcabi.aspects.Tv which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-ssh/src/main/java/com/jcabi/ssh/Ssh.java:[33,25] cannot find symbol
     symbol: class Tv + location: package com.jcabi.aspects +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1673) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 import com.jcabi.aspects.Tv;; + ``` + * >[[ERROR] /jcabi-ssh/src/main/java/com/jcabi/ssh/SshByPassword.java:[33,25] cannot find symbol
     symbol: class Tv + location: package com.jcabi.aspects +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1672) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 import com.jcabi.aspects.Tv;; + ``` + +
+ +
+ *
+ Class com.jcabi.aspects.Tv which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-ssh/src/main/java/com/jcabi/ssh/SshByPassword.java:[77,20] cannot find symbol
     symbol: variable Tv + location: class com.jcabi.ssh.SshByPassword +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1674) + * An error was detected in line 77 which is making use of an outdated API. + ``` java + 77 com.jcabi.aspects.Tv.SEVEN; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/5769bdad76925da568294cb8a40e7d4469699ac3.md b/Explanations/Compilation_Failures/5769bdad76925da568294cb8a40e7d4469699ac3.md index 17f7cb6..2a43490 100644 --- a/Explanations/Compilation_Failures/5769bdad76925da568294cb8a40e7d4469699ac3.md +++ b/Explanations/Compilation_Failures/5769bdad76925da568294cb8a40e7d4469699ac3.md @@ -1,18 +1,86 @@ CI detected that the dependency upgrade from version **github-api-1.93** to **github-api-1.313** 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. - * Method getRepository(java.lang.String) which has been removed in the new version of the dependency +1. Your client utilizes **5** constructs which has been modified in the new version of the dependency. + *
+ Field org.kohsuke.github.GHRepository which has been in the new version of the dependency - * The failure is identified from the logs generated in the build process. + *
+ The failure is identified from the logs generated in the build process. - * >[[ERROR] /incrementals-tools/lib/src/main/java/io/jenkins/tools/incrementals/lib/UpdateChecker.java:[239,126] status has private access in org.kohsuke.github.GHCompare](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1130) + * >[[ERROR] /incrementals-tools/lib/src/main/java/io/jenkins/tools/incrementals/lib/UpdateChecker.java:[239,126] status has private access in org.kohsuke.github.GHCompare
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1130) * An error was detected in line 239 which is making use of an outdated API. ``` java - 239 org.kohsuke.github.GitHub.connect().getRepository((ghc.owner + '/') + ghc.repo); + 239 getCompare(java.lang.String,java.lang.String); ``` + +
+ +
+ *
+ Field org.kohsuke.github.GitHub which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /incrementals-tools/lib/src/main/java/io/jenkins/tools/incrementals/lib/UpdateChecker.java:[239,126] status has private access in org.kohsuke.github.GHCompare
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1130) + * An error was detected in line 239 which is making use of an outdated API. + ``` java + 239 org.kohsuke.github.GitHub; + ``` + +
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency +
+ *
+ Field status which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /incrementals-tools/lib/src/main/java/io/jenkins/tools/incrementals/lib/UpdateChecker.java:[239,126] status has private access in org.kohsuke.github.GHCompare
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1130) + * An error was detected in line 239 which is making use of an outdated API. + ``` java + 239 org.kohsuke.github.GitHub.connect().getRepository((ghc.owner + '/') + ghc.repo).getCompare(branch, ghc.hash).status; + ``` + +
+ + To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: ``` java - GHRepository getRepository(); + GHWorkflowRunQueryBuilder status(GHWorkflowRun$Status); ``` + ``` java + null; + ``` +
+ *
+ Field org.kohsuke.github.GitHub which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /incrementals-tools/lib/src/main/java/io/jenkins/tools/incrementals/lib/UpdateChecker.java:[239,126] status has private access in org.kohsuke.github.GHCompare
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1130) + * An error was detected in line 239 which is making use of an outdated API. + ``` java + 239 connect(); + ``` + +
+ +
+ *
+ Field org.kohsuke.github.GHRepository which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /incrementals-tools/lib/src/main/java/io/jenkins/tools/incrementals/lib/UpdateChecker.java:[239,126] status has private access in org.kohsuke.github.GHCompare
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1130) + * An error was detected in line 239 which is making use of an outdated API. + ``` java + 239 getRepository(java.lang.String); + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/5adde4f1309a1078b39d013a30dc392c97ca7543.md b/Explanations/Compilation_Failures/5adde4f1309a1078b39d013a30dc392c97ca7543.md deleted file mode 100644 index 041f7fe..0000000 --- a/Explanations/Compilation_Failures/5adde4f1309a1078b39d013a30dc392c97ca7543.md +++ /dev/null @@ -1,18 +0,0 @@ -CI detected that the dependency upgrade from version **sonarlint-core-8.15.0.65216** to **sonarlint-core-9.1.0.74321** 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. - * Method getEnabledLanguages() which has been removed in the new version of the dependency - - * The failure is identified from the logs generated in the build process. - - * >[[ERROR] /sorald/sorald/src/main/java/sorald/sonar/SonarLintEngine.java:[163,17] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1267) - * An error was detected in line 163 which is making use of an outdated API. - ``` java - 163 sorald.sonar.SonarLintEngine.globalConfig.getEnabledLanguages(); - ``` - - To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - Set getEnabledLanguages(); - ``` - - diff --git a/Explanations/Compilation_Failures/5cf5a482bd430d81257b4ecd85b3d4f7da911621.md b/Explanations/Compilation_Failures/5cf5a482bd430d81257b4ecd85b3d4f7da911621.md new file mode 100644 index 0000000..0eefea1 --- /dev/null +++ b/Explanations/Compilation_Failures/5cf5a482bd430d81257b4ecd85b3d4f7da911621.md @@ -0,0 +1,1854 @@ +CI detected that the dependency upgrade from version **jakarta.mvc-api-1.1.0** to **jakarta.mvc-api-2.0.1** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **79** constructs which has been modified in the new version of the dependency. + *
+ Class javax.mvc.MvcContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[9,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:935) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.MvcContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:964) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.MvcContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[9,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:950) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.MvcContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:940) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.MvcContext;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.BindingResult which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[15,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:927) + * An error was detected in line 15 which is making use of an outdated API. + ``` java + 15 import javax.mvc.binding.BindingResult;; + ``` + +
+ +
+ *
+ Class javax.mvc.View which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[53,6] cannot find symbol
     symbol: class View + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:971) + * An error was detected in line 53 which is making use of an outdated API. + ``` java + 53 @javax.mvc.View("tasks.xhtml"); + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[19,6] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.TaskForm +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:974) + * An error was detected in line 19 which is making use of an outdated API. + ``` java + 19 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.RedirectScoped which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[14,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:926) + * An error was detected in line 14 which is making use of an outdated API. + ``` java + 14 @javax.mvc.RedirectScoped; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/AlertMessage.java:[14,2] cannot find symbol
     symbol: class RedirectScoped +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:931) + * An error was detected in line 14 which is making use of an outdated API. + ``` java + 14 @javax.mvc.RedirectScoped; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.BindingResult which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/config/PostNotFoundExceptionMapper.java:[29,5] cannot find symbol
     symbol: class Models + location: class com.example.config.PostNotFoundExceptionMapper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:948) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @javax.inject.Inject +javax.mvc.binding.BindingResult bindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[29,5] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:945) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @javax.inject.Inject +javax.mvc.binding.BindingResult bindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[29,5] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:969) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @javax.inject.Inject +javax.mvc.binding.BindingResult bindingResult;; + ``` + +
+ +
+ *
+ Class javax.mvc.Models which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[13,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:925) + * An error was detected in line 13 which is making use of an outdated API. + ``` java + 13 import javax.mvc.Models;; + ``` + +
+ +
+ *
+ Class javax.mvc.locale.LocaleResolverContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:944) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:968) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[24,49] cannot find symbol
     symbol: class BeforeProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:955) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.event.AfterControllerEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[8,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:949) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.event.AfterControllerEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[8,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:963) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.event.AfterControllerEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[8,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:939) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.event.AfterControllerEvent;; + ``` + +
+ +
+ *
+ Method getUriInfo() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.mvc.binding.ParamError which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[16,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:928) + * An error was detected in line 16 which is making use of an outdated API. + ``` java + 16 import javax.mvc.binding.ParamError;; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[46,6] cannot find symbol
     symbol: class UriRef + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:977) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.security.CsrfProtected; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[46,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:979) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.security.CsrfProtected; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:976) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:978) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.UriRef which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[8,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:949) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.UriRef;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[8,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:963) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.UriRef;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[8,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:939) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.UriRef;; + ``` + +
+ +
+ *
+ Class javax.mvc.MvcContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/Messages.java:[23,13] cannot find symbol
     symbol: class MvcContext + location: class Messages +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:947) + * An error was detected in line 23 which is making use of an outdated API. + ``` java + 23 @javax.inject.Inject +javax.mvc.MvcContext mvc;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[23,5] cannot find symbol
     symbol: class MvcContext + location: class com.example.web.LocaleController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:937) + * An error was detected in line 23 which is making use of an outdated API. + ``` java + 23 @javax.inject.Inject +javax.mvc.MvcContext mvc;; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[89,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:972) + * An error was detected in line 89 which is making use of an outdated API. + ``` java + 89 @javax.mvc.security.CsrfProtected; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[89,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:972) + * An error was detected in line 89 which is making use of an outdated API. + ``` java + 89 @javax.mvc.security.CsrfProtected; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:944) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:968) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[24,49] cannot find symbol
     symbol: class BeforeProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:955) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.Models which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[32,52] cannot find symbol
     symbol: class AfterProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:957) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.inject.Inject +javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[32,5] cannot find symbol
     symbol: class Models + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:970) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.inject.Inject +javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[32,5] cannot find symbol
     symbol: class Models + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:946) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.inject.Inject +javax.mvc.Models models;; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:944) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:968) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[24,49] cannot find symbol
     symbol: class BeforeProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:955) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.locale.LocaleResolver which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[35,50] cannot find symbol
     symbol: class LocaleResolver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:961) + * An error was detected in line 35 which is making use of an outdated API. + ``` java + 35 /** + * Resolver to get the {@link Locale} to use from the requests query param lang. + * + * In case there is no request param with this name, the {@link Locale} will be resolved by a higher prioritised + * implementation. + * + * Example usage: + *
+ * {@code # Use default locale
+ * curl -X GET 
+ *
+ * # Set german locale by query param
+ * curl -X GET ?lang=de-DE}
+ * 
+ * + * @author Tobias Erdle + */ +@javax.annotation.Priority(1) +@javax.enterprise.context.ApplicationScoped +public class QueryParamLocaleResolver implements javax.mvc.locale.LocaleResolver { + @javax.inject.Inject + java.util.logging.Logger log; + + @java.lang.Override + public java.util.Locale resolveLocale(final javax.mvc.locale.LocaleResolverContext context) { + final java.lang.String queryLang = context.getUriInfo().getQueryParameters().getFirst("lang"); + log.log(java.util.logging.Level.INFO, "QueryParamLocaleResolver::resolveLocale:lang:{0}", queryLang); + return queryLang != null ? java.util.Locale.forLanguageTag(queryLang) : null; + } +}; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:976) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:978) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[10,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:959) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:965) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[10,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:951) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:941) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + +
+ +
+ *
+ Class javax.mvc.MvcContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/Messages.java:[23,13] cannot find symbol
     symbol: class MvcContext + location: class Messages +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:947) + * An error was detected in line 23 which is making use of an outdated API. + ``` java + 23 @javax.inject.Inject +private javax.mvc.MvcContext mvcContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[23,5] cannot find symbol
     symbol: class MvcContext + location: class com.example.web.LocaleController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:937) + * An error was detected in line 23 which is making use of an outdated API. + ``` java + 23 @javax.inject.Inject +private javax.mvc.MvcContext mvcContext;; + ``` + +
+ +
+ *
+ Class javax.mvc.event.BeforeProcessViewEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:944) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.enterprise.event.Observes +javax.mvc.event.BeforeProcessViewEvent event; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:968) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.enterprise.event.Observes +javax.mvc.event.BeforeProcessViewEvent event; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[24,49] cannot find symbol
     symbol: class BeforeProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:955) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.enterprise.event.Observes +javax.mvc.event.BeforeProcessViewEvent event; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.ParamError which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[11,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:960) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:966) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:942) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[11,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:952) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + +
+ +
+ *
+ Class javax.mvc.locale.LocaleResolverContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[41,39] cannot find symbol
     symbol: class LocaleResolverContext + location: class com.example.web.QueryParamLocaleResolver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:962) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 final javax.mvc.locale.LocaleResolverContext context; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[41,13] cannot find symbol
     symbol: class Models + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:932) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 final javax.mvc.locale.LocaleResolverContext context; + ``` + +
+ +
+ *
+ Class javax.mvc.event.ControllerRedirectEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:943) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.event.ControllerRedirectEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[12,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:924) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.event.ControllerRedirectEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:967) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.event.ControllerRedirectEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[12,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:953) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.event.ControllerRedirectEvent;; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:943) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[12,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:924) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:967) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[12,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:953) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[10,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:959) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:965) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[10,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:951) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:941) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.binding.MvcBinding;; + ``` + +
+ +
+ *
+ Class javax.mvc.Models which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[26,5] cannot find symbol
     symbol: class Models + location: class com.example.web.LocaleController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:938) + * An error was detected in line 26 which is making use of an outdated API. + ``` java + 26 @javax.inject.Inject +javax.mvc.Models models;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:976) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:978) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.event.AfterControllerEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[28,51] cannot find symbol
     symbol: class AfterControllerEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:956) + * An error was detected in line 28 which is making use of an outdated API. + ``` java + 28 @javax.enterprise.event.Observes +javax.mvc.event.AfterControllerEvent event; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[46,6] cannot find symbol
     symbol: class UriRef + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:977) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.security.CsrfProtected; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[46,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:979) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.security.CsrfProtected; + ``` + +
+ +
+ *
+ Class javax.mvc.View which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[14,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:926) + * An error was detected in line 14 which is making use of an outdated API. + ``` java + 14 import javax.mvc.View;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/AlertMessage.java:[14,2] cannot find symbol
     symbol: class RedirectScoped +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:931) + * An error was detected in line 14 which is making use of an outdated API. + ``` java + 14 import javax.mvc.View;; + ``` + +
+ +
+ *
+ Class javax.mvc.Models which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[32,52] cannot find symbol
     symbol: class AfterProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:957) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.inject.Inject +javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[32,5] cannot find symbol
     symbol: class Models + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:970) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.inject.Inject +javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[32,5] cannot find symbol
     symbol: class Models + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:946) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.inject.Inject +javax.mvc.Models models;; + ``` + +
+ +
+ *
+ Class javax.mvc.locale.LocaleResolver which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[10,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:959) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.locale.LocaleResolver;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:965) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.locale.LocaleResolver;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[10,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:951) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.locale.LocaleResolver;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:941) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.locale.LocaleResolver;; + ``` + +
+ +
+ *
+ Class javax.mvc.locale.LocaleResolverContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[11,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:960) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.locale.LocaleResolverContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:966) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.locale.LocaleResolverContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:942) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.locale.LocaleResolverContext;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[11,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:952) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.locale.LocaleResolverContext;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:976) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[49,14] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:978) + * An error was detected in line 49 which is making use of an outdated API. + ``` java + 49 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.ParamError which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[11,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:960) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:966) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:942) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[11,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:952) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.binding.ParamError;; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[33,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:930) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[134,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:973) + * An error was detected in line 134 which is making use of an outdated API. + ``` java + 134 @javax.mvc.security.CsrfProtected; + ``` + +
+ +
+ *
+ Class javax.mvc.event.BeforeControllerEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[10,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:959) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.event.BeforeControllerEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:965) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.event.BeforeControllerEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[10,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:951) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.event.BeforeControllerEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[10,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:941) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import javax.mvc.event.BeforeControllerEvent;; + ``` + +
+ +
+ *
+ Class javax.mvc.locale.LocaleResolverContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method resolveLocale(javax.mvc.locale.LocaleResolverContext) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[41,39] cannot find symbol
     symbol: class LocaleResolverContext + location: class com.example.web.QueryParamLocaleResolver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:962) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 @java.lang.Override +public java.util.Locale resolveLocale(final javax.mvc.locale.LocaleResolverContext context) { + final java.lang.String queryLang = context.getUriInfo().getQueryParameters().getFirst("lang"); + log.log(java.util.logging.Level.INFO, "QueryParamLocaleResolver::resolveLocale:lang:{0}", queryLang); + return queryLang != null ? java.util.Locale.forLanguageTag(queryLang) : null; +}; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[41,13] cannot find symbol
     symbol: class Models + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:932) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 @java.lang.Override +public java.util.Locale resolveLocale(final javax.mvc.locale.LocaleResolverContext context) { + final java.lang.String queryLang = context.getUriInfo().getQueryParameters().getFirst("lang"); + log.log(java.util.logging.Level.INFO, "QueryParamLocaleResolver::resolveLocale:lang:{0}", queryLang); + return queryLang != null ? java.util.Locale.forLanguageTag(queryLang) : null; +}; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.BindingResult which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[44,13] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:933) + * An error was detected in line 44 which is making use of an outdated API. + ``` java + 44 @javax.inject.Inject +private javax.mvc.binding.BindingResult validationResult;; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:944) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[24,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:968) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[24,49] cannot find symbol
     symbol: class BeforeProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:955) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.event.ControllerRedirectEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[36,55] cannot find symbol
     symbol: class ControllerRedirectEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:958) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 @javax.enterprise.event.Observes +javax.mvc.event.ControllerRedirectEvent event; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[19,6] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.TaskForm +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:974) + * An error was detected in line 19 which is making use of an outdated API. + ``` java + 19 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.View which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[53,6] cannot find symbol
     symbol: class View + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:971) + * An error was detected in line 53 which is making use of an outdated API. + ``` java + 53 @javax.mvc.View("tasks.xhtml"); + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[18,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:936) + * An error was detected in line 18 which is making use of an outdated API. + ``` java + 18 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.UriRef which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[8,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:949) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.UriRef;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[8,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:963) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.UriRef;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[8,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:939) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import javax.mvc.UriRef;; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:943) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.Controller;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[12,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:924) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.Controller;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:967) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.Controller;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[12,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:953) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.Controller;; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[17,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:929) + * An error was detected in line 17 which is making use of an outdated API. + ``` java + 17 import javax.mvc.security.CsrfProtected;; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[134,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:973) + * An error was detected in line 134 which is making use of an outdated API. + ``` java + 134 @javax.mvc.security.CsrfProtected; + ``` + +
+ +
+ *
+ Class javax.mvc.security.CsrfProtected which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:943) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[12,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:924) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[12,26] package javax.mvc.security does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:967) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[12,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:953) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import javax.mvc.security.CsrfProtected;; + ``` + +
+ +
+ *
+ Class javax.mvc.event.BeforeProcessViewEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[25,6] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.TaskForm +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:975) + * An error was detected in line 25 which is making use of an outdated API. + ``` java + 25 event; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[33,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:930) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.RedirectScoped which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/AlertMessage.java:[7,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:923) + * An error was detected in line 7 which is making use of an outdated API. + ``` java + 7 import javax.mvc.RedirectScoped;; + ``` + +
+ +
+ *
+ Class javax.mvc.RedirectScoped which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[14,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:926) + * An error was detected in line 14 which is making use of an outdated API. + ``` java + 14 @javax.mvc.RedirectScoped; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/AlertMessage.java:[14,2] cannot find symbol
     symbol: class RedirectScoped +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:931) + * An error was detected in line 14 which is making use of an outdated API. + ``` java + 14 @javax.mvc.RedirectScoped; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.BindingResult which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[9,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:935) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:964) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[9,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:950) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:940) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + +
+ +
+ *
+ Class javax.mvc.UriRef which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[46,6] cannot find symbol
     symbol: class UriRef + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:977) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.UriRef("greeting-post"); + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[46,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:979) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.UriRef("greeting-post"); + ``` + +
+ +
+ *
+ Class javax.mvc.binding.BindingResult which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[9,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:935) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:964) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[9,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:950) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:940) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.binding.BindingResult;; + ``` + +
+ +
+ *
+ Class javax.mvc.Models which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[41,39] cannot find symbol
     symbol: class LocaleResolverContext + location: class com.example.web.QueryParamLocaleResolver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:962) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 @javax.inject.Inject +private javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[41,13] cannot find symbol
     symbol: class Models + location: class com.example.web.TaskController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:932) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 @javax.inject.Inject +private javax.mvc.Models models;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[5,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:934) + * An error was detected in line 5 which is making use of an outdated API. + ``` java + 5 import javax.mvc.binding.MvcBinding;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.BindingResult which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/config/PostNotFoundExceptionMapper.java:[29,5] cannot find symbol
     symbol: class Models + location: class com.example.config.PostNotFoundExceptionMapper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:948) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @javax.inject.Inject +javax.mvc.binding.BindingResult bindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[29,5] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:945) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @javax.inject.Inject +javax.mvc.binding.BindingResult bindingResult;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[29,5] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:969) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @javax.inject.Inject +javax.mvc.binding.BindingResult bindingResult;; + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[25,6] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.TaskForm +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:975) + * An error was detected in line 25 which is making use of an outdated API. + ``` java + 25 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.event.BeforeProcessViewEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/QueryParamLocaleResolver.java:[11,24] package javax.mvc.locale does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:960) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.event.BeforeProcessViewEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:966) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.event.BeforeProcessViewEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[11,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:942) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.event.BeforeProcessViewEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[11,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:952) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import javax.mvc.event.BeforeProcessViewEvent;; + ``` + +
+ +
+ *
+ Class javax.mvc.Models which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/config/PostNotFoundExceptionMapper.java:[29,5] cannot find symbol
     symbol: class Models + location: class com.example.config.PostNotFoundExceptionMapper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:948) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 // private static Logger log = Logger.getLogger(PostNotFoundExceptionMapper.class.getName()); +@javax.inject.Inject +javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[29,5] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:945) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 // private static Logger log = Logger.getLogger(PostNotFoundExceptionMapper.class.getName()); +@javax.inject.Inject +javax.mvc.Models models;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[29,5] cannot find symbol
     symbol: class BindingResult + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:969) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 // private static Logger log = Logger.getLogger(PostNotFoundExceptionMapper.class.getName()); +@javax.inject.Inject +javax.mvc.Models models;; + ``` + +
+ +
+ *
+ Class javax.mvc.event.AfterProcessViewEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[32,52] cannot find symbol
     symbol: class AfterProcessViewEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:957) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.enterprise.event.Observes +javax.mvc.event.AfterProcessViewEvent event; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[32,5] cannot find symbol
     symbol: class Models + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:970) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.enterprise.event.Observes +javax.mvc.event.AfterProcessViewEvent event; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[32,5] cannot find symbol
     symbol: class Models + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:946) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 @javax.enterprise.event.Observes +javax.mvc.event.AfterProcessViewEvent event; + ``` + +
+ +
+ *
+ Class javax.mvc.Controller which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[18,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:936) + * An error was detected in line 18 which is making use of an outdated API. + ``` java + 18 @javax.mvc.Controller; + ``` + +
+ +
+ *
+ Class javax.mvc.event.BeforeControllerEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[20,48] cannot find symbol
     symbol: class BeforeControllerEvent + location: class com.example.MvcEventListener +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:954) + * An error was detected in line 20 which is making use of an outdated API. + ``` java + 20 @javax.enterprise.event.Observes +javax.mvc.event.BeforeControllerEvent event; + ``` + +
+ +
+ *
+ Class javax.mvc.engine.ViewEngine which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[25,6] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.TaskForm +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:975) + * An error was detected in line 25 which is making use of an outdated API. + ``` java + 25 getEngine(); + ``` + +
+ +
+ *
+ Class javax.mvc.event.AfterProcessViewEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/LocaleController.java:[9,17] package javax.mvc does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:935) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.event.AfterProcessViewEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:964) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.event.AfterProcessViewEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/MvcEventListener.java:[9,23] package javax.mvc.event does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:950) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.event.AfterProcessViewEvent;; + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[9,25] package javax.mvc.binding does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:940) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import javax.mvc.event.AfterProcessViewEvent;; + ``` + +
+ +
+ *
+ Class javax.mvc.UriRef which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/GreetingController.java:[46,6] cannot find symbol
     symbol: class UriRef + location: class com.example.web.GreetingController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:977) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.UriRef("greeting-post"); + ``` + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/CsrfController.java:[46,6] cannot find symbol
     symbol: class CsrfProtected + location: class com.example.web.CsrfController +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:979) + * An error was detected in line 46 which is making use of an outdated API. + ``` java + 46 @javax.mvc.UriRef("greeting-post"); + ``` + +
+ +
+ *
+ Class javax.mvc.binding.MvcBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskForm.java:[25,6] cannot find symbol
     symbol: class MvcBinding + location: class com.example.web.TaskForm +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:975) + * An error was detected in line 25 which is making use of an outdated API. + ``` java + 25 @javax.mvc.binding.MvcBinding; + ``` + +
+ +
+ *
+ Class javax.mvc.event.ControllerRedirectEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class javax.mvc.event.AfterProcessViewEvent which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jakartaee-mvc-sample/src/main/java/com/example/web/TaskController.java:[33,2] cannot find symbol
     symbol: class Controller +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:930) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 event; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/5fcd0c3ad7727850c47602b17530dc355e5bd097.md b/Explanations/Compilation_Failures/5fcd0c3ad7727850c47602b17530dc355e5bd097.md deleted file mode 100644 index 6573559..0000000 --- a/Explanations/Compilation_Failures/5fcd0c3ad7727850c47602b17530dc355e5bd097.md +++ /dev/null @@ -1,23 +0,0 @@ -CI detected that the dependency upgrade from version **pitest-entry-1.9.11** to **pitest-entry-1.10.0** 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. - * Method getClassInfo() which has been removed in the new version of the dependency - - * The failure is identified from the logs generated in the build process. - - * >[[ERROR] /pitest-mutation-testing-elements-plugin/src/main/java/org/pitest/elements/MutationReportListener.java:[105,38] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:276) - * An error was detected in line 105 which is making use of an outdated API. - ``` java - 105 coverage.getClassInfo(java.util.Collections.singleton(data.getMutatedClass())); - ``` - * >[[ERROR] /pitest-mutation-testing-elements-plugin/src/main/java/org/pitest/elements/MutationReportListener.java:[105,38] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:276) - * An error was detected in line 105 which is making use of an outdated API. - ``` java - 105 coverage.getClassInfo(java.util.Collections.singleton(data.getMutatedClass())); - ``` - - To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - ClassInfoBuilder getClassInfo(ClassName,byte[],long); - ``` - - diff --git a/Explanations/Compilation_Failures/61e96bfe3a32d6ef2e5d7912a518c78bd5474e74.md b/Explanations/Compilation_Failures/61e96bfe3a32d6ef2e5d7912a518c78bd5474e74.md new file mode 100644 index 0000000..85172f8 --- /dev/null +++ b/Explanations/Compilation_Failures/61e96bfe3a32d6ef2e5d7912a518c78bd5474e74.md @@ -0,0 +1,73 @@ +CI detected that the dependency upgrade from version **logback-core-1.1.11** to **logback-core-1.2.9** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **3** constructs which has been modified in the new version of the dependency. + *
+ Method init(java.io.OutputStream) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class ch.qos.logback.core.encoder.ObjectStreamEncoder which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /singer/thrift-logger/src/main/java/com/pinterest/singer/client/logback/AppenderUtils.java:[51,17] com.pinterest.singer.client.logback.AppenderUtils.LogMessageEncoder is not abstract and does not override abstract method footerBytes() in ch.qos.logback.core.encoder.Encoder
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:986) + * An error was detected in line 51 which is making use of an outdated API. + ``` java + 51 /** + * Encoder for LogMessage objects. + */ +public static class LogMessageEncoder extends ch.qos.logback.core.encoder.EncoderBase { + private org.apache.thrift.transport.TTransport framedTransport; + + private org.apache.thrift.protocol.TProtocol protocol; + + private java.io.OutputStream os; + + @java.lang.Override + public void init(java.io.OutputStream os) { + this.os = os; + // Use the TFlushingFastFramedTransport to be compatible with singer_thrift + // log. + final int bufferCapacity = 10; + framedTransport = new org.apache.thrift.transport.TFastFramedTransport(new org.apache.thrift.transport.TIOStreamTransport(os), bufferCapacity); + protocol = new org.apache.thrift.protocol.TBinaryProtocol(framedTransport); + } + + @java.lang.Override + public void doEncode(com.pinterest.singer.thrift.LogMessage logMessage) throws java.io.IOException { + try { + logMessage.write(protocol); + framedTransport.flush(); + } catch (org.apache.thrift.TException e) { + throw new java.io.IOException(e); + } + } + + @java.lang.Override + public void close() throws java.io.IOException { + framedTransport.close(); + } +}; + ``` + +
+ +
+ *
+ Method close() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/65200df71d5f6ab1c5502f74a5dc7bcbda459563.md b/Explanations/Compilation_Failures/65200df71d5f6ab1c5502f74a5dc7bcbda459563.md deleted file mode 100644 index 5ea5d73..0000000 --- a/Explanations/Compilation_Failures/65200df71d5f6ab1c5502f74a5dc7bcbda459563.md +++ /dev/null @@ -1,14 +0,0 @@ -CI detected that the dependency upgrade from version **sonarlint-core-8.15.0.65216** to **sonarlint-core-8.19.0.72745** 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. - * Method getEnabledLanguages() which has been removed in the new version of the dependency - - * The failure is identified from the logs generated in the build process. - - * >[[ERROR] /sorald/sorald/src/main/java/sorald/sonar/SonarLintEngine.java:[163,17] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1267) - * An error was detected in line 163 which is making use of an outdated API. - ``` java - 163 sorald.sonar.SonarLintEngine.globalConfig.getEnabledLanguages(); - ``` - - - diff --git a/Explanations/Compilation_Failures/686ea4e18114ac180e35ca1c07e1f2e6dfbffbe0.md b/Explanations/Compilation_Failures/686ea4e18114ac180e35ca1c07e1f2e6dfbffbe0.md new file mode 100644 index 0000000..53c4ee4 --- /dev/null +++ b/Explanations/Compilation_Failures/686ea4e18114ac180e35ca1c07e1f2e6dfbffbe0.md @@ -0,0 +1,1979 @@ +CI detected that the dependency upgrade from version **dropwizard-core-2.1.5** to **dropwizard-core-4.0.0** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **81** constructs which has been modified in the new version of the dependency. + *
+ Method setConfigurationSourceProvider(io.dropwizard.configuration.ConfigurationSourceProvider) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + void setConfigurationSourceProvider(ConfigurationSourceProvider); + ``` +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[98,46] cannot find symbol
     symbol: class Environment + location: class com.wire.lithium.Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2850) + * An error was detected in line 98 which is making use of an outdated API. + ``` java + 98 io.dropwizard.setup.Environment env; + ``` + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.Application which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method metrics() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + MetricRegistry metrics(); + ``` +
+ *
+ Method initialize(io.dropwizard.setup.Bootstrap) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[117,28] cannot find symbol
     symbol: class Bootstrap + location: class com.wire.lithium.Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2852) + * An error was detected in line 117 which is making use of an outdated API. + ``` java + 117 @java.lang.Override +public void initialize(io.dropwizard.setup.Bootstrap bootstrap) { + bootstrap.setConfigurationSourceProvider(new io.dropwizard.configuration.SubstitutingSourceProvider(bootstrap.getConfigurationSourceProvider(), new io.dropwizard.configuration.EnvironmentVariableSubstitutor(false))); + bootstrap.addBundle(new io.federecio.dropwizard.swagger.SwaggerBundle<>() { + @java.lang.Override + protected io.federecio.dropwizard.swagger.SwaggerBundleConfiguration getSwaggerBundleConfiguration(com.wire.lithium.Config configuration) { + return configuration.swagger; + } + }); +}; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + void initialize(Bootstrap); + ``` +
+ *
+ Method healthChecks() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + HealthCheckRegistry healthChecks(); + ``` +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[129,42] cannot find symbol
     symbol: class Environment + location: class com.wire.lithium.Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2853) + * An error was detected in line 129 which is making use of an outdated API. + ``` java + 129 io.dropwizard.setup.Environment env; + ``` + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method jersey() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + JerseyEnvironment jersey(); + ``` +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[292,12] cannot find symbol
     symbol: class Environment + location: class com.wire.lithium.Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2857) + * An error was detected in line 292 which is making use of an outdated API. + ``` java + 292 public io.dropwizard.setup.Environment getEnvironment() { + return environment; +}; + ``` + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.Application which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[174,63] cannot find symbol
     symbol: class Environment + location: class com.wire.lithium.Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2856) + * An error was detected in line 174 which is making use of an outdated API. + ``` java + 174 io.dropwizard.setup.Environment env; + ``` + +
+ +
+ *
+ Constructor io.dropwizard.Application() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[71,68] cannot find symbol
     symbol: class Application +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2845) + * An error was detected in line 71 which is making use of an outdated API. + ``` java + 71 /** + * Entry point for your Application + * + * @param + * Dropwizard configuration + */ +public abstract class Server extends io.dropwizard.Application { + protected com.wire.lithium.ClientRepo repo; + + protected Config config; + + protected io.dropwizard.setup.Environment environment; + + protected javax.ws.rs.client.Client client; + + protected com.wire.xenon.MessageHandlerBase messageHandler; + + protected org.jdbi.v3.core.Jdbi jdbi; + + /** + * This method is called once by the sdk in order to create the main message handler + * + * @param config + * Configuration object (yaml) + * @param env + * Environment object + * @return Instance of your class that implements {@link MessageHandlerBase} + * @throws Exception + * allowed to throw exception + */ + protected abstract com.wire.xenon.MessageHandlerBase createHandler(Config config, io.dropwizard.setup.Environment env) throws java.lang.Exception; + + /** + * Override this method to put your custom initialization + * NOTE: MessageHandler is not yet set when this method is invoked! + * + * @param config + * Configuration object (yaml) + * @param env + * Environment object + * @throws Exception + * allowed to throw exception + */ + // this method can be overridden + @java.lang.SuppressWarnings("RedundantThrows") + protected void initialize(Config config, io.dropwizard.setup.Environment env) throws java.lang.Exception { + } + + /** + * Override this method in case you need to add custom Resource and/or Task + * {@link #addResource(Object)} + * and {@link #addTask(io.dropwizard.servlets.tasks.Task)} + * + * @param config + * Configuration object (yaml) + * @param env + * Environment object + * @throws Exception + * allowed to throw exception + */ + // this method can be overridden + @java.lang.SuppressWarnings("RedundantThrows") + protected void onRun(Config config, io.dropwizard.setup.Environment env) throws java.lang.Exception { + } + + @java.lang.Override + public void initialize(io.dropwizard.setup.Bootstrap bootstrap) { + bootstrap.setConfigurationSourceProvider(new io.dropwizard.configuration.SubstitutingSourceProvider(bootstrap.getConfigurationSourceProvider(), new io.dropwizard.configuration.EnvironmentVariableSubstitutor(false))); + bootstrap.addBundle(new io.federecio.dropwizard.swagger.SwaggerBundle<>() { + @java.lang.Override + protected io.federecio.dropwizard.swagger.SwaggerBundleConfiguration getSwaggerBundleConfiguration(com.wire.lithium.Config configuration) { + return configuration.swagger; + } + }); + } + + @java.lang.Override + public void run(final Config config, io.dropwizard.setup.Environment env) throws java.lang.Exception { + this.config = config; + this.environment = env; + java.lang.System.setProperty(com.wire.xenon.Const.WIRE_BOTS_SDK_TOKEN, config.token); + java.lang.System.setProperty(com.wire.xenon.Const.WIRE_BOTS_SDK_API, config.apiHost); + setupDatabase(config.database); + jdbi = buildJdbi(config.database, env); + client = createHttpClient(config, env); + repo = createClientRepo(); + initialize(config, env); + messageHandler = createHandler(config, env); + addResources(); + initTelemetry(); + if (config.healthchecks) { + runHealthChecks(); + } + onRun(config, env); + } + + private javax.ws.rs.client.Client createHttpClient(Config config, io.dropwizard.setup.Environment env) { + return 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(getName()); + } + + protected com.wire.lithium.ClientRepo createClientRepo() { + com.wire.xenon.factories.StorageFactory storageFactory = getStorageFactory(); + com.wire.xenon.factories.CryptoFactory cryptoFactory = getCryptoFactory(); + return new com.wire.lithium.ClientRepo(getClient(), cryptoFactory, storageFactory); + } + + @javax.annotation.Nullable + protected org.jdbi.v3.core.Jdbi buildJdbi(com.wire.lithium.Configuration.Database database, io.dropwizard.setup.Environment env) { + if (database.getDriverClass().equalsIgnoreCase("fs")) { + return null; + } + return org.jdbi.v3.core.Jdbi.create(database.build(env.metrics(), getName())).installPlugin(new org.jdbi.v3.sqlobject.SqlObjectPlugin()); + } + + protected void setupDatabase(com.wire.lithium.Configuration.Database database) { + if (!database.getDriverClass().equalsIgnoreCase("fs")) { + org.flywaydb.core.Flyway flyway = org.flywaydb.core.Flyway.configure().dataSource(database.getUrl(), database.getUser(), database.getPassword()).baselineOnMigrate(database.baseline).load(); + flyway.migrate(); + } + } + + public com.wire.xenon.factories.StorageFactory getStorageFactory() { + if (config.database.getDriverClass().equalsIgnoreCase("fs")) { + return botId -> new com.wire.xenon.state.FileState(config.database.getUrl(), botId); + } + return botId -> new com.wire.xenon.state.JdbiState(botId, getJdbi()); + } + + public com.wire.xenon.factories.CryptoFactory getCryptoFactory() { + if (config.database.getDriverClass().equalsIgnoreCase("fs")) { + return botId -> new com.wire.xenon.crypto.CryptoFile(config.database.getUrl(), botId); + } + return botId -> new com.wire.xenon.crypto.CryptoDatabase(botId, new com.wire.xenon.crypto.storage.JdbiStorage(getJdbi())); + } + + private void addResources() { + /* --- Wire Common --- */ + addResource(new com.wire.lithium.server.monitoring.VersionResource());// add version endpoint + + addResource(new com.wire.lithium.server.monitoring.StatusResource());// empty status for k8s + + addResource(new com.wire.lithium.server.monitoring.RequestMdcFactoryFilter());// MDC data + + /* - Wire Common --- */ + botResource(); + messageResource(); + addTask(new com.wire.lithium.server.tasks.ConversationTask(getRepo())); + addTask(new com.wire.lithium.server.tasks.AvailablePrekeysTask(getRepo())); + } + + protected void messageResource() { + addResource(new com.wire.lithium.server.resources.MessageResource(messageHandler, getRepo())); + } + + protected void botResource() { + com.wire.xenon.factories.StorageFactory storageFactory = getStorageFactory(); + com.wire.xenon.factories.CryptoFactory cryptoFactory = getCryptoFactory(); + addResource(new com.wire.lithium.server.resources.BotsResource(messageHandler, storageFactory, cryptoFactory)); + } + + protected void addTask(io.dropwizard.servlets.tasks.Task task) { + environment.admin().addTask(task); + } + + protected void addResource(java.lang.Object component) { + environment.jersey().register(component); + } + + private void initTelemetry() { + /* --- Wire Common --- */ + environment.jersey().register(new com.wire.lithium.server.monitoring.RequestMdcFactoryFilter()); + /* - Wire Common --- */ + final com.wire.xenon.factories.CryptoFactory cryptoFactory = getCryptoFactory(); + final com.wire.xenon.factories.StorageFactory storageFactory = getStorageFactory(); + registerFeatures(); + environment.healthChecks().register("Storage", new com.wire.lithium.healthchecks.StorageHealthCheck(storageFactory)); + environment.healthChecks().register("Crypto", new com.wire.lithium.healthchecks.CryptoHealthCheck(cryptoFactory)); + environment.healthChecks().register("Alice2Bob", new com.wire.lithium.healthchecks.Alice2Bob(cryptoFactory)); + environment.healthChecks().register("Outbound", new com.wire.lithium.healthchecks.Outbound(getClient())); + environment.metrics().register("logger.errors", ((com.codahale.metrics.Gauge) (Logger::getErrorCount))); + environment.metrics().register("logger.warnings", ((com.codahale.metrics.Gauge) (Logger::getWarningCount))); + com.codahale.metrics.jmx.JmxReporter jmxReporter = com.codahale.metrics.jmx.JmxReporter.forRegistry(environment.metrics()).convertRatesTo(java.util.concurrent.TimeUnit.SECONDS).convertDurationsTo(java.util.concurrent.TimeUnit.MILLISECONDS).build(); + jmxReporter.start(); + } + + private void runHealthChecks() { + com.wire.xenon.tools.Logger.info("Running health checks..."); + final java.util.SortedMap results = environment.healthChecks().runHealthChecks(); + for (java.lang.String name : results.keySet()) { + final com.codahale.metrics.health.HealthCheck.Result result = results.get(name); + if (!result.isHealthy()) { + com.wire.xenon.tools.Logger.error("%s failed with: %s", name, result.getMessage()); + throw new java.lang.RuntimeException(result.getError()); + } + } + } + + protected void registerFeatures() { + this.environment.jersey().register(com.wire.lithium.server.filters.AuthenticationFeature.class); + } + + public com.wire.lithium.ClientRepo getRepo() { + return repo; + } + + public Config getConfig() { + return config; + } + + public io.dropwizard.setup.Environment getEnvironment() { + return environment; + } + + public javax.ws.rs.client.Client getClient() { + return client; + } + + public org.jdbi.v3.core.Jdbi getJdbi() { + return jdbi; + } +}; + ``` + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[112,41] cannot find symbol
     symbol: class Environment + location: class com.wire.lithium.Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2851) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 io.dropwizard.setup.Environment env; + ``` + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[74,15] cannot find symbol
     symbol: class Environment + location: class com.wire.lithium.Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2847) + * An error was detected in line 74 which is making use of an outdated API. + ``` java + 74 protected io.dropwizard.setup.Environment environment;; + ``` + +
+ +
+ *
+ Class io.dropwizard.setup.AdminEnvironment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.Application which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/server/resources/BotsResource.java:[47,2] cannot find symbol
     symbol: class Consumes +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2878) + * An error was detected in line 47 which is making use of an outdated API. + ``` java + 47 import io.dropwizard.Application;; + ``` + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[47,21] package io.dropwizard does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2841) + * An error was detected in line 47 which is making use of an outdated API. + ``` java + 47 import io.dropwizard.Application;; + ``` + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/server/resources/MessageResource.java:[47,2] cannot find symbol
     symbol: class Consumes +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2865) + * An error was detected in line 47 which is making use of an outdated API. + ``` java + 47 import io.dropwizard.Application;; + ``` + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method jersey() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + JerseyEnvironment jersey(); + ``` +
+ *
+ Method healthChecks() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + HealthCheckRegistry healthChecks(); + ``` +
+ *
+ Method getConfigurationSourceProvider() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + ConfigurationSourceProvider getConfigurationSourceProvider(); + ``` +
+ *
+ Method healthChecks() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + HealthCheckRegistry healthChecks(); + ``` +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Bootstrap which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[53,27] package io.dropwizard.setup does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2843) + * An error was detected in line 53 which is making use of an outdated API. + ``` java + 53 import io.dropwizard.setup.Environment;; + ``` + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method healthChecks() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + HealthCheckRegistry healthChecks(); + ``` +
+ *
+ Method getName() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + String getName(); + ``` +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[159,13] cannot find symbol
     symbol: class Client + location: class com.wire.lithium.Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2855) + * An error was detected in line 159 which is making use of an outdated API. + ``` java + 159 io.dropwizard.setup.Environment env; + ``` + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[159,52] cannot find symbol
     symbol: class Environment + location: class com.wire.lithium.Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2854) + * An error was detected in line 159 which is making use of an outdated API. + ``` java + 159 io.dropwizard.setup.Environment env; + ``` + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Constructor io.dropwizard.Configuration() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/server/monitoring/WireAppenderFactory.java:[32,13] cannot find symbol
     symbol: class LevelFilterFactory + location: class com.wire.lithium.server.monitoring.WireAppenderFactory +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2895) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 /** + * Application configuration class. Extend this class to add your custom configuration + */ +public class Configuration extends io.dropwizard.Configuration { + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.Valid + public com.wire.lithium.Configuration.Database database = new com.wire.lithium.Configuration.Database(); + + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.constraints.NotNull + public java.lang.String token;// Service token. Obtained when the Service is registered with Wire + + + @com.fasterxml.jackson.annotation.JsonProperty + public boolean healthchecks = true; + + @javax.validation.Valid + private com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient = new com.wire.lithium.Configuration._JerseyClientConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty("swagger") + public io.federecio.dropwizard.swagger.SwaggerBundleConfiguration swagger = new com.wire.lithium.Configuration._SwaggerBundleConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty + public java.lang.String apiHost = "https://prod-nginz-https.wire.com"; + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public io.dropwizard.client.JerseyClientConfiguration getJerseyClient() { + return jerseyClient; + } + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public void setJerseyClient(com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient) { + this.jerseyClient = jerseyClient; + } + + public static class Database extends io.dropwizard.db.DataSourceFactory { + @com.fasterxml.jackson.annotation.JsonProperty + public boolean baseline; + } + + public static class _JerseyClientConfiguration extends io.dropwizard.client.JerseyClientConfiguration { + public _JerseyClientConfiguration() { + setChunkedEncodingEnabled(false); + setGzipEnabled(false); + setGzipEnabledForRequests(false); + } + } + + private static class _SwaggerBundleConfiguration extends io.federecio.dropwizard.swagger.SwaggerBundleConfiguration { + _SwaggerBundleConfiguration() { + setResourcePackage("com.wire.lithium.server.resources"); + } + } +}; + ``` + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Configuration.java:[32,49] cannot find symbol
     symbol: class Configuration + location: package io.dropwizard +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2846) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 /** + * Application configuration class. Extend this class to add your custom configuration + */ +public class Configuration extends io.dropwizard.Configuration { + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.Valid + public com.wire.lithium.Configuration.Database database = new com.wire.lithium.Configuration.Database(); + + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.constraints.NotNull + public java.lang.String token;// Service token. Obtained when the Service is registered with Wire + + + @com.fasterxml.jackson.annotation.JsonProperty + public boolean healthchecks = true; + + @javax.validation.Valid + private com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient = new com.wire.lithium.Configuration._JerseyClientConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty("swagger") + public io.federecio.dropwizard.swagger.SwaggerBundleConfiguration swagger = new com.wire.lithium.Configuration._SwaggerBundleConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty + public java.lang.String apiHost = "https://prod-nginz-https.wire.com"; + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public io.dropwizard.client.JerseyClientConfiguration getJerseyClient() { + return jerseyClient; + } + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public void setJerseyClient(com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient) { + this.jerseyClient = jerseyClient; + } + + public static class Database extends io.dropwizard.db.DataSourceFactory { + @com.fasterxml.jackson.annotation.JsonProperty + public boolean baseline; + } + + public static class _JerseyClientConfiguration extends io.dropwizard.client.JerseyClientConfiguration { + public _JerseyClientConfiguration() { + setChunkedEncodingEnabled(false); + setGzipEnabled(false); + setGzipEnabledForRequests(false); + } + } + + private static class _SwaggerBundleConfiguration extends io.federecio.dropwizard.swagger.SwaggerBundleConfiguration { + _SwaggerBundleConfiguration() { + setResourcePackage("com.wire.lithium.server.resources"); + } + } +}; + ``` + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/server/monitoring/StatusResource.java:[32,2] cannot find symbol
     symbol: class Produces +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2931) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 /** + * Application configuration class. Extend this class to add your custom configuration + */ +public class Configuration extends io.dropwizard.Configuration { + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.Valid + public com.wire.lithium.Configuration.Database database = new com.wire.lithium.Configuration.Database(); + + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.constraints.NotNull + public java.lang.String token;// Service token. Obtained when the Service is registered with Wire + + + @com.fasterxml.jackson.annotation.JsonProperty + public boolean healthchecks = true; + + @javax.validation.Valid + private com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient = new com.wire.lithium.Configuration._JerseyClientConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty("swagger") + public io.federecio.dropwizard.swagger.SwaggerBundleConfiguration swagger = new com.wire.lithium.Configuration._SwaggerBundleConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty + public java.lang.String apiHost = "https://prod-nginz-https.wire.com"; + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public io.dropwizard.client.JerseyClientConfiguration getJerseyClient() { + return jerseyClient; + } + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public void setJerseyClient(com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient) { + this.jerseyClient = jerseyClient; + } + + public static class Database extends io.dropwizard.db.DataSourceFactory { + @com.fasterxml.jackson.annotation.JsonProperty + public boolean baseline; + } + + public static class _JerseyClientConfiguration extends io.dropwizard.client.JerseyClientConfiguration { + public _JerseyClientConfiguration() { + setChunkedEncodingEnabled(false); + setGzipEnabled(false); + setGzipEnabledForRequests(false); + } + } + + private static class _SwaggerBundleConfiguration extends io.federecio.dropwizard.swagger.SwaggerBundleConfiguration { + _SwaggerBundleConfiguration() { + setResourcePackage("com.wire.lithium.server.resources"); + } + } +}; + ``` + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Bootstrap which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Bootstrap which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[52,27] package io.dropwizard.setup does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2842) + * An error was detected in line 52 which is making use of an outdated API. + ``` java + 52 import io.dropwizard.setup.Bootstrap;; + ``` + +
+ +
+ *
+ Class io.dropwizard.Configuration which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/server/monitoring/WireAppenderFactory.java:[32,13] cannot find symbol
     symbol: class LevelFilterFactory + location: class com.wire.lithium.server.monitoring.WireAppenderFactory +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2895) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 /** + * Application configuration class. Extend this class to add your custom configuration + */ +public class Configuration extends io.dropwizard.Configuration { + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.Valid + public com.wire.lithium.Configuration.Database database = new com.wire.lithium.Configuration.Database(); + + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.constraints.NotNull + public java.lang.String token;// Service token. Obtained when the Service is registered with Wire + + + @com.fasterxml.jackson.annotation.JsonProperty + public boolean healthchecks = true; + + @javax.validation.Valid + private com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient = new com.wire.lithium.Configuration._JerseyClientConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty("swagger") + public io.federecio.dropwizard.swagger.SwaggerBundleConfiguration swagger = new com.wire.lithium.Configuration._SwaggerBundleConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty + public java.lang.String apiHost = "https://prod-nginz-https.wire.com"; + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public io.dropwizard.client.JerseyClientConfiguration getJerseyClient() { + return jerseyClient; + } + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public void setJerseyClient(com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient) { + this.jerseyClient = jerseyClient; + } + + public static class Database extends io.dropwizard.db.DataSourceFactory { + @com.fasterxml.jackson.annotation.JsonProperty + public boolean baseline; + } + + public static class _JerseyClientConfiguration extends io.dropwizard.client.JerseyClientConfiguration { + public _JerseyClientConfiguration() { + setChunkedEncodingEnabled(false); + setGzipEnabled(false); + setGzipEnabledForRequests(false); + } + } + + private static class _SwaggerBundleConfiguration extends io.federecio.dropwizard.swagger.SwaggerBundleConfiguration { + _SwaggerBundleConfiguration() { + setResourcePackage("com.wire.lithium.server.resources"); + } + } +}; + ``` + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Configuration.java:[32,49] cannot find symbol
     symbol: class Configuration + location: package io.dropwizard +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2846) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 /** + * Application configuration class. Extend this class to add your custom configuration + */ +public class Configuration extends io.dropwizard.Configuration { + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.Valid + public com.wire.lithium.Configuration.Database database = new com.wire.lithium.Configuration.Database(); + + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.constraints.NotNull + public java.lang.String token;// Service token. Obtained when the Service is registered with Wire + + + @com.fasterxml.jackson.annotation.JsonProperty + public boolean healthchecks = true; + + @javax.validation.Valid + private com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient = new com.wire.lithium.Configuration._JerseyClientConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty("swagger") + public io.federecio.dropwizard.swagger.SwaggerBundleConfiguration swagger = new com.wire.lithium.Configuration._SwaggerBundleConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty + public java.lang.String apiHost = "https://prod-nginz-https.wire.com"; + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public io.dropwizard.client.JerseyClientConfiguration getJerseyClient() { + return jerseyClient; + } + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public void setJerseyClient(com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient) { + this.jerseyClient = jerseyClient; + } + + public static class Database extends io.dropwizard.db.DataSourceFactory { + @com.fasterxml.jackson.annotation.JsonProperty + public boolean baseline; + } + + public static class _JerseyClientConfiguration extends io.dropwizard.client.JerseyClientConfiguration { + public _JerseyClientConfiguration() { + setChunkedEncodingEnabled(false); + setGzipEnabled(false); + setGzipEnabledForRequests(false); + } + } + + private static class _SwaggerBundleConfiguration extends io.federecio.dropwizard.swagger.SwaggerBundleConfiguration { + _SwaggerBundleConfiguration() { + setResourcePackage("com.wire.lithium.server.resources"); + } + } +}; + ``` + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/server/monitoring/StatusResource.java:[32,2] cannot find symbol
     symbol: class Produces +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2931) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 /** + * Application configuration class. Extend this class to add your custom configuration + */ +public class Configuration extends io.dropwizard.Configuration { + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.Valid + public com.wire.lithium.Configuration.Database database = new com.wire.lithium.Configuration.Database(); + + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.constraints.NotNull + public java.lang.String token;// Service token. Obtained when the Service is registered with Wire + + + @com.fasterxml.jackson.annotation.JsonProperty + public boolean healthchecks = true; + + @javax.validation.Valid + private com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient = new com.wire.lithium.Configuration._JerseyClientConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty("swagger") + public io.federecio.dropwizard.swagger.SwaggerBundleConfiguration swagger = new com.wire.lithium.Configuration._SwaggerBundleConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty + public java.lang.String apiHost = "https://prod-nginz-https.wire.com"; + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public io.dropwizard.client.JerseyClientConfiguration getJerseyClient() { + return jerseyClient; + } + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public void setJerseyClient(com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient) { + this.jerseyClient = jerseyClient; + } + + public static class Database extends io.dropwizard.db.DataSourceFactory { + @com.fasterxml.jackson.annotation.JsonProperty + public boolean baseline; + } + + public static class _JerseyClientConfiguration extends io.dropwizard.client.JerseyClientConfiguration { + public _JerseyClientConfiguration() { + setChunkedEncodingEnabled(false); + setGzipEnabled(false); + setGzipEnabledForRequests(false); + } + } + + private static class _SwaggerBundleConfiguration extends io.federecio.dropwizard.swagger.SwaggerBundleConfiguration { + _SwaggerBundleConfiguration() { + setResourcePackage("com.wire.lithium.server.resources"); + } + } +}; + ``` + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method jersey() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + JerseyEnvironment jersey(); + ``` +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method healthChecks() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + HealthCheckRegistry healthChecks(); + ``` +
+ *
+ Method getName() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + String getName(); + ``` +
+ *
+ Method metrics() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + MetricRegistry metrics(); + ``` +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.Configuration which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/server/monitoring/WireAppenderFactory.java:[32,13] cannot find symbol
     symbol: class LevelFilterFactory + location: class com.wire.lithium.server.monitoring.WireAppenderFactory +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2895) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 /** + * Application configuration class. Extend this class to add your custom configuration + */ +public class Configuration extends io.dropwizard.Configuration { + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.Valid + public com.wire.lithium.Configuration.Database database = new com.wire.lithium.Configuration.Database(); + + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.constraints.NotNull + public java.lang.String token;// Service token. Obtained when the Service is registered with Wire + + + @com.fasterxml.jackson.annotation.JsonProperty + public boolean healthchecks = true; + + @javax.validation.Valid + private com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient = new com.wire.lithium.Configuration._JerseyClientConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty("swagger") + public io.federecio.dropwizard.swagger.SwaggerBundleConfiguration swagger = new com.wire.lithium.Configuration._SwaggerBundleConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty + public java.lang.String apiHost = "https://prod-nginz-https.wire.com"; + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public io.dropwizard.client.JerseyClientConfiguration getJerseyClient() { + return jerseyClient; + } + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public void setJerseyClient(com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient) { + this.jerseyClient = jerseyClient; + } + + public static class Database extends io.dropwizard.db.DataSourceFactory { + @com.fasterxml.jackson.annotation.JsonProperty + public boolean baseline; + } + + public static class _JerseyClientConfiguration extends io.dropwizard.client.JerseyClientConfiguration { + public _JerseyClientConfiguration() { + setChunkedEncodingEnabled(false); + setGzipEnabled(false); + setGzipEnabledForRequests(false); + } + } + + private static class _SwaggerBundleConfiguration extends io.federecio.dropwizard.swagger.SwaggerBundleConfiguration { + _SwaggerBundleConfiguration() { + setResourcePackage("com.wire.lithium.server.resources"); + } + } +}; + ``` + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Configuration.java:[32,49] cannot find symbol
     symbol: class Configuration + location: package io.dropwizard +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2846) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 /** + * Application configuration class. Extend this class to add your custom configuration + */ +public class Configuration extends io.dropwizard.Configuration { + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.Valid + public com.wire.lithium.Configuration.Database database = new com.wire.lithium.Configuration.Database(); + + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.constraints.NotNull + public java.lang.String token;// Service token. Obtained when the Service is registered with Wire + + + @com.fasterxml.jackson.annotation.JsonProperty + public boolean healthchecks = true; + + @javax.validation.Valid + private com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient = new com.wire.lithium.Configuration._JerseyClientConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty("swagger") + public io.federecio.dropwizard.swagger.SwaggerBundleConfiguration swagger = new com.wire.lithium.Configuration._SwaggerBundleConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty + public java.lang.String apiHost = "https://prod-nginz-https.wire.com"; + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public io.dropwizard.client.JerseyClientConfiguration getJerseyClient() { + return jerseyClient; + } + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public void setJerseyClient(com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient) { + this.jerseyClient = jerseyClient; + } + + public static class Database extends io.dropwizard.db.DataSourceFactory { + @com.fasterxml.jackson.annotation.JsonProperty + public boolean baseline; + } + + public static class _JerseyClientConfiguration extends io.dropwizard.client.JerseyClientConfiguration { + public _JerseyClientConfiguration() { + setChunkedEncodingEnabled(false); + setGzipEnabled(false); + setGzipEnabledForRequests(false); + } + } + + private static class _SwaggerBundleConfiguration extends io.federecio.dropwizard.swagger.SwaggerBundleConfiguration { + _SwaggerBundleConfiguration() { + setResourcePackage("com.wire.lithium.server.resources"); + } + } +}; + ``` + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/server/monitoring/StatusResource.java:[32,2] cannot find symbol
     symbol: class Produces +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2931) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 /** + * Application configuration class. Extend this class to add your custom configuration + */ +public class Configuration extends io.dropwizard.Configuration { + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.Valid + public com.wire.lithium.Configuration.Database database = new com.wire.lithium.Configuration.Database(); + + @com.fasterxml.jackson.annotation.JsonProperty + @javax.validation.constraints.NotNull + public java.lang.String token;// Service token. Obtained when the Service is registered with Wire + + + @com.fasterxml.jackson.annotation.JsonProperty + public boolean healthchecks = true; + + @javax.validation.Valid + private com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient = new com.wire.lithium.Configuration._JerseyClientConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty("swagger") + public io.federecio.dropwizard.swagger.SwaggerBundleConfiguration swagger = new com.wire.lithium.Configuration._SwaggerBundleConfiguration(); + + @com.fasterxml.jackson.annotation.JsonProperty + public java.lang.String apiHost = "https://prod-nginz-https.wire.com"; + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public io.dropwizard.client.JerseyClientConfiguration getJerseyClient() { + return jerseyClient; + } + + @com.fasterxml.jackson.annotation.JsonProperty("jerseyClient") + public void setJerseyClient(com.wire.lithium.Configuration._JerseyClientConfiguration jerseyClient) { + this.jerseyClient = jerseyClient; + } + + public static class Database extends io.dropwizard.db.DataSourceFactory { + @com.fasterxml.jackson.annotation.JsonProperty + public boolean baseline; + } + + public static class _JerseyClientConfiguration extends io.dropwizard.client.JerseyClientConfiguration { + public _JerseyClientConfiguration() { + setChunkedEncodingEnabled(false); + setGzipEnabled(false); + setGzipEnabledForRequests(false); + } + } + + private static class _SwaggerBundleConfiguration extends io.federecio.dropwizard.swagger.SwaggerBundleConfiguration { + _SwaggerBundleConfiguration() { + setResourcePackage("com.wire.lithium.server.resources"); + } + } +}; + ``` + +
+ +
+ *
+ Class io.dropwizard.setup.AdminEnvironment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[87,72] cannot find symbol
     symbol: class Environment + location: class com.wire.lithium.Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2849) + * An error was detected in line 87 which is making use of an outdated API. + ``` java + 87 io.dropwizard.setup.Environment env; + ``` + +
+ +
+ *
+ Method addTask(io.dropwizard.servlets.tasks.Task) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + void addTask(Task); + ``` +
+ *
+ Class io.dropwizard.setup.Bootstrap which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method metrics() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + MetricRegistry metrics(); + ``` +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.setup.Environment which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class io.dropwizard.Application which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /lithium/src/main/java/com/wire/lithium/Server.java:[71,68] cannot find symbol
     symbol: class Application +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2845) + * An error was detected in line 71 which is making use of an outdated API. + ``` java + 71 /** + * Entry point for your Application + * + * @param + * Dropwizard configuration + */ +public abstract class Server extends io.dropwizard.Application { + protected com.wire.lithium.ClientRepo repo; + + protected Config config; + + protected io.dropwizard.setup.Environment environment; + + protected javax.ws.rs.client.Client client; + + protected com.wire.xenon.MessageHandlerBase messageHandler; + + protected org.jdbi.v3.core.Jdbi jdbi; + + /** + * This method is called once by the sdk in order to create the main message handler + * + * @param config + * Configuration object (yaml) + * @param env + * Environment object + * @return Instance of your class that implements {@link MessageHandlerBase} + * @throws Exception + * allowed to throw exception + */ + protected abstract com.wire.xenon.MessageHandlerBase createHandler(Config config, io.dropwizard.setup.Environment env) throws java.lang.Exception; + + /** + * Override this method to put your custom initialization + * NOTE: MessageHandler is not yet set when this method is invoked! + * + * @param config + * Configuration object (yaml) + * @param env + * Environment object + * @throws Exception + * allowed to throw exception + */ + // this method can be overridden + @java.lang.SuppressWarnings("RedundantThrows") + protected void initialize(Config config, io.dropwizard.setup.Environment env) throws java.lang.Exception { + } + + /** + * Override this method in case you need to add custom Resource and/or Task + * {@link #addResource(Object)} + * and {@link #addTask(io.dropwizard.servlets.tasks.Task)} + * + * @param config + * Configuration object (yaml) + * @param env + * Environment object + * @throws Exception + * allowed to throw exception + */ + // this method can be overridden + @java.lang.SuppressWarnings("RedundantThrows") + protected void onRun(Config config, io.dropwizard.setup.Environment env) throws java.lang.Exception { + } + + @java.lang.Override + public void initialize(io.dropwizard.setup.Bootstrap bootstrap) { + bootstrap.setConfigurationSourceProvider(new io.dropwizard.configuration.SubstitutingSourceProvider(bootstrap.getConfigurationSourceProvider(), new io.dropwizard.configuration.EnvironmentVariableSubstitutor(false))); + bootstrap.addBundle(new io.federecio.dropwizard.swagger.SwaggerBundle<>() { + @java.lang.Override + protected io.federecio.dropwizard.swagger.SwaggerBundleConfiguration getSwaggerBundleConfiguration(com.wire.lithium.Config configuration) { + return configuration.swagger; + } + }); + } + + @java.lang.Override + public void run(final Config config, io.dropwizard.setup.Environment env) throws java.lang.Exception { + this.config = config; + this.environment = env; + java.lang.System.setProperty(com.wire.xenon.Const.WIRE_BOTS_SDK_TOKEN, config.token); + java.lang.System.setProperty(com.wire.xenon.Const.WIRE_BOTS_SDK_API, config.apiHost); + setupDatabase(config.database); + jdbi = buildJdbi(config.database, env); + client = createHttpClient(config, env); + repo = createClientRepo(); + initialize(config, env); + messageHandler = createHandler(config, env); + addResources(); + initTelemetry(); + if (config.healthchecks) { + runHealthChecks(); + } + onRun(config, env); + } + + private javax.ws.rs.client.Client createHttpClient(Config config, io.dropwizard.setup.Environment env) { + return 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(getName()); + } + + protected com.wire.lithium.ClientRepo createClientRepo() { + com.wire.xenon.factories.StorageFactory storageFactory = getStorageFactory(); + com.wire.xenon.factories.CryptoFactory cryptoFactory = getCryptoFactory(); + return new com.wire.lithium.ClientRepo(getClient(), cryptoFactory, storageFactory); + } + + @javax.annotation.Nullable + protected org.jdbi.v3.core.Jdbi buildJdbi(com.wire.lithium.Configuration.Database database, io.dropwizard.setup.Environment env) { + if (database.getDriverClass().equalsIgnoreCase("fs")) { + return null; + } + return org.jdbi.v3.core.Jdbi.create(database.build(env.metrics(), getName())).installPlugin(new org.jdbi.v3.sqlobject.SqlObjectPlugin()); + } + + protected void setupDatabase(com.wire.lithium.Configuration.Database database) { + if (!database.getDriverClass().equalsIgnoreCase("fs")) { + org.flywaydb.core.Flyway flyway = org.flywaydb.core.Flyway.configure().dataSource(database.getUrl(), database.getUser(), database.getPassword()).baselineOnMigrate(database.baseline).load(); + flyway.migrate(); + } + } + + public com.wire.xenon.factories.StorageFactory getStorageFactory() { + if (config.database.getDriverClass().equalsIgnoreCase("fs")) { + return botId -> new com.wire.xenon.state.FileState(config.database.getUrl(), botId); + } + return botId -> new com.wire.xenon.state.JdbiState(botId, getJdbi()); + } + + public com.wire.xenon.factories.CryptoFactory getCryptoFactory() { + if (config.database.getDriverClass().equalsIgnoreCase("fs")) { + return botId -> new com.wire.xenon.crypto.CryptoFile(config.database.getUrl(), botId); + } + return botId -> new com.wire.xenon.crypto.CryptoDatabase(botId, new com.wire.xenon.crypto.storage.JdbiStorage(getJdbi())); + } + + private void addResources() { + /* --- Wire Common --- */ + addResource(new com.wire.lithium.server.monitoring.VersionResource());// add version endpoint + + addResource(new com.wire.lithium.server.monitoring.StatusResource());// empty status for k8s + + addResource(new com.wire.lithium.server.monitoring.RequestMdcFactoryFilter());// MDC data + + /* - Wire Common --- */ + botResource(); + messageResource(); + addTask(new com.wire.lithium.server.tasks.ConversationTask(getRepo())); + addTask(new com.wire.lithium.server.tasks.AvailablePrekeysTask(getRepo())); + } + + protected void messageResource() { + addResource(new com.wire.lithium.server.resources.MessageResource(messageHandler, getRepo())); + } + + protected void botResource() { + com.wire.xenon.factories.StorageFactory storageFactory = getStorageFactory(); + com.wire.xenon.factories.CryptoFactory cryptoFactory = getCryptoFactory(); + addResource(new com.wire.lithium.server.resources.BotsResource(messageHandler, storageFactory, cryptoFactory)); + } + + protected void addTask(io.dropwizard.servlets.tasks.Task task) { + environment.admin().addTask(task); + } + + protected void addResource(java.lang.Object component) { + environment.jersey().register(component); + } + + private void initTelemetry() { + /* --- Wire Common --- */ + environment.jersey().register(new com.wire.lithium.server.monitoring.RequestMdcFactoryFilter()); + /* - Wire Common --- */ + final com.wire.xenon.factories.CryptoFactory cryptoFactory = getCryptoFactory(); + final com.wire.xenon.factories.StorageFactory storageFactory = getStorageFactory(); + registerFeatures(); + environment.healthChecks().register("Storage", new com.wire.lithium.healthchecks.StorageHealthCheck(storageFactory)); + environment.healthChecks().register("Crypto", new com.wire.lithium.healthchecks.CryptoHealthCheck(cryptoFactory)); + environment.healthChecks().register("Alice2Bob", new com.wire.lithium.healthchecks.Alice2Bob(cryptoFactory)); + environment.healthChecks().register("Outbound", new com.wire.lithium.healthchecks.Outbound(getClient())); + environment.metrics().register("logger.errors", ((com.codahale.metrics.Gauge) (Logger::getErrorCount))); + environment.metrics().register("logger.warnings", ((com.codahale.metrics.Gauge) (Logger::getWarningCount))); + com.codahale.metrics.jmx.JmxReporter jmxReporter = com.codahale.metrics.jmx.JmxReporter.forRegistry(environment.metrics()).convertRatesTo(java.util.concurrent.TimeUnit.SECONDS).convertDurationsTo(java.util.concurrent.TimeUnit.MILLISECONDS).build(); + jmxReporter.start(); + } + + private void runHealthChecks() { + com.wire.xenon.tools.Logger.info("Running health checks..."); + final java.util.SortedMap results = environment.healthChecks().runHealthChecks(); + for (java.lang.String name : results.keySet()) { + final com.codahale.metrics.health.HealthCheck.Result result = results.get(name); + if (!result.isHealthy()) { + com.wire.xenon.tools.Logger.error("%s failed with: %s", name, result.getMessage()); + throw new java.lang.RuntimeException(result.getError()); + } + } + } + + protected void registerFeatures() { + this.environment.jersey().register(com.wire.lithium.server.filters.AuthenticationFeature.class); + } + + public com.wire.lithium.ClientRepo getRepo() { + return repo; + } + + public Config getConfig() { + return config; + } + + public io.dropwizard.setup.Environment getEnvironment() { + return environment; + } + + public javax.ws.rs.client.Client getClient() { + return client; + } + + public org.jdbi.v3.core.Jdbi getJdbi() { + return jdbi; + } +}; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/6ac25d3a60ea29a41a37ad47b7feb2908ee84fff.md b/Explanations/Compilation_Failures/6ac25d3a60ea29a41a37ad47b7feb2908ee84fff.md new file mode 100644 index 0000000..86214cf --- /dev/null +++ b/Explanations/Compilation_Failures/6ac25d3a60ea29a41a37ad47b7feb2908ee84fff.md @@ -0,0 +1,69 @@ +CI detected that the dependency upgrade from version **jakarta.servlet-api-5.0.0** to **jakarta.servlet-api-6.0.0** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **3** constructs which has been modified in the new version of the dependency. + *
+ Class jakarta.servlet.http.HttpSessionContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /myfaces-tobago/tobago-core/src/test/java/org/apache/myfaces/tobago/internal/mock/servlet/MockHttpSession.java:[24,28] cannot find symbol
     symbol: class HttpSessionContext + location: package jakarta.servlet.http +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1755) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 import jakarta.servlet.http.HttpSessionContext;; + ``` + +
+ +
+ *
+ Method getSessionContext() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /myfaces-tobago/tobago-core/src/test/java/org/apache/myfaces/tobago/internal/mock/servlet/MockHttpSession.java:[67,10] cannot find symbol
     symbol: class HttpSessionContext + location: class org.apache.myfaces.tobago.internal.mock.servlet.MockHttpSession +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1756) + * An error was detected in line 67 which is making use of an outdated API. + ``` java + 67 /** + * + * @deprecated */ +@java.lang.Deprecated +@java.lang.Override +public jakarta.servlet.http.HttpSessionContext getSessionContext() { + return null; +}; + ``` + +
+ +
+ *
+ Class jakarta.servlet.http.HttpSessionContext which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /myfaces-tobago/tobago-core/src/test/java/org/apache/myfaces/tobago/internal/mock/servlet/MockHttpSession.java:[67,10] cannot find symbol
     symbol: class HttpSessionContext + location: class org.apache.myfaces.tobago.internal.mock.servlet.MockHttpSession +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1756) + * An error was detected in line 67 which is making use of an outdated API. + ``` java + 67 /** + * + * @deprecated */ +@java.lang.Deprecated +@java.lang.Override +public jakarta.servlet.http.HttpSessionContext getSessionContext() { + return null; +}; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/6ad104c4fb9263ad1bb29e6b33618b8225efd92d.md b/Explanations/Compilation_Failures/6ad104c4fb9263ad1bb29e6b33618b8225efd92d.md new file mode 100644 index 0000000..30268d4 --- /dev/null +++ b/Explanations/Compilation_Failures/6ad104c4fb9263ad1bb29e6b33618b8225efd92d.md @@ -0,0 +1,178 @@ +CI detected that the dependency upgrade from version **bcprov-jdk15on-1.51** to **bcprov-jdk15on-1.67** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **8** constructs which has been modified in the new version of the dependency. + *
+ Class org.bouncycastle.crypto.tls.TlsFatalAlert which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[31,31] cannot find symbol
     symbol: variable AlertDescription + location: class io.github.hapjava.server.impl.crypto.ChachaDecoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:640) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 new org.bouncycastle.crypto.tls.TlsFatalAlert(org.bouncycastle.crypto.tls.AlertDescription.bad_record_mac); + ``` + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[31,17] cannot find symbol
     symbol: class TlsFatalAlert + location: class io.github.hapjava.server.impl.crypto.ChachaDecoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:639) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 new org.bouncycastle.crypto.tls.TlsFatalAlert(org.bouncycastle.crypto.tls.AlertDescription.bad_record_mac); + ``` + +
+ +
+ *
+ Class org.bouncycastle.crypto.tls.AlertDescription which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[31,31] cannot find symbol
     symbol: variable AlertDescription + location: class io.github.hapjava.server.impl.crypto.ChachaDecoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:640) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 org.bouncycastle.crypto.tls.AlertDescription; + ``` + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[31,17] cannot find symbol
     symbol: class TlsFatalAlert + location: class io.github.hapjava.server.impl.crypto.ChachaDecoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:639) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 org.bouncycastle.crypto.tls.AlertDescription; + ``` + +
+ +
+ *
+ Class org.bouncycastle.crypto.tls.AlertDescription which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[8,35] package org.bouncycastle.crypto.tls does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:637) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import org.bouncycastle.crypto.tls.AlertDescription;; + ``` + +
+ +
+ *
+ Constructor org.bouncycastle.crypto.tls.TlsFatalAlert(short) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[31,31] cannot find symbol
     symbol: variable AlertDescription + location: class io.github.hapjava.server.impl.crypto.ChachaDecoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:640) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 new org.bouncycastle.crypto.tls.TlsFatalAlert(org.bouncycastle.crypto.tls.AlertDescription.bad_record_mac); + ``` + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[31,17] cannot find symbol
     symbol: class TlsFatalAlert + location: class io.github.hapjava.server.impl.crypto.ChachaDecoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:639) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 new org.bouncycastle.crypto.tls.TlsFatalAlert(org.bouncycastle.crypto.tls.AlertDescription.bad_record_mac); + ``` + +
+ +
+ *
+ Field org.bouncycastle.crypto.tls.AlertDescription.bad_record_mac which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[31,31] cannot find symbol
     symbol: variable AlertDescription + location: class io.github.hapjava.server.impl.crypto.ChachaDecoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:640) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 org.bouncycastle.crypto.tls.AlertDescription.bad_record_mac; + ``` + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[31,17] cannot find symbol
     symbol: class TlsFatalAlert + location: class io.github.hapjava.server.impl.crypto.ChachaDecoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:639) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 org.bouncycastle.crypto.tls.AlertDescription.bad_record_mac; + ``` + +
+ +
+ *
+ Class org.bouncycastle.crypto.tls.AlertDescription which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[31,31] cannot find symbol
     symbol: variable AlertDescription + location: class io.github.hapjava.server.impl.crypto.ChachaDecoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:640) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 org.bouncycastle.crypto.tls.AlertDescription.bad_record_mac; + ``` + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[31,17] cannot find symbol
     symbol: class TlsFatalAlert + location: class io.github.hapjava.server.impl.crypto.ChachaDecoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:639) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 org.bouncycastle.crypto.tls.AlertDescription.bad_record_mac; + ``` + +
+ +
+ *
+ Class org.bouncycastle.crypto.tls.TlsFatalAlert which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[31,31] cannot find symbol
     symbol: variable AlertDescription + location: class io.github.hapjava.server.impl.crypto.ChachaDecoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:640) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 new org.bouncycastle.crypto.tls.TlsFatalAlert(org.bouncycastle.crypto.tls.AlertDescription.bad_record_mac); + ``` + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[31,17] cannot find symbol
     symbol: class TlsFatalAlert + location: class io.github.hapjava.server.impl.crypto.ChachaDecoder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:639) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 new org.bouncycastle.crypto.tls.TlsFatalAlert(org.bouncycastle.crypto.tls.AlertDescription.bad_record_mac); + ``` + +
+ +
+ *
+ Class org.bouncycastle.crypto.tls.TlsFatalAlert which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /HAP-Java/src/main/java/io/github/hapjava/server/impl/crypto/ChachaDecoder.java:[9,35] package org.bouncycastle.crypto.tls does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:638) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import org.bouncycastle.crypto.tls.TlsFatalAlert;; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/6c53cd904bd66fc79af8687571e607c259226b81.md b/Explanations/Compilation_Failures/6c53cd904bd66fc79af8687571e607c259226b81.md new file mode 100644 index 0000000..90fea81 --- /dev/null +++ b/Explanations/Compilation_Failures/6c53cd904bd66fc79af8687571e607c259226b81.md @@ -0,0 +1,49 @@ +CI detected that the dependency upgrade from version **struts2-core-2.3.37** to **struts2-core-2.5.26** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **3** constructs which has been modified in the new version of the dependency. + *
+ Class org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /guice/extensions/struts2/test/com/google/inject/struts2/Struts2FactoryTest.java:[55,19] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2857) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 bind(java.lang.Class); + ``` + +
+ +
+ *
+ Class org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /guice/extensions/struts2/test/com/google/inject/struts2/Struts2FactoryTest.java:[55,19] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2857) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.class; + ``` + +
+ +
+ *
+ Class org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /guice/extensions/struts2/test/com/google/inject/struts2/Struts2FactoryTest.java:[57,35] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2901) + * An error was detected in line 57 which is making use of an outdated API. + ``` java + 57 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.class; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/6e9e6cdda5c5637ce66ba16b8ccfcd5ffce8141d.md b/Explanations/Compilation_Failures/6e9e6cdda5c5637ce66ba16b8ccfcd5ffce8141d.md new file mode 100644 index 0000000..63725a9 --- /dev/null +++ b/Explanations/Compilation_Failures/6e9e6cdda5c5637ce66ba16b8ccfcd5ffce8141d.md @@ -0,0 +1,104 @@ +CI detected that the dependency upgrade from version **spring-cloud-stream-3.0.7.RELEASE** to **spring-cloud-stream-4.0.2** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **6** constructs which has been modified in the new version of the dependency. + *
+ Class org.springframework.cloud.stream.annotation.Output which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[77,10] cannot find symbol
     symbol: class Output + location: interface cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1774) + * An error was detected in line 77 which is making use of an outdated API. + ``` java + 77 @org.springframework.cloud.stream.annotation.Output(cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel.OUTPUT); + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.EnableBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[29,2] cannot find symbol
     symbol: class EnableBinding +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1769) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @org.springframework.cloud.stream.annotation.EnableBinding(cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel.class); + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.Output which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[77,10] cannot find symbol
     symbol: class Output + location: interface cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1774) + * An error was detected in line 77 which is making use of an outdated API. + ``` java + 77 @org.springframework.cloud.stream.annotation.Output(cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel.OUTPUT); + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.EnableBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[29,2] cannot find symbol
     symbol: class EnableBinding +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1769) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 @org.springframework.cloud.stream.annotation.EnableBinding(cn.monitor4all.logRecord.configuration.StreamSenderConfiguration.LogRecordChannel.class); + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.Output which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[11,51] cannot find symbol
     symbol: class Output + location: package org.springframework.cloud.stream.annotation +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1768) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import org.springframework.cloud.stream.annotation.Output;; + ``` + +
+ +
+ *
+ Class org.springframework.cloud.stream.annotation.EnableBinding which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /log-record/src/main/java/cn/monitor4all/logRecord/configuration/StreamSenderConfiguration.java:[10,51] cannot find symbol
     symbol: class EnableBinding + location: package org.springframework.cloud.stream.annotation +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1767) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import org.springframework.cloud.stream.annotation.EnableBinding;; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/70e13f6bdb7de7f8eda9f174a5616284f2157ea7.md b/Explanations/Compilation_Failures/70e13f6bdb7de7f8eda9f174a5616284f2157ea7.md new file mode 100644 index 0000000..2f86f1d --- /dev/null +++ b/Explanations/Compilation_Failures/70e13f6bdb7de7f8eda9f174a5616284f2157ea7.md @@ -0,0 +1,304 @@ +CI detected that the dependency upgrade from version **spring-core-5.3.19** to **spring-core-6.0.2** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **17** constructs which has been modified in the new version of the dependency. + *
+ Field org.springframework.core.task.AsyncListenableTaskExecutor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[35,44] cannot find symbol
     symbol: class ListenableFuture + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:912) + * An error was detected in line 35 which is making use of an outdated API. + ``` java + 35 submitListenable(java.util.concurrent.Callable); + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.SettableListenableFuture which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[45,55] cannot find symbol
     symbol: class SettableListenableFuture + location: class net.javacrumbs.futureconverter.common.test.spring.SpringOriginalFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:916) + * An error was detected in line 45 which is making use of an outdated API. + ``` java + 45 new org.springframework.util.concurrent.SettableListenableFuture<>(); + ``` + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[45,9] cannot find symbol
     symbol: class SettableListenableFuture + location: class net.javacrumbs.futureconverter.common.test.spring.SpringOriginalFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:915) + * An error was detected in line 45 which is making use of an outdated API. + ``` java + 45 new org.springframework.util.concurrent.SettableListenableFuture<>(); + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.ListenableFutureCallback which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[22,43] cannot access org.springframework.util.concurrent.ListenableFutureCallback
     bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.2/spring-core-6.0.2.jar(/org/springframework/util/concurrent/ListenableFutureCallback.class) + class file has wrong version 61.0, should be 55.0 + Please remove or make sure it appears in the correct subdirectory of the classpath. +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:909) + * An error was detected in line 22 which is making use of an outdated API. + ``` java + 22 import org.springframework.util.concurrent.ListenableFutureCallback;; + ``` + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[22,45] cannot access org.springframework.core.task.support.TaskExecutorAdapter
     bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.2/spring-core-6.0.2.jar(/org/springframework/core/task/support/TaskExecutorAdapter.class) + class file has wrong version 61.0, should be 55.0 + Please remove or make sure it appears in the correct subdirectory of the classpath. +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:901) + * An error was detected in line 22 which is making use of an outdated API. + ``` java + 22 import org.springframework.util.concurrent.ListenableFutureCallback;; + ``` + +
+ +
+ *
+ Field org.springframework.core.task.AsyncListenableTaskExecutor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Field org.springframework.util.concurrent.ListenableFuture which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[73,41] cannot find symbol
     symbol: class ListenableFutureCallback + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:921) + * An error was detected in line 73 which is making use of an outdated API. + ``` java + 73 addCallback(org.springframework.util.concurrent.ListenableFutureCallback); + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.ListenableFutureCallback which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[32,19] cannot find symbol
     symbol: class ListenableFutureCallback + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:911) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 org.springframework.util.concurrent.ListenableFutureCallback.class; + ``` + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[32,68] cannot find symbol
     symbol: class ListenableFutureCallback + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:917) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 org.springframework.util.concurrent.ListenableFutureCallback.class; + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.SettableListenableFuture which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Field org.springframework.util.concurrent.SettableListenableFuture which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[24,43] cannot access org.springframework.util.concurrent.SettableListenableFuture
     bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.2/spring-core-6.0.2.jar(/org/springframework/util/concurrent/SettableListenableFuture.class) + class file has wrong version 61.0, should be 55.0 + Please remove or make sure it appears in the correct subdirectory of the classpath. +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:903) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 import org.springframework.util.concurrent.SettableListenableFuture;; + ``` + +
+ +
+ *
+ Field org.springframework.core.task.AsyncListenableTaskExecutor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[21,37] cannot access org.springframework.core.task.AsyncListenableTaskExecutor
     bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.2/spring-core-6.0.2.jar(/org/springframework/core/task/AsyncListenableTaskExecutor.class) + class file has wrong version 61.0, should be 55.0 + Please remove or make sure it appears in the correct subdirectory of the classpath. +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:900) + * An error was detected in line 21 which is making use of an outdated API. + ``` java + 21 import org.springframework.core.task.AsyncListenableTaskExecutor;; + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.ListenableFuture which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[23,43] cannot access org.springframework.util.concurrent.ListenableFuture
     bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.2/spring-core-6.0.2.jar(/org/springframework/util/concurrent/ListenableFuture.class) + class file has wrong version 61.0, should be 55.0 + Please remove or make sure it appears in the correct subdirectory of the classpath. +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:902) + * An error was detected in line 23 which is making use of an outdated API. + ``` java + 23 import org.springframework.util.concurrent.ListenableFuture;; + ``` + +
+ +
+ *
+ Field org.springframework.core.task.AsyncListenableTaskExecutor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Field org.springframework.util.concurrent.ListenableFuture which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[37,41] cannot find symbol
     symbol: class ListenableFutureCallback + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:918) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 addCallback(org.springframework.util.concurrent.ListenableFutureCallback); + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.ListenableFutureCallback which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[32,19] cannot find symbol
     symbol: class ListenableFutureCallback + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:911) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 mock(java.lang.Class); + ``` + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[32,68] cannot find symbol
     symbol: class ListenableFutureCallback + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:917) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 mock(java.lang.Class); + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.SuccessCallback which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Field org.springframework.core.task.AsyncListenableTaskExecutor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[31,123] cannot find symbol
     symbol: class ListenableFuture +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:910) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 private final org.springframework.core.task.AsyncListenableTaskExecutor executor = new org.springframework.core.task.support.TaskExecutorAdapter(java.util.concurrent.Executors.newCachedThreadPool());; + ``` + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[31,62] cannot find symbol
     symbol: class TaskExecutorAdapter + location: class net.javacrumbs.futureconverter.common.test.spring.SpringOriginalFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:914) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 private final org.springframework.core.task.AsyncListenableTaskExecutor executor = new org.springframework.core.task.support.TaskExecutorAdapter(java.util.concurrent.Executors.newCachedThreadPool());; + ``` + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[31,19] cannot find symbol
     symbol: class AsyncListenableTaskExecutor + location: class net.javacrumbs.futureconverter.common.test.spring.SpringOriginalFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:905) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 private final org.springframework.core.task.AsyncListenableTaskExecutor executor = new org.springframework.core.task.support.TaskExecutorAdapter(java.util.concurrent.Executors.newCachedThreadPool());; + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.FailureCallback which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Field org.springframework.core.task.AsyncListenableTaskExecutor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[35,44] cannot find symbol
     symbol: class ListenableFuture + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:912) + * An error was detected in line 35 which is making use of an outdated API. + ``` java + 35 executor; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/7d97e1c7331f6722eb1d8192bf0a2686f5a33798.md b/Explanations/Compilation_Failures/7d97e1c7331f6722eb1d8192bf0a2686f5a33798.md new file mode 100644 index 0000000..ea24923 --- /dev/null +++ b/Explanations/Compilation_Failures/7d97e1c7331f6722eb1d8192bf0a2686f5a33798.md @@ -0,0 +1,16 @@ +CI detected that the dependency upgrade from version **jcabi-aspects-0.24.1** to **jcabi-aspects-0.25.1** 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. + * Class com.jcabi.aspects.Tv which has been removed in the new version of the dependency + + * The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-simpledb/src/test/java/com/jcabi/simpledb/RegionITCase.java:[33,25] cannot find symbol
     symbol: class Tv + location: package com.jcabi.aspects +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1803) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 import com.jcabi.aspects.Tv;; + ``` + + + diff --git a/Explanations/Compilation_Failures/7fb959ccb8c9b32bd6cbc9fc95ed70c4d9c85575.md b/Explanations/Compilation_Failures/7fb959ccb8c9b32bd6cbc9fc95ed70c4d9c85575.md index da0a69e..8b475af 100644 --- a/Explanations/Compilation_Failures/7fb959ccb8c9b32bd6cbc9fc95ed70c4d9c85575.md +++ b/Explanations/Compilation_Failures/7fb959ccb8c9b32bd6cbc9fc95ed70c4d9c85575.md @@ -1,26 +1,38 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v20130520** to **jetty-server-11.0.12** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **4** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. *
- Method getLocalPort() which has been removed in the new version of the dependency + Constructor org.eclipse.jetty.server.nio.SelectChannelConnector() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1254) - * An error was detected in line 80 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1244) + * An error was detected in line 36 which is making use of an outdated API. ``` java - 80 httpConnector.getLocalPort(); + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1244) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - int getLocalPort(); - ``` - ``` java - int getLocalPort(); - ```
*
Method setSendDateHeader(boolean) which has been removed in the new version of the dependency @@ -28,7 +40,9 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1245) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol
     symbol: method setSendDateHeader(boolean) + location: variable server of type Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1243) * An error was detected in line 34 which is making use of an outdated API. ``` java 34 this.server.setSendDateHeader(true); @@ -41,13 +55,36 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 void setSendDateHeader(boolean); ```
+ *
+ Method getLocalPort() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1246) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 httpConnector.getLocalPort(); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + int getLocalPort(); + ``` +
*
Method setSendServerVersion(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1242) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol
     symbol: method setSendServerVersion(boolean) + location: variable server of type Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1242) * An error was detected in line 33 which is making use of an outdated API. ``` java 33 this.server.setSendServerVersion(false); @@ -60,13 +97,32 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 void setSendServerVersion(boolean); ```
+ *
+ Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     symbol: method setPort(int) + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1245) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 this.httpConnector.setPort(port); + ``` + +
+ +
*
Method setPort(int) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1251) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     symbol: method setPort(int) + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1245) * An error was detected in line 37 which is making use of an outdated API. ``` java 37 this.httpConnector.setPort(port); @@ -79,5 +135,39 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 void setPort(int); ```
+ *
+ Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1246) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 httpConnector.getLocalPort(); + ``` + +
+ +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1244) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/8502e85f9ee2ff90ce96b47b5904f011e81e8bb8.md b/Explanations/Compilation_Failures/8502e85f9ee2ff90ce96b47b5904f011e81e8bb8.md index febbfb9..c840d85 100644 --- a/Explanations/Compilation_Failures/8502e85f9ee2ff90ce96b47b5904f011e81e8bb8.md +++ b/Explanations/Compilation_Failures/8502e85f9ee2ff90ce96b47b5904f011e81e8bb8.md @@ -1,41 +1,58 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.20.1** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **16** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2013) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2004) * An error was detected in line 112 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 112 flyway; ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - Event valueOf(String); - ```
*
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2010) - * An error was detected in line 111 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2004) + * An error was detected in line 112 which is making use of an outdated API. ``` java - 111 flyway.setLocations(prop.getProperty("flyway.locations")); + 112 setValidateOnMigrate(boolean); + ``` + +
+ +
+ *
+ Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2004) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setLocations(Location[]); + void setValidateOnMigrate(Boolean); ```
*
@@ -44,7 +61,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2004) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2001) * An error was detected in line 109 which is making use of an outdated API. ``` java 109 flyway.setDataSource(this.dataSource()); @@ -58,26 +77,73 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method getClassLoader() which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2000) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2003) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 setLocations(java.lang.String[]); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2007) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2002) * An error was detected in line 110 which is making use of an outdated API. ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); + 110 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2001) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 flyway; ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` - ``` java - ClassLoader getClassLoader(); - ```
*
Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency @@ -85,7 +151,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2007) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2002) * An error was detected in line 110 which is making use of an outdated API. ``` java 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); @@ -99,23 +167,130 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency + Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2013) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2000) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2002) + * An error was detected in line 110 which is making use of an outdated API. + ``` java + 110 setClassLoader(java.lang.ClassLoader); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2001) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 setDataSource(javax.sql.DataSource); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2000) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 final org.flywaydb.core.Flyway flyway = new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2003) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 flyway.setLocations(prop.getProperty("flyway.locations")); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setValidateOnMigrate(Boolean); + void setLocations(Location[]); ```
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2003) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2000) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/867e69e208ff59d1f8baae7ed41d3e163a51bc65.md b/Explanations/Compilation_Failures/867e69e208ff59d1f8baae7ed41d3e163a51bc65.md new file mode 100644 index 0000000..b4ae1d7 --- /dev/null +++ b/Explanations/Compilation_Failures/867e69e208ff59d1f8baae7ed41d3e163a51bc65.md @@ -0,0 +1,225 @@ +CI detected that the dependency upgrade from version **libthrift-0.12.0** to **libthrift-0.16.0** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **14** constructs which has been modified in the new version of the dependency. + *
+ Method flush() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + void flush(); + ``` +
+ *
+ Method write(byte[],int,int) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To address this incompatibility, there are 3 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: + ``` java + void write(byte[],int,int); + ``` + ``` java + int write(ByteBuffer); + ``` + ``` java + int write(ByteBuffer); + ``` +
+ *
+ Class org.apache.thrift.transport.TFramedTransport which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class org.apache.thrift.transport.TFramedTransport which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /singer/singer/src/main/java/com/pinterest/singer/utils/SimpleThriftLogger.java:[45,65] cannot find symbol
     symbol: class TFramedTransport + location: class com.pinterest.singer.utils.SimpleThriftLogger +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1410) + * An error was detected in line 45 which is making use of an outdated API. + ``` java + 45 private static final class ByteOffsetTFramedTransport extends org.apache.thrift.transport.TFramedTransport { + private long byteOffset; + + public ByteOffsetTFramedTransport(org.apache.thrift.transport.TTransport transport) { + super(transport); + byteOffset = 0; + } + + @java.lang.Override + public void write(byte[] buf, int off, int len) throws org.apache.thrift.transport.TTransportException { + super.write(buf, off, len); + byteOffset += len; + } + + @java.lang.Override + public void flush() throws org.apache.thrift.transport.TTransportException { + super.flush(); + // Add 4 bytes for the frame size. + byteOffset += 4; + } + + public long getByteOffset() { + return byteOffset; + } +}; + ``` + +
+ +
+ *
+ Class org.apache.thrift.transport.TFramedTransport which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /singer/singer/src/main/java/com/pinterest/singer/reader/ThriftReader.java:[64,17] cannot find symbol
     symbol: class TFramedTransport + location: class com.pinterest.singer.reader.ThriftReader +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1408) + * An error was detected in line 64 which is making use of an outdated API. + ``` java + 64 // The framed framedTransport. +private final org.apache.thrift.transport.TFramedTransport framedTransport;; + ``` + +
+ +
+ *
+ Class org.apache.thrift.transport.TFramedTransport which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class org.apache.thrift.transport.TFramedTransport which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /singer/singer/src/main/java/com/pinterest/singer/utils/SimpleThriftLogger.java:[24,35] cannot find symbol
     symbol: class TFramedTransport + location: package org.apache.thrift.transport +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1409) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 import org.apache.thrift.transport.TFramedTransport;; + ``` + +
+ +
+ *
+ Class org.apache.thrift.transport.TFramedTransport which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class org.apache.thrift.transport.TFramedTransport which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /singer/singer/src/main/java/com/pinterest/singer/reader/ThriftReader.java:[23,35] cannot find symbol
     symbol: class TFramedTransport + location: package org.apache.thrift.transport +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1407) + * An error was detected in line 23 which is making use of an outdated API. + ``` java + 23 import org.apache.thrift.transport.TFramedTransport;; + ``` + +
+ +
+ *
+ Method flush() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + void flush(); + ``` +
+ *
+ Class org.apache.thrift.transport.TFramedTransport which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Constructor org.apache.thrift.transport.TFramedTransport(org.apache.thrift.transport.TTransport) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method write(byte[],int,int) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To address this incompatibility, there are 3 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: + ``` java + void write(byte[],int,int); + ``` + ``` java + int write(ByteBuffer); + ``` + ``` java + int write(ByteBuffer); + ``` +
+ *
+ Class org.apache.thrift.transport.TFramedTransport which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/88a20ece4db960e35fbfa39fcb40e61daceb15b1.md b/Explanations/Compilation_Failures/88a20ece4db960e35fbfa39fcb40e61daceb15b1.md new file mode 100644 index 0000000..97a6ad3 --- /dev/null +++ b/Explanations/Compilation_Failures/88a20ece4db960e35fbfa39fcb40e61daceb15b1.md @@ -0,0 +1,136 @@ +CI detected that the dependency upgrade from version **google-cloud-pubsublite-0.6.0** to **google-cloud-pubsublite-1.6.3** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. + *
+ Method setContext(com.google.cloud.pubsublite.internal.wire.PubsubContext) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PublisherFactory.java:[18,35] cannot find symbol
     symbol: class PublishMetadata + location: package com.google.cloud.pubsublite +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1304) + * An error was detected in line 18 which is making use of an outdated API. + ``` java + 18 import com.google.cloud.pubsublite.PublishMetadata;; + ``` + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PubSubLiteSinkTask.java:[22,35] cannot find symbol
     symbol: class PublishMetadata + location: package com.google.cloud.pubsublite +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1307) + * An error was detected in line 22 which is making use of an outdated API. + ``` java + 22 import com.google.cloud.pubsublite.PublishMetadata;; + ``` + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PubSubLiteSinkTask.java:[43,31] cannot find symbol
     symbol: class PublishMetadata + location: class com.google.pubsublite.kafka.sink.PubSubLiteSinkTask +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1308) + * An error was detected in line 43 which is making use of an outdated API. + ``` java + 43 com.google.cloud.pubsublite.internal.Publisher; + ``` + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PublisherFactory.java:[24,13] cannot find symbol
     symbol: class PublishMetadata + location: interface com.google.pubsublite.kafka.sink.PublisherFactory +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1306) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 com.google.cloud.pubsublite.internal.Publisher; + ``` + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PublisherFactoryImpl.java:[20,35] cannot find symbol
     symbol: class PublishMetadata + location: package com.google.cloud.pubsublite +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1303) + * An error was detected in line 20 which is making use of an outdated API. + ``` java + 20 import com.google.cloud.pubsublite.PublishMetadata;; + ``` + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PublisherFactoryImpl.java:[36,20] cannot find symbol
     symbol: class PublishMetadata + location: class com.google.pubsublite.kafka.sink.PublisherFactoryImpl +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1305) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 com.google.cloud.pubsublite.internal.Publisher; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/88c1f903cede03ff371059cdaf009dab12007043.md b/Explanations/Compilation_Failures/88c1f903cede03ff371059cdaf009dab12007043.md new file mode 100644 index 0000000..2d2b304 --- /dev/null +++ b/Explanations/Compilation_Failures/88c1f903cede03ff371059cdaf009dab12007043.md @@ -0,0 +1,14 @@ +CI detected that the dependency upgrade from version **zip4j-1.3.2** to **zip4j-2.11.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. + * Class net.lingala.zip4j.core.ZipFile which has been removed in the new version of the dependency + + * The failure is identified from the logs generated in the build process. + + * >[[ERROR] /allure-maven/src/main/java/io/qameta/allure/maven/AllureCommandline.java:[18,30] package net.lingala.zip4j.core does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1635) + * An error was detected in line 18 which is making use of an outdated API. + ``` java + 18 import net.lingala.zip4j.core.ZipFile;; + ``` + + + diff --git a/Explanations/Compilation_Failures/8fbb6deb112102ef7507a8e68c5215e5f481d03b.md b/Explanations/Compilation_Failures/8fbb6deb112102ef7507a8e68c5215e5f481d03b.md index 23e31c0..ac2211f 100644 --- a/Explanations/Compilation_Failures/8fbb6deb112102ef7507a8e68c5215e5f481d03b.md +++ b/Explanations/Compilation_Failures/8fbb6deb112102ef7507a8e68c5215e5f481d03b.md @@ -1,44 +1,45 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v20130520** to **jetty-server-11.0.7** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **4** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. *
- Method getLocalPort() which has been removed in the new version of the dependency + Method setPort(int) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1302) - * An error was detected in line 80 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     symbol: method setPort(int) + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1293) + * An error was detected in line 37 which is making use of an outdated API. ``` java - 80 httpConnector.getLocalPort(); + 37 this.httpConnector.setPort(port); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - int getLocalPort(); - ``` + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - int getLocalPort(); + void setPort(int); ```
*
- Method setSendDateHeader(boolean) which has been removed in the new version of the dependency + Method getLocalPort() which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1293) - * An error was detected in line 34 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1294) + * An error was detected in line 80 which is making use of an outdated API. ``` java - 34 this.server.setSendDateHeader(true); + 80 httpConnector.getLocalPort(); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setSendDateHeader(boolean); + int getLocalPort(); ```
*
@@ -47,7 +48,9 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1290) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol
     symbol: method setSendServerVersion(boolean) + location: variable server of type Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1290) * An error was detected in line 33 which is making use of an outdated API. ``` java 33 this.server.setSendServerVersion(false); @@ -61,12 +64,31 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 ```
*
- Method setPort(int) which has been removed in the new version of the dependency + Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1299) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1294) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 httpConnector.getLocalPort(); + ``` + +
+ +
+ *
+ Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     symbol: method setPort(int) + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1293) * An error was detected in line 37 which is making use of an outdated API. ``` java 37 this.httpConnector.setPort(port); @@ -74,10 +96,78 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
+
+ *
+ Method setSendDateHeader(boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol
     symbol: method setSendDateHeader(boolean) + location: variable server of type Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1291) + * An error was detected in line 34 which is making use of an outdated API. + ``` java + 34 this.server.setSendDateHeader(true); + ``` + +
+ To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setPort(int); + void setSendDateHeader(boolean); ```
+ *
+ Constructor org.eclipse.jetty.server.nio.SelectChannelConnector() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1292) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1292) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1292) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/9218cc9c8e0018d01e2d7cfe0e77aae7b65b378f.md b/Explanations/Compilation_Failures/9218cc9c8e0018d01e2d7cfe0e77aae7b65b378f.md new file mode 100644 index 0000000..fbddb83 --- /dev/null +++ b/Explanations/Compilation_Failures/9218cc9c8e0018d01e2d7cfe0e77aae7b65b378f.md @@ -0,0 +1,427 @@ +CI detected that the dependency upgrade from version **jakarta.validation-api-2.0.2** to **jakarta.validation-api-3.0.2** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **25** constructs which has been modified in the new version of the dependency. + *
+ Class javax.validation.constraints.NotNull which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[137,82] cannot find symbol
     symbol: class NotNull + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:401) + * An error was detected in line 137 which is making use of an outdated API. + ``` java + 137 javax.validation.constraints.NotNull; + ``` + +
+ +
+ *
+ Class javax.validation.constraints.NotEmpty which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[138,82] cannot find symbol
     symbol: class NotEmpty + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:402) + * An error was detected in line 138 which is making use of an outdated API. + ``` java + 138 javax.validation.constraints.NotEmpty; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ConstraintDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[139,82] cannot find symbol
     symbol: class NotBlank + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:403) + * An error was detected in line 139 which is making use of an outdated API. + ``` java + 139 getAnnotation(); + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ConstraintDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[138,82] cannot find symbol
     symbol: class NotEmpty + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:402) + * An error was detected in line 138 which is making use of an outdated API. + ``` java + 138 getAnnotation(); + ``` + +
+ +
+ *
+ Class javax.validation.metadata.BeanDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[122,17] cannot find symbol
     symbol: class BeanDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:397) + * An error was detected in line 122 which is making use of an outdated API. + ``` java + 122 getConstraintsForClass(java.lang.Class); + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ElementDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[135,37] cannot find symbol
     symbol: class ConstraintDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:399) + * An error was detected in line 135 which is making use of an outdated API. + ``` java + 135 constraintDescriptor; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ConstraintDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[42,33] package javax.validation.metadata does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:393) + * An error was detected in line 42 which is making use of an outdated API. + ``` java + 42 import javax.validation.metadata.ConstraintDescriptor;; + ``` + +
+ +
+ *
+ Class javax.validation.Validator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[37,24] package javax.validation does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:388) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 import javax.validation.Validator;; + ``` + +
+ +
+ *
+ Interface javax.validation.metadata.BeanDescriptor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[135,37] cannot find symbol
     symbol: class ConstraintDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:399) + * An error was detected in line 135 which is making use of an outdated API. + ``` java + 135 constraintDescriptor.getConstraintDescriptors(); + ``` + +
+ +
+ *
+ Class javax.validation.Validator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[121,17] cannot find symbol
     symbol: class Validator + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:395) + * An error was detected in line 121 which is making use of an outdated API. + ``` java + 121 getValidator(); + ``` + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[121,82] cannot access javax.validation.ValidatorFactory
     class file for javax.validation.ValidatorFactory not found +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:396) + * An error was detected in line 121 which is making use of an outdated API. + ``` java + 121 getValidator(); + ``` + +
+ +
+ *
+ Class javax.validation.constraints.NotNull which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[40,36] package javax.validation.constraints does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:391) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 import javax.validation.constraints.NotNull;; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ElementDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[133,25] cannot find symbol
     symbol: class ElementDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:398) + * An error was detected in line 133 which is making use of an outdated API. + ``` java + 133 javax.validation.metadata.ElementDescriptor constraintDescriptor = constraintDescriptors.getConstraintsForProperty(descriptor.getName()); + ``` + +
+ +
+ *
+ Class javax.validation.constraints.NotEmpty which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[39,36] package javax.validation.constraints does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:390) + * An error was detected in line 39 which is making use of an outdated API. + ``` java + 39 import javax.validation.constraints.NotEmpty;; + ``` + +
+ +
+ *
+ Method getConstraintsForProperty(java.lang.String) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[133,25] cannot find symbol
     symbol: class ElementDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:398) + * An error was detected in line 133 which is making use of an outdated API. + ``` java + 133 constraintDescriptors.getConstraintsForProperty(descriptor.getName()); + ``` + +
+ +
+ *
+ Class javax.validation.constraints.NotBlank which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[38,36] package javax.validation.constraints does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:389) + * An error was detected in line 38 which is making use of an outdated API. + ``` java + 38 import javax.validation.constraints.NotBlank;; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ElementDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[135,37] cannot find symbol
     symbol: class ConstraintDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:399) + * An error was detected in line 135 which is making use of an outdated API. + ``` java + 135 getConstraintDescriptors(); + ``` + +
+ +
+ *
+ Class javax.validation.metadata.BeanDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[122,17] cannot find symbol
     symbol: class BeanDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:397) + * An error was detected in line 122 which is making use of an outdated API. + ``` java + 122 javax.validation.metadata.BeanDescriptor constraintDescriptors = validator.getConstraintsForClass(modelClass); + ``` + +
+ +
+ *
+ Class javax.validation.Validator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[122,17] cannot find symbol
     symbol: class BeanDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:397) + * An error was detected in line 122 which is making use of an outdated API. + ``` java + 122 validator; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ElementDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[43,33] package javax.validation.metadata does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:394) + * An error was detected in line 43 which is making use of an outdated API. + ``` java + 43 import javax.validation.metadata.ElementDescriptor;; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.BeanDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[133,25] cannot find symbol
     symbol: class ElementDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:398) + * An error was detected in line 133 which is making use of an outdated API. + ``` java + 133 constraintDescriptors; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.ConstraintDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[137,82] cannot find symbol
     symbol: class NotNull + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:401) + * An error was detected in line 137 which is making use of an outdated API. + ``` java + 137 getAnnotation(); + ``` + +
+ +
+ *
+ Class javax.validation.metadata.BeanDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[41,33] package javax.validation.metadata does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:392) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 import javax.validation.metadata.BeanDescriptor;; + ``` + +
+ +
+ *
+ Class javax.validation.metadata.BeanDescriptor which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[133,25] cannot find symbol
     symbol: class ElementDescriptor + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:398) + * An error was detected in line 133 which is making use of an outdated API. + ``` java + 133 getConstraintsForProperty(java.lang.String); + ``` + +
+ +
+ *
+ Class javax.validation.constraints.NotBlank which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[139,82] cannot find symbol
     symbol: class NotBlank + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:403) + * An error was detected in line 139 which is making use of an outdated API. + ``` java + 139 javax.validation.constraints.NotBlank; + ``` + +
+ +
+ *
+ Class javax.validation.Validator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[121,17] cannot find symbol
     symbol: class Validator + location: class com.premiumminds.wicket.crudifier.form.elements.ListControlGroups +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:395) + * An error was detected in line 121 which is making use of an outdated API. + ``` java + 121 javax.validation.Validator validator = com.premiumminds.webapp.wicket.validators.HibernateValidatorProperty.validatorFactory.getValidator(); + ``` + * >[[ERROR] /wicket-crudifier/src/main/java/com/premiumminds/wicket/crudifier/form/elements/ListControlGroups.java:[121,82] cannot access javax.validation.ValidatorFactory
     class file for javax.validation.ValidatorFactory not found +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:396) + * An error was detected in line 121 which is making use of an outdated API. + ``` java + 121 javax.validation.Validator validator = com.premiumminds.webapp.wicket.validators.HibernateValidatorProperty.validatorFactory.getValidator(); + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/923a6b2027e3ca1762deb6a60fc0a768c284122b.md b/Explanations/Compilation_Failures/923a6b2027e3ca1762deb6a60fc0a768c284122b.md new file mode 100644 index 0000000..3a6a101 --- /dev/null +++ b/Explanations/Compilation_Failures/923a6b2027e3ca1762deb6a60fc0a768c284122b.md @@ -0,0 +1,38 @@ +CI detected that the dependency upgrade from version **hamcrest-library-1.3** to **hamcrest-library-2.2** 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. + *
+ Class org.hamcrest.Matchers which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-http/src/main/java/com/jcabi/http/response/RestResponse.java:[48,20] cannot find symbol
     symbol: class Matchers + location: package org.hamcrest +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1754) + * An error was detected in line 48 which is making use of an outdated API. + ``` java + 48 import org.hamcrest.Matchers;; + ``` + +
+ +
+ *
+ Class org.hamcrest.Matchers which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-http/src/main/java/com/jcabi/http/mock/MkQueryMatchers.java:[34,20] cannot find symbol
     symbol: class Matchers + location: package org.hamcrest +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1753) + * An error was detected in line 34 which is making use of an outdated API. + ``` java + 34 import org.hamcrest.Matchers;; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/95b2c15de16fd9fd612ce73672e29b613ce7a909.md b/Explanations/Compilation_Failures/95b2c15de16fd9fd612ce73672e29b613ce7a909.md index 4a1ac80..c67a2c2 100644 --- a/Explanations/Compilation_Failures/95b2c15de16fd9fd612ce73672e29b613ce7a909.md +++ b/Explanations/Compilation_Failures/95b2c15de16fd9fd612ce73672e29b613ce7a909.md @@ -1,34 +1,86 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v20130520** to **jetty-server-11.0.13** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **4** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. *
- Method getLocalPort() which has been removed in the new version of the dependency + Constructor org.eclipse.jetty.server.nio.SelectChannelConnector() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1282) - * An error was detected in line 80 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1272) + * An error was detected in line 36 which is making use of an outdated API. ``` java - 80 httpConnector.getLocalPort(); + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - int getLocalPort(); - ``` +
+ *
+ Method setPort(int) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     symbol: method setPort(int) + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1273) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 this.httpConnector.setPort(port); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - int getLocalPort(); + void setPort(int); ```
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1272) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1274) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 httpConnector.getLocalPort(); + ``` + +
+ +
*
Method setSendDateHeader(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1273) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol
     symbol: method setSendDateHeader(boolean) + location: variable server of type Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1271) * An error was detected in line 34 which is making use of an outdated API. ``` java 34 this.server.setSendDateHeader(true); @@ -41,13 +93,32 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 void setSendDateHeader(boolean); ```
+ *
+ Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     symbol: method setPort(int) + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1273) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 this.httpConnector.setPort(port); + ``` + +
+ +
*
Method setSendServerVersion(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1270) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol
     symbol: method setSendServerVersion(boolean) + location: variable server of type Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1270) * An error was detected in line 33 which is making use of an outdated API. ``` java 33 this.server.setSendServerVersion(false); @@ -61,22 +132,41 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 ```
*
- Method setPort(int) which has been removed in the new version of the dependency + Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1279) - * An error was detected in line 37 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1272) + * An error was detected in line 36 which is making use of an outdated API. ``` java - 37 this.httpConnector.setPort(port); + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Method getLocalPort() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1274) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 httpConnector.getLocalPort(); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setPort(int); + int getLocalPort(); ```
diff --git a/Explanations/Compilation_Failures/9717e34bcda74bd9ad94f6a52ddfd3fd179ea15b.md b/Explanations/Compilation_Failures/9717e34bcda74bd9ad94f6a52ddfd3fd179ea15b.md new file mode 100644 index 0000000..82df1f1 --- /dev/null +++ b/Explanations/Compilation_Failures/9717e34bcda74bd9ad94f6a52ddfd3fd179ea15b.md @@ -0,0 +1,16 @@ +CI detected that the dependency upgrade from version **jcabi-aspects-0.24.1** to **jcabi-aspects-0.25.1** 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. + * Class com.jcabi.aspects.Tv which has been removed in the new version of the dependency + + * The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-github/src/main/java/com/jcabi/github/mock/MkGithub.java:[34,25] cannot find symbol
     symbol: class Tv + location: package com.jcabi.aspects +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1813) + * An error was detected in line 34 which is making use of an outdated API. + ``` java + 34 import com.jcabi.aspects.Tv;; + ``` + + + diff --git a/Explanations/Compilation_Failures/979d6237a50840cd925cc1a33c415ffbbbc42846.md b/Explanations/Compilation_Failures/979d6237a50840cd925cc1a33c415ffbbbc42846.md new file mode 100644 index 0000000..a4cb950 --- /dev/null +++ b/Explanations/Compilation_Failures/979d6237a50840cd925cc1a33c415ffbbbc42846.md @@ -0,0 +1,49 @@ +CI detected that the dependency upgrade from version **struts2-core-2.3.37** to **struts2-core-2.5.30** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **3** constructs which has been modified in the new version of the dependency. + *
+ Class org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /guice/extensions/struts2/test/com/google/inject/struts2/Struts2FactoryTest.java:[57,35] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2911) + * An error was detected in line 57 which is making use of an outdated API. + ``` java + 57 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.class; + ``` + +
+ +
+ *
+ Class org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /guice/extensions/struts2/test/com/google/inject/struts2/Struts2FactoryTest.java:[55,19] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2867) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.class; + ``` + +
+ +
+ *
+ Class org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /guice/extensions/struts2/test/com/google/inject/struts2/Struts2FactoryTest.java:[55,19] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2867) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 bind(java.lang.Class); + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/9da8825fbdb24922b94be9eb82eefc73640d8f6b.md b/Explanations/Compilation_Failures/9da8825fbdb24922b94be9eb82eefc73640d8f6b.md new file mode 100644 index 0000000..6870226 --- /dev/null +++ b/Explanations/Compilation_Failures/9da8825fbdb24922b94be9eb82eefc73640d8f6b.md @@ -0,0 +1,9 @@ +CI detected that the dependency upgrade from version **spring-data-jpa-2.7.6** to **spring-data-jpa-3.0.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. + * Method findAll() which has been removed in the new version of the dependency + + * The failure is identified from the logs generated in the build process. + + + + diff --git a/Explanations/Compilation_Failures/a2b0fc53611f8705640773f18c8dd6a47eed3b7f.md b/Explanations/Compilation_Failures/a2b0fc53611f8705640773f18c8dd6a47eed3b7f.md index a820fa7..c9d8de5 100644 --- a/Explanations/Compilation_Failures/a2b0fc53611f8705640773f18c8dd6a47eed3b7f.md +++ b/Explanations/Compilation_Failures/a2b0fc53611f8705640773f18c8dd6a47eed3b7f.md @@ -1,31 +1,66 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.19.4** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **16** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2065) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2052) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2056) * An error was detected in line 112 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 112 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2056) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 setValidateOnMigrate(boolean); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - Event valueOf(String); - ```
*
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency + Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2062) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2055) * An error was detected in line 111 which is making use of an outdated API. ``` java 111 flyway.setLocations(prop.getProperty("flyway.locations")); @@ -38,13 +73,53 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** void setLocations(Location[]); ```
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2053) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 flyway; + ``` + +
+ +
+ *
+ Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2056) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + void setValidateOnMigrate(Boolean); + ``` +
*
Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2056) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2053) * An error was detected in line 109 which is making use of an outdated API. ``` java 109 flyway.setDataSource(this.dataSource()); @@ -58,26 +133,56 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method getClassLoader() which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2059) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2054) * An error was detected in line 110 which is making use of an outdated API. ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); + 110 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2052) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2055) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 setLocations(java.lang.String[]); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` - ``` java - ClassLoader getClassLoader(); - ```
*
Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency @@ -85,7 +190,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2059) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2054) * An error was detected in line 110 which is making use of an outdated API. ``` java 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); @@ -99,23 +206,91 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2065) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2052) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); + 108 final org.flywaydb.core.Flyway flyway = new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2054) + * An error was detected in line 110 which is making use of an outdated API. + ``` java + 110 setClassLoader(java.lang.ClassLoader); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2053) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 setDataSource(javax.sql.DataSource); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2055) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2052) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setValidateOnMigrate(Boolean); - ```
diff --git a/Explanations/Compilation_Failures/a4c360001134c2e3a9f7fbde88a07a9fd767e78e.md b/Explanations/Compilation_Failures/a4c360001134c2e3a9f7fbde88a07a9fd767e78e.md index 656f815..9857336 100644 --- a/Explanations/Compilation_Failures/a4c360001134c2e3a9f7fbde88a07a9fd767e78e.md +++ b/Explanations/Compilation_Failures/a4c360001134c2e3a9f7fbde88a07a9fd767e78e.md @@ -1,33 +1,80 @@ CI detected that the dependency upgrade from version **reflections-0.9.9** to **reflections-0.10.2** 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. - * Method apply(java.lang.String) which has been removed in the new version of the dependency +1. Your client utilizes **4** constructs which has been modified in the new version of the dependency. + *
+ Method apply(java.lang.String) which has been removed in the new version of the dependency - * The failure is identified from the logs generated in the build process. + *
+ The failure is identified from the logs generated in the build process. - * >[[ERROR] /gauge-java/src/main/java/com/thoughtworks/gauge/scan/ClasspathScanner.java:[64,61] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1420) - * An error was detected in line 64 which is making use of an outdated API. - ``` java - 64 new org.reflections.util.FilterBuilder().include(".+\\.class").apply(s); - ``` - * >[[ERROR] /gauge-java/src/main/java/com/thoughtworks/gauge/scan/ClasspathScanner.java:[64,61] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1420) - * An error was detected in line 64 which is making use of an outdated API. - ``` java - 64 new org.reflections.util.FilterBuilder().include(".+\\.class").apply(s); - ``` - * >[[ERROR] /gauge-java/src/main/java/com/thoughtworks/gauge/scan/ClasspathScanner.java:[69,51] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1423) + * >[[ERROR] /gauge-java/src/main/java/com/thoughtworks/gauge/scan/ClasspathScanner.java:[69,51] cannot find symbol
     symbol: method apply(java.lang.String) + location: class org.reflections.util.FilterBuilder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1421) * An error was detected in line 69 which is making use of an outdated API. ``` java 69 new org.reflections.util.FilterBuilder().include(regex).apply(s); ``` - * >[[ERROR] /gauge-java/src/main/java/com/thoughtworks/gauge/scan/ClasspathScanner.java:[69,51] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1423) + +
+ +
+ *
+ Field include(java.lang.String) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /gauge-java/src/main/java/com/thoughtworks/gauge/scan/ClasspathScanner.java:[69,51] cannot find symbol
     symbol: method apply(java.lang.String) + location: class org.reflections.util.FilterBuilder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1421) * An error was detected in line 69 which is making use of an outdated API. ``` java - 69 new org.reflections.util.FilterBuilder().include(regex).apply(s); + 69 new org.reflections.util.FilterBuilder().include(regex); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + FilterBuilder include(String); + ``` +
+ *
+ Field include(java.lang.String) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /gauge-java/src/main/java/com/thoughtworks/gauge/scan/ClasspathScanner.java:[64,61] cannot find symbol
     symbol: method apply(java.lang.String) + location: class org.reflections.util.FilterBuilder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1420) + * An error was detected in line 64 which is making use of an outdated API. + ``` java + 64 new org.reflections.util.FilterBuilder().include(".+\\.class"); ``` + +
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - Set apply(Object); + FilterBuilder include(String); ``` +
+ *
+ Method apply(java.lang.String) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /gauge-java/src/main/java/com/thoughtworks/gauge/scan/ClasspathScanner.java:[64,61] cannot find symbol
     symbol: method apply(java.lang.String) + location: class org.reflections.util.FilterBuilder +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1420) + * An error was detected in line 64 which is making use of an outdated API. + ``` java + 64 new org.reflections.util.FilterBuilder().include(".+\\.class").apply(s); + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/a784b326d0821fc03fe6c5c13053424f8c2c358e.md b/Explanations/Compilation_Failures/a784b326d0821fc03fe6c5c13053424f8c2c358e.md new file mode 100644 index 0000000..35bd12b --- /dev/null +++ b/Explanations/Compilation_Failures/a784b326d0821fc03fe6c5c13053424f8c2c358e.md @@ -0,0 +1,9 @@ +CI detected that the dependency upgrade from version **hibernate-validator-5.4.3.Final** to **hibernate-validator-8.0.0.Final** 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. + * Class org.hibernate.validator.constraints.CompositionType which has been in the new version of the dependency + + * The failure is identified from the logs generated in the build process. + + + + diff --git a/Explanations/Compilation_Failures/acc50dabec6796c091b84c1ada2ae4cbcab8b562.md b/Explanations/Compilation_Failures/acc50dabec6796c091b84c1ada2ae4cbcab8b562.md new file mode 100644 index 0000000..302874c --- /dev/null +++ b/Explanations/Compilation_Failures/acc50dabec6796c091b84c1ada2ae4cbcab8b562.md @@ -0,0 +1,49 @@ +CI detected that the dependency upgrade from version **struts2-core-2.3.37** to **struts2-core-2.5.22** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **3** constructs which has been modified in the new version of the dependency. + *
+ Class org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /guice/extensions/struts2/test/com/google/inject/struts2/Struts2FactoryTest.java:[55,19] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2766) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.class; + ``` + +
+ +
+ *
+ Class org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /guice/extensions/struts2/test/com/google/inject/struts2/Struts2FactoryTest.java:[55,19] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2766) + * An error was detected in line 55 which is making use of an outdated API. + ``` java + 55 bind(java.lang.Class); + ``` + +
+ +
+ *
+ Class org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /guice/extensions/struts2/test/com/google/inject/struts2/Struts2FactoryTest.java:[57,35] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2811) + * An error was detected in line 57 which is making use of an outdated API. + ``` java + 57 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.class; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/ad80bdff62b1b0520d3fb9e8d627532a38a7c60c.md b/Explanations/Compilation_Failures/ad80bdff62b1b0520d3fb9e8d627532a38a7c60c.md index 515362d..6e8bf00 100644 --- a/Explanations/Compilation_Failures/ad80bdff62b1b0520d3fb9e8d627532a38a7c60c.md +++ b/Explanations/Compilation_Failures/ad80bdff62b1b0520d3fb9e8d627532a38a7c60c.md @@ -1,31 +1,69 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.16.3** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **16** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2147) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2135) + * An error was detected in line 109 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 109 flyway.setDataSource(this.dataSource()); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - Event valueOf(String); + void setDataSource(String,String,String); ```
*
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2138) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2138) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 setValidateOnMigrate(boolean); + ``` + +
+ +
+ *
+ Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2144) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2137) * An error was detected in line 111 which is making use of an outdated API. ``` java 111 flyway.setLocations(prop.getProperty("flyway.locations")); @@ -39,45 +77,61 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency + Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2138) - * An error was detected in line 109 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2138) + * An error was detected in line 112 which is making use of an outdated API. ``` java - 109 flyway.setDataSource(this.dataSource()); + 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setDataSource(String,String,String); + void setValidateOnMigrate(Boolean); ```
*
- Method getClassLoader() which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2141) - * An error was detected in line 110 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2134) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2134) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 final org.flywaydb.core.Flyway flyway = new org.flywaydb.core.Flyway(); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` - ``` java - ClassLoader getClassLoader(); - ```
*
Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency @@ -85,7 +139,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2141) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2136) * An error was detected in line 110 which is making use of an outdated API. ``` java 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); @@ -99,23 +155,142 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2147) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2137) + * An error was detected in line 111 which is making use of an outdated API. ``` java - 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); + 111 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2136) + * An error was detected in line 110 which is making use of an outdated API. + ``` java + 110 setClassLoader(java.lang.ClassLoader); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2134) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2136) + * An error was detected in line 110 which is making use of an outdated API. + ``` java + 110 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2135) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 flyway; + ``` + +
+ +
+ *
+ Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2134) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2137) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 setLocations(java.lang.String[]); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2135) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 setDataSource(javax.sql.DataSource); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setValidateOnMigrate(Boolean); - ```
diff --git a/Explanations/Compilation_Failures/ae16b526695fe275ab5e6a1992916875d26da860.md b/Explanations/Compilation_Failures/ae16b526695fe275ab5e6a1992916875d26da860.md index c39e814..2b7e040 100644 --- a/Explanations/Compilation_Failures/ae16b526695fe275ab5e6a1992916875d26da860.md +++ b/Explanations/Compilation_Failures/ae16b526695fe275ab5e6a1992916875d26da860.md @@ -1,44 +1,37 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v20130520** to **jetty-server-9.4.41.v20210516** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **4** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. *
- Method getLocalPort() which has been removed in the new version of the dependency + Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1177) - * An error was detected in line 80 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1171) + * An error was detected in line 36 which is making use of an outdated API. ``` java - 80 httpConnector.getLocalPort(); + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - int getLocalPort(); - ``` - ``` java - int getLocalPort(); - ```
*
- Method setSendDateHeader(boolean) which has been removed in the new version of the dependency + Method getLocalPort() which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1168) - * An error was detected in line 34 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1177) + * An error was detected in line 80 which is making use of an outdated API. ``` java - 34 this.server.setSendDateHeader(true); + 80 httpConnector.getLocalPort(); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setSendDateHeader(boolean); + int getLocalPort(); ```
*
@@ -47,7 +40,7 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1165) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1165) * An error was detected in line 33 which is making use of an outdated API. ``` java 33 this.server.setSendServerVersion(false); @@ -60,13 +53,28 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 void setSendServerVersion(boolean); ```
+ *
+ Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1174) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 this.httpConnector.setPort(port); + ``` + +
+ +
*
Method setPort(int) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1174) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1174) * An error was detected in line 37 which is making use of an outdated API. ``` java 37 this.httpConnector.setPort(port); @@ -79,5 +87,69 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 void setPort(int); ```
+ *
+ Constructor org.eclipse.jetty.server.nio.SelectChannelConnector() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1171) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Method setSendDateHeader(boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1168) + * An error was detected in line 34 which is making use of an outdated API. + ``` java + 34 this.server.setSendDateHeader(true); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + void setSendDateHeader(boolean); + ``` +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1171) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1177) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 httpConnector.getLocalPort(); + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/af6e5d1cc94f031f29b4838e7a8b56704c8c5de4.md b/Explanations/Compilation_Failures/af6e5d1cc94f031f29b4838e7a8b56704c8c5de4.md index 24363c1..f412e30 100644 --- a/Explanations/Compilation_Failures/af6e5d1cc94f031f29b4838e7a8b56704c8c5de4.md +++ b/Explanations/Compilation_Failures/af6e5d1cc94f031f29b4838e7a8b56704c8c5de4.md @@ -1,83 +1,81 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.17.0** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **16** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2001) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1992) * An error was detected in line 112 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - Event valueOf(String); + void setValidateOnMigrate(Boolean); ```
*
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1998) - * An error was detected in line 111 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1989) + * An error was detected in line 109 which is making use of an outdated API. ``` java - 111 flyway.setLocations(prop.getProperty("flyway.locations")); + 109 flyway; ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setLocations(Location[]); - ```
*
- Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency + Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1992) - * An error was detected in line 109 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1991) + * An error was detected in line 111 which is making use of an outdated API. ``` java - 109 flyway.setDataSource(this.dataSource()); + 111 flyway.setLocations(prop.getProperty("flyway.locations")); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setDataSource(String,String,String); + void setLocations(Location[]); ```
*
- Method getClassLoader() which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1995) - * An error was detected in line 110 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1988) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); + 108 new org.flywaydb.core.Flyway(); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` - ``` java - ClassLoader getClassLoader(); - ```
*
Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency @@ -85,7 +83,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1995) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1990) * An error was detected in line 110 which is making use of an outdated API. ``` java 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); @@ -99,23 +99,198 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1991) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1988) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 final org.flywaydb.core.Flyway flyway = new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2001) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1992) * An error was detected in line 112 which is making use of an outdated API. ``` java - 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); + 112 flyway; + ``` + +
+ +
+ *
+ Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1988) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1989) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 setDataSource(javax.sql.DataSource); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1990) + * An error was detected in line 110 which is making use of an outdated API. + ``` java + 110 setClassLoader(java.lang.ClassLoader); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1992) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 setValidateOnMigrate(boolean); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1988) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1991) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 setLocations(java.lang.String[]); + ``` + +
+ +
+ *
+ Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1989) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 flyway.setDataSource(this.dataSource()); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setValidateOnMigrate(Boolean); + void setDataSource(String,String,String); ```
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1990) + * An error was detected in line 110 which is making use of an outdated API. + ``` java + 110 flyway; + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/b1a941400d68445d76056ab8833cd6d2e3455954.md b/Explanations/Compilation_Failures/b1a941400d68445d76056ab8833cd6d2e3455954.md new file mode 100644 index 0000000..ac61a34 --- /dev/null +++ b/Explanations/Compilation_Failures/b1a941400d68445d76056ab8833cd6d2e3455954.md @@ -0,0 +1,54 @@ +CI detected that the dependency upgrade from version **snakeyaml-1.33** to **snakeyaml-2.0** 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. + *
+ Constructor org.yaml.snakeyaml.constructor.Constructor() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /fluxtion/compiler/src/test/java/com/fluxtion/compiler/builder/factory/GraphOfInstancesTest.java:[114,39] no suitable constructor found for Constructor(no arguments)
     constructor org.yaml.snakeyaml.constructor.Constructor.Constructor(org.yaml.snakeyaml.LoaderOptions) is not applicable + (actual and formal argument lists differ in length) + constructor org.yaml.snakeyaml.constructor.Constructor.Constructor(java.lang.Class,org.yaml.snakeyaml.LoaderOptions) is not applicable + (actual and formal argument lists differ in length) + constructor org.yaml.snakeyaml.constructor.Constructor.Constructor(org.yaml.snakeyaml.TypeDescription,org.yaml.snakeyaml.LoaderOptions) is not applicable + (actual and formal argument lists differ in length) + constructor org.yaml.snakeyaml.constructor.Constructor.Constructor(org.yaml.snakeyaml.TypeDescription,java.util.Collection,org.yaml.snakeyaml.LoaderOptions) is not applicable + (actual and formal argument lists differ in length) + constructor org.yaml.snakeyaml.constructor.Constructor.Constructor(java.lang.String,org.yaml.snakeyaml.LoaderOptions) is not applicable + (actual and formal argument lists differ in length) +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1488) + * An error was detected in line 114 which is making use of an outdated API. + ``` java + 114 new org.yaml.snakeyaml.constructor.Constructor(); + ``` + +
+ +
+ *
+ Constructor org.yaml.snakeyaml.constructor.Constructor() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /fluxtion/compiler/src/test/java/com/fluxtion/compiler/builder/factory/GraphOfInstancesTest.java:[78,39] no suitable constructor found for Constructor(no arguments)
     constructor org.yaml.snakeyaml.constructor.Constructor.Constructor(org.yaml.snakeyaml.LoaderOptions) is not applicable + (actual and formal argument lists differ in length) + constructor org.yaml.snakeyaml.constructor.Constructor.Constructor(java.lang.Class,org.yaml.snakeyaml.LoaderOptions) is not applicable + (actual and formal argument lists differ in length) + constructor org.yaml.snakeyaml.constructor.Constructor.Constructor(org.yaml.snakeyaml.TypeDescription,org.yaml.snakeyaml.LoaderOptions) is not applicable + (actual and formal argument lists differ in length) + constructor org.yaml.snakeyaml.constructor.Constructor.Constructor(org.yaml.snakeyaml.TypeDescription,java.util.Collection,org.yaml.snakeyaml.LoaderOptions) is not applicable + (actual and formal argument lists differ in length) + constructor org.yaml.snakeyaml.constructor.Constructor.Constructor(java.lang.String,org.yaml.snakeyaml.LoaderOptions) is not applicable + (actual and formal argument lists differ in length) +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1487) + * An error was detected in line 78 which is making use of an outdated API. + ``` java + 78 new org.yaml.snakeyaml.constructor.Constructor(); + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/b2edf635da83fd076262a41751c6f773c17f3b76.md b/Explanations/Compilation_Failures/b2edf635da83fd076262a41751c6f773c17f3b76.md new file mode 100644 index 0000000..ccb07e9 --- /dev/null +++ b/Explanations/Compilation_Failures/b2edf635da83fd076262a41751c6f773c17f3b76.md @@ -0,0 +1,34 @@ +CI detected that the dependency upgrade from version **snakeyaml-1.32** to **snakeyaml-2.0** 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. + *
+ Constructor org.yaml.snakeyaml.constructor.Constructor(java.lang.Class) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jclouds/apis/byon/src/main/java/org/jclouds/byon/domain/YamlNode.java:[114,64] incompatible types: java.lang.Class cannot be converted to org.yaml.snakeyaml.LoaderOptions
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:6833) + * An error was detected in line 114 which is making use of an outdated API. + ``` java + 114 new org.yaml.snakeyaml.constructor.Constructor(org.jclouds.byon.domain.YamlNode.class); + ``` + +
+ +
+ *
+ Constructor org.yaml.snakeyaml.constructor.Constructor(java.lang.Class) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jclouds/apis/byon/src/main/java/org/jclouds/byon/functions/NodesFromYamlStream.java:[83,55] incompatible types: java.lang.Class cannot be converted to org.yaml.snakeyaml.LoaderOptions
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:6834) + * An error was detected in line 83 which is making use of an outdated API. + ``` java + 83 new org.yaml.snakeyaml.constructor.Constructor(org.jclouds.byon.functions.NodesFromYamlStream.Config.class); + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/b6a48a6e557fad1ceda680618e0a34c7b8c5c087.md b/Explanations/Compilation_Failures/b6a48a6e557fad1ceda680618e0a34c7b8c5c087.md index 69a502e..5b747e3 100644 --- a/Explanations/Compilation_Failures/b6a48a6e557fad1ceda680618e0a34c7b8c5c087.md +++ b/Explanations/Compilation_Failures/b6a48a6e557fad1ceda680618e0a34c7b8c5c087.md @@ -1,41 +1,128 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.18.0** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **16** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2011) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1998) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1999) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2000) + * An error was detected in line 110 which is making use of an outdated API. + ``` java + 110 setClassLoader(java.lang.ClassLoader); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2002) * An error was detected in line 112 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 112 flyway; ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - Event valueOf(String); - ```
*
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2008) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2001) * An error was detected in line 111 which is making use of an outdated API. ``` java - 111 flyway.setLocations(prop.getProperty("flyway.locations")); + 111 flyway; + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1998) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 final org.flywaydb.core.Flyway flyway = new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2000) + * An error was detected in line 110 which is making use of an outdated API. + ``` java + 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setLocations(Location[]); + void setClassLoader(ClassLoader); ```
*
@@ -44,7 +131,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2002) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1999) * An error was detected in line 109 which is making use of an outdated API. ``` java 109 flyway.setDataSource(this.dataSource()); @@ -58,53 +147,139 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method getClassLoader() which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2005) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2000) * An error was detected in line 110 which is making use of an outdated API. ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); + 110 flyway; ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` - ``` java - ClassLoader getClassLoader(); - ```
*
- Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2005) - * An error was detected in line 110 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1998) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1999) + * An error was detected in line 109 which is making use of an outdated API. + ``` java + 109 setDataSource(javax.sql.DataSource); + ``` + +
+ +
+ *
+ Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2001) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 flyway.setLocations(prop.getProperty("flyway.locations")); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setClassLoader(ClassLoader); + void setLocations(Location[]); ```
*
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency + Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2001) + * An error was detected in line 111 which is making use of an outdated API. + ``` java + 111 setLocations(java.lang.String[]); + ``` + +
+ +
+ *
+ Field org.flywaydb.core.Flyway which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2002) + * An error was detected in line 112 which is making use of an outdated API. + ``` java + 112 setValidateOnMigrate(boolean); + ``` + +
+ +
+ *
+ Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1998) + * An error was detected in line 108 which is making use of an outdated API. + ``` java + 108 new org.flywaydb.core.Flyway(); + ``` + +
+ +
+ *
+ Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2011) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2002) * An error was detected in line 112 which is making use of an outdated API. ``` java 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); diff --git a/Explanations/Compilation_Failures/c09896887acf0fe59320e01145a7034cd8d4e326.md b/Explanations/Compilation_Failures/c09896887acf0fe59320e01145a7034cd8d4e326.md index 6bf1e4d..62af229 100644 --- a/Explanations/Compilation_Failures/c09896887acf0fe59320e01145a7034cd8d4e326.md +++ b/Explanations/Compilation_Failures/c09896887acf0fe59320e01145a7034cd8d4e326.md @@ -1,18 +1,86 @@ CI detected that the dependency upgrade from version **github-api-1.93** to **github-api-1.314** 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. - * Method getRepository(java.lang.String) which has been removed in the new version of the dependency +1. Your client utilizes **5** constructs which has been modified in the new version of the dependency. + *
+ Field org.kohsuke.github.GHRepository which has been in the new version of the dependency - * The failure is identified from the logs generated in the build process. + *
+ The failure is identified from the logs generated in the build process. - * >[[ERROR] /incrementals-tools/lib/src/main/java/io/jenkins/tools/incrementals/lib/UpdateChecker.java:[239,126] status has private access in org.kohsuke.github.GHCompare](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1140) + * >[[ERROR] /incrementals-tools/lib/src/main/java/io/jenkins/tools/incrementals/lib/UpdateChecker.java:[239,126] status has private access in org.kohsuke.github.GHCompare
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1140) * An error was detected in line 239 which is making use of an outdated API. ``` java - 239 org.kohsuke.github.GitHub.connect().getRepository((ghc.owner + '/') + ghc.repo); + 239 getRepository(java.lang.String); ``` + +
+ +
+ *
+ Field status which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /incrementals-tools/lib/src/main/java/io/jenkins/tools/incrementals/lib/UpdateChecker.java:[239,126] status has private access in org.kohsuke.github.GHCompare
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1140) + * An error was detected in line 239 which is making use of an outdated API. + ``` java + 239 org.kohsuke.github.GitHub.connect().getRepository((ghc.owner + '/') + ghc.repo).getCompare(branch, ghc.hash).status; + ``` + +
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: ``` java - GHRepository getRepository(); + GHWorkflowRunQueryBuilder status(GHWorkflowRun$Status); ``` + ``` java + null; + ``` +
+ *
+ Field org.kohsuke.github.GitHub which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /incrementals-tools/lib/src/main/java/io/jenkins/tools/incrementals/lib/UpdateChecker.java:[239,126] status has private access in org.kohsuke.github.GHCompare
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1140) + * An error was detected in line 239 which is making use of an outdated API. + ``` java + 239 connect(); + ``` + +
+ +
+ *
+ Field org.kohsuke.github.GitHub which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /incrementals-tools/lib/src/main/java/io/jenkins/tools/incrementals/lib/UpdateChecker.java:[239,126] status has private access in org.kohsuke.github.GHCompare
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1140) + * An error was detected in line 239 which is making use of an outdated API. + ``` java + 239 org.kohsuke.github.GitHub; + ``` + +
+ +
+ *
+ Field org.kohsuke.github.GHRepository which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /incrementals-tools/lib/src/main/java/io/jenkins/tools/incrementals/lib/UpdateChecker.java:[239,126] status has private access in org.kohsuke.github.GHCompare
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1140) + * An error was detected in line 239 which is making use of an outdated API. + ``` java + 239 getCompare(java.lang.String,java.lang.String); + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/c0f6ab75784dbc13ae8ff47298704c0756cf3a2c.md b/Explanations/Compilation_Failures/c0f6ab75784dbc13ae8ff47298704c0756cf3a2c.md deleted file mode 100644 index 5ea5d73..0000000 --- a/Explanations/Compilation_Failures/c0f6ab75784dbc13ae8ff47298704c0756cf3a2c.md +++ /dev/null @@ -1,14 +0,0 @@ -CI detected that the dependency upgrade from version **sonarlint-core-8.15.0.65216** to **sonarlint-core-8.19.0.72745** 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. - * Method getEnabledLanguages() which has been removed in the new version of the dependency - - * The failure is identified from the logs generated in the build process. - - * >[[ERROR] /sorald/sorald/src/main/java/sorald/sonar/SonarLintEngine.java:[163,17] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1267) - * An error was detected in line 163 which is making use of an outdated API. - ``` java - 163 sorald.sonar.SonarLintEngine.globalConfig.getEnabledLanguages(); - ``` - - - diff --git a/Explanations/Compilation_Failures/c32185c43be158d32c7d13c5b816991954eb45fa.md b/Explanations/Compilation_Failures/c32185c43be158d32c7d13c5b816991954eb45fa.md index 97fef1a..de80567 100644 --- a/Explanations/Compilation_Failures/c32185c43be158d32c7d13c5b816991954eb45fa.md +++ b/Explanations/Compilation_Failures/c32185c43be158d32c7d13c5b816991954eb45fa.md @@ -1,42 +1,43 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.10.2** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **5** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2076) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2065) + * An error was detected in line 110 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - Event valueOf(String); + void setClassLoader(ClassLoader); ```
*
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency + Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2073) - * An error was detected in line 111 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2063) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 111 flyway.setLocations(prop.getProperty("flyway.locations")); + 108 new org.flywaydb.core.Flyway(); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setLocations(Location[]); - ```
*
Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency @@ -44,7 +45,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2067) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2064) * An error was detected in line 109 which is making use of an outdated API. ``` java 109 flyway.setDataSource(this.dataSource()); @@ -58,53 +61,35 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method getClassLoader() which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2070) - * An error was detected in line 110 which is making use of an outdated API. - ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); - ``` - -
- - To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` - ``` java - ClassLoader getClassLoader(); - ``` -
- *
- Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency + Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2070) - * An error was detected in line 110 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2066) + * An error was detected in line 111 which is making use of an outdated API. ``` java - 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); + 111 flyway.setLocations(prop.getProperty("flyway.locations")); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setClassLoader(ClassLoader); + void setLocations(Location[]); ```
*
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency + Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2076) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2067) * An error was detected in line 112 which is making use of an outdated API. ``` java 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); diff --git a/Explanations/Compilation_Failures/c3818c076f0c088d1d11b7812b880be579c19ec2.md b/Explanations/Compilation_Failures/c3818c076f0c088d1d11b7812b880be579c19ec2.md new file mode 100644 index 0000000..0dd412e --- /dev/null +++ b/Explanations/Compilation_Failures/c3818c076f0c088d1d11b7812b880be579c19ec2.md @@ -0,0 +1,9 @@ +CI detected that the dependency upgrade from version **hibernate-validator-5.4.3.Final** to **hibernate-validator-8.0.1.Final** 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. + * Class org.hibernate.validator.constraints.CompositionType which has been in the new version of the dependency + + * The failure is identified from the logs generated in the build process. + + + + diff --git a/Explanations/Compilation_Failures/c4950c79dfe902dae8991ff722216c7ba787bf32.md b/Explanations/Compilation_Failures/c4950c79dfe902dae8991ff722216c7ba787bf32.md new file mode 100644 index 0000000..3db8973 --- /dev/null +++ b/Explanations/Compilation_Failures/c4950c79dfe902dae8991ff722216c7ba787bf32.md @@ -0,0 +1,304 @@ +CI detected that the dependency upgrade from version **spring-core-5.3.19** to **spring-core-6.0.4** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **17** constructs which has been modified in the new version of the dependency. + *
+ Field org.springframework.util.concurrent.SettableListenableFuture which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Field org.springframework.util.concurrent.ListenableFutureCallback which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[22,43] cannot access org.springframework.util.concurrent.ListenableFutureCallback
     bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.4/spring-core-6.0.4.jar(/org/springframework/util/concurrent/ListenableFutureCallback.class) + class file has wrong version 61.0, should be 55.0 + Please remove or make sure it appears in the correct subdirectory of the classpath. +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:909) + * An error was detected in line 22 which is making use of an outdated API. + ``` java + 22 import org.springframework.util.concurrent.ListenableFutureCallback;; + ``` + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[22,45] cannot access org.springframework.core.task.support.TaskExecutorAdapter
     bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.4/spring-core-6.0.4.jar(/org/springframework/core/task/support/TaskExecutorAdapter.class) + class file has wrong version 61.0, should be 55.0 + Please remove or make sure it appears in the correct subdirectory of the classpath. +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:901) + * An error was detected in line 22 which is making use of an outdated API. + ``` java + 22 import org.springframework.util.concurrent.ListenableFutureCallback;; + ``` + +
+ +
+ *
+ Field org.springframework.core.task.AsyncListenableTaskExecutor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[21,37] cannot access org.springframework.core.task.AsyncListenableTaskExecutor
     bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.4/spring-core-6.0.4.jar(/org/springframework/core/task/AsyncListenableTaskExecutor.class) + class file has wrong version 61.0, should be 55.0 + Please remove or make sure it appears in the correct subdirectory of the classpath. +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:900) + * An error was detected in line 21 which is making use of an outdated API. + ``` java + 21 import org.springframework.core.task.AsyncListenableTaskExecutor;; + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.SettableListenableFuture which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[24,43] cannot access org.springframework.util.concurrent.SettableListenableFuture
     bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.4/spring-core-6.0.4.jar(/org/springframework/util/concurrent/SettableListenableFuture.class) + class file has wrong version 61.0, should be 55.0 + Please remove or make sure it appears in the correct subdirectory of the classpath. +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:903) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 import org.springframework.util.concurrent.SettableListenableFuture;; + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.ListenableFuture which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[37,41] cannot find symbol
     symbol: class ListenableFutureCallback + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:918) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 addCallback(org.springframework.util.concurrent.ListenableFutureCallback); + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.ListenableFuture which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[73,41] cannot find symbol
     symbol: class ListenableFutureCallback + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:921) + * An error was detected in line 73 which is making use of an outdated API. + ``` java + 73 addCallback(org.springframework.util.concurrent.ListenableFutureCallback); + ``` + +
+ +
+ *
+ Field org.springframework.core.task.AsyncListenableTaskExecutor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Field org.springframework.util.concurrent.SuccessCallback which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Field org.springframework.core.task.AsyncListenableTaskExecutor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Field org.springframework.util.concurrent.ListenableFuture which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[23,43] cannot access org.springframework.util.concurrent.ListenableFuture
     bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.4/spring-core-6.0.4.jar(/org/springframework/util/concurrent/ListenableFuture.class) + class file has wrong version 61.0, should be 55.0 + Please remove or make sure it appears in the correct subdirectory of the classpath. +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:902) + * An error was detected in line 23 which is making use of an outdated API. + ``` java + 23 import org.springframework.util.concurrent.ListenableFuture;; + ``` + +
+ +
+ *
+ Field org.springframework.core.task.AsyncListenableTaskExecutor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[35,44] cannot find symbol
     symbol: class ListenableFuture + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:912) + * An error was detected in line 35 which is making use of an outdated API. + ``` java + 35 executor; + ``` + +
+ +
+ *
+ Field org.springframework.core.task.AsyncListenableTaskExecutor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[31,62] cannot find symbol
     symbol: class TaskExecutorAdapter + location: class net.javacrumbs.futureconverter.common.test.spring.SpringOriginalFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:914) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 private final org.springframework.core.task.AsyncListenableTaskExecutor executor = new org.springframework.core.task.support.TaskExecutorAdapter(java.util.concurrent.Executors.newCachedThreadPool());; + ``` + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[31,19] cannot find symbol
     symbol: class AsyncListenableTaskExecutor + location: class net.javacrumbs.futureconverter.common.test.spring.SpringOriginalFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:905) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 private final org.springframework.core.task.AsyncListenableTaskExecutor executor = new org.springframework.core.task.support.TaskExecutorAdapter(java.util.concurrent.Executors.newCachedThreadPool());; + ``` + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[31,123] cannot find symbol
     symbol: class ListenableFuture +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:910) + * An error was detected in line 31 which is making use of an outdated API. + ``` java + 31 private final org.springframework.core.task.AsyncListenableTaskExecutor executor = new org.springframework.core.task.support.TaskExecutorAdapter(java.util.concurrent.Executors.newCachedThreadPool());; + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.FailureCallback which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Field org.springframework.core.task.AsyncListenableTaskExecutor which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[35,44] cannot find symbol
     symbol: class ListenableFuture + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:912) + * An error was detected in line 35 which is making use of an outdated API. + ``` java + 35 submitListenable(java.util.concurrent.Callable); + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.ListenableFutureCallback which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[32,19] cannot find symbol
     symbol: class ListenableFutureCallback + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:911) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 org.springframework.util.concurrent.ListenableFutureCallback.class; + ``` + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[32,68] cannot find symbol
     symbol: class ListenableFutureCallback + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:917) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 org.springframework.util.concurrent.ListenableFutureCallback.class; + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.SettableListenableFuture which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[45,9] cannot find symbol
     symbol: class SettableListenableFuture + location: class net.javacrumbs.futureconverter.common.test.spring.SpringOriginalFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:915) + * An error was detected in line 45 which is making use of an outdated API. + ``` java + 45 new org.springframework.util.concurrent.SettableListenableFuture<>(); + ``` + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringOriginalFutureTestHelper.java:[45,55] cannot find symbol
     symbol: class SettableListenableFuture + location: class net.javacrumbs.futureconverter.common.test.spring.SpringOriginalFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:916) + * An error was detected in line 45 which is making use of an outdated API. + ``` java + 45 new org.springframework.util.concurrent.SettableListenableFuture<>(); + ``` + +
+ +
+ *
+ Field org.springframework.util.concurrent.ListenableFutureCallback which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[32,19] cannot find symbol
     symbol: class ListenableFutureCallback + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:911) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 mock(java.lang.Class); + ``` + * >[[ERROR] /future-converter/common-test/src/main/java/net/javacrumbs/futureconverter/common/test/spring/SpringConvertedFutureTestHelper.java:[32,68] cannot find symbol
     symbol: class ListenableFutureCallback + location: class net.javacrumbs.futureconverter.common.test.spring.SpringConvertedFutureTestHelper +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:917) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 mock(java.lang.Class); + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/cb541fd65c7b9bbc3424ea927f1dab223261d156.md b/Explanations/Compilation_Failures/cb541fd65c7b9bbc3424ea927f1dab223261d156.md new file mode 100644 index 0000000..85d184f --- /dev/null +++ b/Explanations/Compilation_Failures/cb541fd65c7b9bbc3424ea927f1dab223261d156.md @@ -0,0 +1,38 @@ +CI detected that the dependency upgrade from version **hamcrest-library-1.3** to **hamcrest-library-2.2** 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. + *
+ Class org.hamcrest.Matchers which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-http/src/main/java/com/jcabi/http/mock/MkQueryMatchers.java:[34,20] cannot find symbol
     symbol: class Matchers + location: package org.hamcrest +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1849) + * An error was detected in line 34 which is making use of an outdated API. + ``` java + 34 import org.hamcrest.Matchers;; + ``` + +
+ +
+ *
+ Class org.hamcrest.Matchers which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jcabi-http/src/main/java/com/jcabi/http/response/RestResponse.java:[48,20] cannot find symbol
     symbol: class Matchers + location: package org.hamcrest +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1850) + * An error was detected in line 48 which is making use of an outdated API. + ``` java + 48 import org.hamcrest.Matchers;; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/cd5bb39f43e4570b875027073da3d4e43349ead1.md b/Explanations/Compilation_Failures/cd5bb39f43e4570b875027073da3d4e43349ead1.md new file mode 100644 index 0000000..36ebdec --- /dev/null +++ b/Explanations/Compilation_Failures/cd5bb39f43e4570b875027073da3d4e43349ead1.md @@ -0,0 +1,106 @@ +CI detected that the dependency upgrade from version **plexus-utils-3.5.1** to **plexus-utils-4.0.0** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. + *
+ Class org.codehaus.plexus.util.xml.Xpp3Dom which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method getChild(java.lang.String) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class org.codehaus.plexus.util.xml.Xpp3Dom which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class org.codehaus.plexus.util.xml.Xpp3Dom which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /pgpverify-maven-plugin/src/main/java/org/simplify4u/plugins/utils/MavenCompilerUtils.java:[99,45] cannot find symbol
     symbol: class Xpp3Dom + location: class org.simplify4u.plugins.utils.MavenCompilerUtils +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1453) + * An error was detected in line 99 which is making use of an outdated API. + ``` java + 99 org.codehaus.plexus.util.xml.Xpp3Dom node; + ``` + +
+ +
+ *
+ Class org.codehaus.plexus.util.xml.Xpp3Dom which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /pgpverify-maven-plugin/src/main/java/org/simplify4u/plugins/utils/MavenCompilerUtils.java:[21,36] package org.codehaus.plexus.util.xml does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1452) + * An error was detected in line 21 which is making use of an outdated API. + ``` java + 21 import org.codehaus.plexus.util.xml.Xpp3Dom;; + ``` + +
+ +
+ *
+ Class org.codehaus.plexus.util.xml.Xpp3Dom which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method getValue() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class org.codehaus.plexus.util.xml.Xpp3Dom which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class org.codehaus.plexus.util.xml.Xpp3Dom which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/d38182a8a0fe1ec039aed97e103864fce717a0be.md b/Explanations/Compilation_Failures/d38182a8a0fe1ec039aed97e103864fce717a0be.md index 96e99bf..1d914d6 100644 --- a/Explanations/Compilation_Failures/d38182a8a0fe1ec039aed97e103864fce717a0be.md +++ b/Explanations/Compilation_Failures/d38182a8a0fe1ec039aed97e103864fce717a0be.md @@ -1,21 +1,202 @@ CI detected that the dependency upgrade from version **http-v1.1.4** to **http-v1.2.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. - * Method name() which has been removed in the new version of the dependency +1. Your client utilizes **12** constructs which has been modified in the new version of the dependency. + *
+ Class com.artipie.http.auth.Authentication.User which has been removed in the new version of the dependency - * The failure is identified from the logs generated in the build process. + *
+ The failure is identified from the logs generated in the build process. - * >[[ERROR] /docker-adapter/src/test/java/com/artipie/docker/http/AuthTest.java:[353,60] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1209) + * >[[ERROR] /docker-adapter/src/test/java/com/artipie/docker/http/AuthScopeSliceTest.java:[57,62] cannot find symbol
     symbol: class User + location: interface com.artipie.http.auth.Authentication +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1212) + * An error was detected in line 57 which is making use of an outdated API. + ``` java + 57 new com.artipie.http.auth.Authentication.User("alice"); + ``` + +
+ +
+ *
+ Constructor com.artipie.http.auth.Authentication$User(java.lang.String) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /docker-adapter/src/test/java/com/artipie/docker/http/AuthScopeSliceTest.java:[57,62] cannot find symbol
     symbol: class User + location: interface com.artipie.http.auth.Authentication +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1212) + * An error was detected in line 57 which is making use of an outdated API. + ``` java + 57 new com.artipie.http.auth.Authentication.User("alice"); + ``` + +
+ +
+ *
+ Class com.artipie.http.auth.Authentication.User which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /docker-adapter/src/test/java/com/artipie/docker/http/AuthTest.java:[350,63] incompatible types: bad return type in lambda expression
     inference variable U has incompatible bounds + equality constraints: java.util.Optional + lower bounds: java.util.Optional +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1210) + * An error was detected in line 350 which is making use of an outdated API. + ``` java + 350 completedFuture(java.lang.Object); + ``` + +
+ +
+ *
+ Class com.artipie.http.auth.Authentication.User which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class com.artipie.http.auth.Authentication.User which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /docker-adapter/src/test/java/com/artipie/docker/http/AuthTest.java:[353,60] cannot find symbol
     symbol: class User + location: interface com.artipie.http.auth.Authentication +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1209) * An error was detected in line 353 which is making use of an outdated API. ``` java - 353 user.name(); + 353 new com.artipie.http.auth.Authentication.User(user.name()); + ``` + +
+ +
+ *
+ Class com.artipie.http.auth.Authentication.User which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /docker-adapter/src/test/java/com/artipie/docker/http/AuthTest.java:[353,60] cannot find symbol
     symbol: class User + location: interface com.artipie.http.auth.Authentication +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1209) + * An error was detected in line 353 which is making use of an outdated API. + ``` java + 353 new com.artipie.http.auth.Authentication.User(user.name()); + ``` + +
+ +
+ *
+ Class com.artipie.http.auth.Authentication.User which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /docker-adapter/src/test/java/com/artipie/docker/http/AuthScopeSliceTest.java:[57,62] cannot find symbol
     symbol: class User + location: interface com.artipie.http.auth.Authentication +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1212) + * An error was detected in line 57 which is making use of an outdated API. + ``` java + 57 new com.artipie.http.auth.Authentication.User("alice"); ``` + +
+ +
+ *
+ Constructor com.artipie.http.auth.Authentication$User(java.lang.String) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /docker-adapter/src/test/java/com/artipie/docker/http/AuthTest.java:[353,60] cannot find symbol
     symbol: class User + location: interface com.artipie.http.auth.Authentication +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1209) + * An error was detected in line 353 which is making use of an outdated API. + ``` java + 353 new com.artipie.http.auth.Authentication.User(user.name()); + ``` + +
+ +
+ *
+ Class com.artipie.http.auth.Authentication.User which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /docker-adapter/src/test/java/com/artipie/docker/http/AuthScopeSliceTest.java:[57,62] cannot find symbol
     symbol: class User + location: interface com.artipie.http.auth.Authentication +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1212) + * An error was detected in line 57 which is making use of an outdated API. + ``` java + 57 of(java.lang.Object); + ``` + +
+ +
+ *
+ Class com.artipie.http.auth.Authentication.User which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /docker-adapter/src/test/java/com/artipie/docker/http/AuthTest.java:[353,60] cannot find symbol
     symbol: class User + location: interface com.artipie.http.auth.Authentication +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1209) + * An error was detected in line 353 which is making use of an outdated API. + ``` java + 353 map(java.util.function.Function); + ``` + +
+ +
+ *
+ Class com.artipie.http.auth.Authentication.User which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /docker-adapter/src/test/java/com/artipie/docker/http/AuthTest.java:[353,60] cannot find symbol
     symbol: class User + location: interface com.artipie.http.auth.Authentication +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1209) + * An error was detected in line 353 which is making use of an outdated API. + ``` java + 353 user -> new com.artipie.http.auth.Authentication.User(user.name()); + ``` + +
+ +
+ *
+ Class com.artipie.http.auth.Authentication.User which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /docker-adapter/src/test/java/com/artipie/docker/http/AuthScopeSliceTest.java:[56,51] cannot find symbol
     symbol: class User + location: interface com.artipie.http.auth.Authentication +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1211) + * An error was detected in line 56 which is making use of an outdated API. + ``` java + 56 java.util.Optional; + ``` + +
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - String name(); - ``` - ``` java - String name(); - ``` +
diff --git a/Explanations/Compilation_Failures/d3af06df4613be146bb9f8034e1a8a3098050c82.md b/Explanations/Compilation_Failures/d3af06df4613be146bb9f8034e1a8a3098050c82.md index ed8993c..9c26bfc 100644 --- a/Explanations/Compilation_Failures/d3af06df4613be146bb9f8034e1a8a3098050c82.md +++ b/Explanations/Compilation_Failures/d3af06df4613be146bb9f8034e1a8a3098050c82.md @@ -1,12 +1,14 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v20130520** to **jetty-server-11.0.8** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **4** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. *
- Method getLocalPort() which has been removed in the new version of the dependency + Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:848) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:840) * An error was detected in line 80 which is making use of an outdated API. ``` java 80 httpConnector.getLocalPort(); @@ -14,50 +16,119 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - int getLocalPort(); - ``` +
+ *
+ Constructor org.eclipse.jetty.server.nio.SelectChannelConnector() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:838) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:838) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Method setSendServerVersion(boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol
     symbol: method setSendServerVersion(boolean) + location: variable server of type Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:836) + * An error was detected in line 33 which is making use of an outdated API. + ``` java + 33 this.server.setSendServerVersion(false); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - int getLocalPort(); + void setSendServerVersion(boolean); ```
*
- Method setSendDateHeader(boolean) which has been removed in the new version of the dependency + Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:839) - * An error was detected in line 34 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     symbol: method setPort(int) + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:839) + * An error was detected in line 37 which is making use of an outdated API. ``` java - 34 this.server.setSendDateHeader(true); + 37 this.httpConnector.setPort(port); + ``` + +
+ +
+ *
+ Method getLocalPort() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:840) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 httpConnector.getLocalPort(); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setSendDateHeader(boolean); + int getLocalPort(); ```
*
- Method setSendServerVersion(boolean) which has been removed in the new version of the dependency + Method setSendDateHeader(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:836) - * An error was detected in line 33 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol
     symbol: method setSendDateHeader(boolean) + location: variable server of type Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:837) + * An error was detected in line 34 which is making use of an outdated API. ``` java - 33 this.server.setSendServerVersion(false); + 34 this.server.setSendDateHeader(true); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setSendServerVersion(boolean); + void setSendDateHeader(boolean); ```
*
@@ -66,7 +137,9 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:845) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     symbol: method setPort(int) + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:839) * An error was detected in line 37 which is making use of an outdated API. ``` java 37 this.httpConnector.setPort(port); @@ -79,5 +152,22 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 void setPort(int); ```
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:838) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
diff --git a/Explanations/Compilation_Failures/d54b56b91c11f21b97d4903143b04b7c1f10c255.md b/Explanations/Compilation_Failures/d54b56b91c11f21b97d4903143b04b7c1f10c255.md index c21789c..9be670b 100644 --- a/Explanations/Compilation_Failures/d54b56b91c11f21b97d4903143b04b7c1f10c255.md +++ b/Explanations/Compilation_Failures/d54b56b91c11f21b97d4903143b04b7c1f10c255.md @@ -1,21 +1,136 @@ CI detected that the dependency upgrade from version **google-cloud-pubsublite-0.6.0** to **google-cloud-pubsublite-0.18.0** 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. - * Method of() which has been removed in the new version of the dependency +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. + *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency - * The failure is identified from the logs generated in the build process. + *
+ The failure is identified from the logs generated in the build process. - * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PublisherFactoryImpl.java:[53,17] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1114) - * An error was detected in line 53 which is making use of an outdated API. + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PublisherFactoryImpl.java:[36,20] cannot find symbol
     symbol: class PublishMetadata + location: class com.google.pubsublite.kafka.sink.PublisherFactoryImpl +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1098) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 com.google.cloud.pubsublite.internal.Publisher; + ``` + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method setContext(com.google.cloud.pubsublite.internal.wire.PubsubContext) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PubSubLiteSinkTask.java:[43,31] cannot find symbol
     symbol: class PublishMetadata + location: class com.google.pubsublite.kafka.sink.PubSubLiteSinkTask +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1101) + * An error was detected in line 43 which is making use of an outdated API. ``` java - 53 com.google.cloud.pubsublite.internal.wire.PubsubContext.of(com.google.pubsublite.kafka.sink.PublisherFactoryImpl.FRAMEWORK); + 43 com.google.cloud.pubsublite.internal.Publisher; ``` + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PublisherFactory.java:[24,13] cannot find symbol
     symbol: class PublishMetadata + location: interface com.google.pubsublite.kafka.sink.PublisherFactory +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1099) + * An error was detected in line 24 which is making use of an outdated API. + ``` java + 24 com.google.cloud.pubsublite.internal.Publisher; + ``` + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PublisherFactory.java:[18,35] cannot find symbol
     symbol: class PublishMetadata + location: package com.google.cloud.pubsublite +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1097) + * An error was detected in line 18 which is making use of an outdated API. + ``` java + 18 import com.google.cloud.pubsublite.PublishMetadata;; + ``` + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PublisherFactoryImpl.java:[20,35] cannot find symbol
     symbol: class PublishMetadata + location: package com.google.cloud.pubsublite +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1096) + * An error was detected in line 20 which is making use of an outdated API. + ``` java + 20 import com.google.cloud.pubsublite.PublishMetadata;; + ``` + +
+ +
+ *
+ Class com.google.cloud.pubsublite.PublishMetadata which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /java-pubsub-group-kafka-connector/src/main/java/com/google/pubsublite/kafka/sink/PubSubLiteSinkTask.java:[22,35] cannot find symbol
     symbol: class PublishMetadata + location: package com.google.cloud.pubsublite +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1100) + * An error was detected in line 22 which is making use of an outdated API. + ``` java + 22 import com.google.cloud.pubsublite.PublishMetadata;; + ``` + +
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - CloudRegion of(String); - ``` - ``` java - CloudRegionOrZone of(CloudRegion); - ``` +
diff --git a/Explanations/Compilation_Failures/dc9a40fde9a9fee5aaec3f60695385ba539406d4.md b/Explanations/Compilation_Failures/dc9a40fde9a9fee5aaec3f60695385ba539406d4.md new file mode 100644 index 0000000..bc46b8a --- /dev/null +++ b/Explanations/Compilation_Failures/dc9a40fde9a9fee5aaec3f60695385ba539406d4.md @@ -0,0 +1,14 @@ +CI detected that the dependency upgrade from version **dubbo-2.7.3** to **dubbo-2.7.21** 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. + * Class com.alibaba.dubbo.rpc.RpcContext which has been in the new version of the dependency + + * The failure is identified from the logs generated in the build process. + + * >[[ERROR] /arex-agent-java/arex-instrumentation/dubbo/arex-dubbo-apache-v2/src/main/java/io/arex/inst/dubbo/apache/v2/DubboConsumerExtractor.java:[43,47] incompatible types: org.apache.dubbo.rpc.AsyncRpcResult cannot be converted to java.util.concurrent.CompletableFuture
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:3060) + * An error was detected in line 43 which is making use of an outdated API. + ``` java + 43 org.apache.dubbo.rpc.RpcContext.getContext().setFuture(asyncRpcResult); + ``` + + + diff --git a/Explanations/Compilation_Failures/dc9f7910968cd0aa2090e390045ae053693e839a.md b/Explanations/Compilation_Failures/dc9f7910968cd0aa2090e390045ae053693e839a.md index aa4e363..8c65747 100644 --- a/Explanations/Compilation_Failures/dc9f7910968cd0aa2090e390045ae053693e839a.md +++ b/Explanations/Compilation_Failures/dc9f7910968cd0aa2090e390045ae053693e839a.md @@ -1,31 +1,35 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.8.3** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **5** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2076) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2064) + * An error was detected in line 109 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 109 flyway.setDataSource(this.dataSource()); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - Event valueOf(String); + void setDataSource(DataSource); ```
*
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency + Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2073) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2066) * An error was detected in line 111 which is making use of an outdated API. ``` java 111 flyway.setLocations(prop.getProperty("flyway.locations")); @@ -39,44 +43,42 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** ```
*
- Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency + Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2067) - * An error was detected in line 109 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2063) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 109 flyway.setDataSource(this.dataSource()); + 108 new org.flywaydb.core.Flyway(); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setDataSource(DataSource); - ```
*
- Method getClassLoader() which has been removed in the new version of the dependency + Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2070) - * An error was detected in line 110 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2067) + * An error was detected in line 112 which is making use of an outdated API. ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); + 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - ClassLoader getClassLoader(); + void setValidateOnMigrate(boolean); ```
*
@@ -85,7 +87,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2070) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2065) * An error was detected in line 110 which is making use of an outdated API. ``` java 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); @@ -98,24 +102,5 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** void setClassLoader(ClassLoader); ```
- *
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2076) - * An error was detected in line 112 which is making use of an outdated API. - ``` java - 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); - ``` - -
- - To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setValidateOnMigrate(boolean); - ``` -
diff --git a/Explanations/Compilation_Failures/e70bd198fa1e1d65f86e071b8ebdd021141cfa95.md b/Explanations/Compilation_Failures/e70bd198fa1e1d65f86e071b8ebdd021141cfa95.md deleted file mode 100644 index a7964ef..0000000 --- a/Explanations/Compilation_Failures/e70bd198fa1e1d65f86e071b8ebdd021141cfa95.md +++ /dev/null @@ -1,109 +0,0 @@ -CI detected that the dependency upgrade from version **tinspin-indexes-1.7.1** to **tinspin-indexes-2.0.1** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **4** instructions which has been modified in the new version of the dependency. - *
- Method size() which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_PointSet.java:[70,53] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2133) - * An error was detected in line 70 which is making use of an outdated API. - ``` java - 70 tree.size(); - ``` - -
- - To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - int size(); - ``` - ``` java - int size(); - ``` -
- *
- Method dist() which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_PointSet.java:[70,53] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2133) - * An error was detected in line 70 which is making use of an outdated API. - ``` java - 70 tree.query1NN(coords).dist(); - ``` - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_PointSet.java:[70,53] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2133) - * An error was detected in line 70 which is making use of an outdated API. - ``` java - 70 tree.query1NN(coords).dist(); - ``` - -
- - To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - double dist(double[],double[],double[]); - ``` - ``` java - double dist(double[],double[],double[]); - ``` -
- *
- Method create(int) which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_Meshing.java:[164,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2142) - * An error was detected in line 164 which is making use of an outdated API. - ``` java - 164 org.tinspin.index.kdtree.KDTree.create(2, (p1, p2) -> { - final double deltaX = p1[0] - p2[0]; - final double deltaY = p1[1] - p2[1]; - return java.lang.Math.sqrt((deltaX * deltaX) + (deltaY * deltaY)); -}); - ``` - -
- - To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - Index$PointEntry create(double[],Object); - ``` - ``` java - CoverTree create(int,double,PointDistance); - ``` -
- *
- Method query1NN(double[]) which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_CirclePacking.java:[226,31] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2136) - * An error was detected in line 226 which is making use of an outdated API. - ``` java - 226 tree.query1NN(new double[]{ p.x, p.y, largestR }); - ``` - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_CirclePacking.java:[226,31] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2136) - * An error was detected in line 226 which is making use of an outdated API. - ``` java - 226 tree.query1NN(new double[]{ p.x, p.y, largestR }); - ``` - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_PointSet.java:[70,53] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2133) - * An error was detected in line 70 which is making use of an outdated API. - ``` java - 70 tree.query1NN(coords); - ``` - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_PointSet.java:[70,53] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2133) - * An error was detected in line 70 which is making use of an outdated API. - ``` java - 70 tree.query1NN(coords); - ``` - -
- -
- - diff --git a/Explanations/Compilation_Failures/ea03f6488449fcfe8cd0a678b4c64891e1427a32.md b/Explanations/Compilation_Failures/ea03f6488449fcfe8cd0a678b4c64891e1427a32.md index fdce77a..24270c9 100644 --- a/Explanations/Compilation_Failures/ea03f6488449fcfe8cd0a678b4c64891e1427a32.md +++ b/Explanations/Compilation_Failures/ea03f6488449fcfe8cd0a678b4c64891e1427a32.md @@ -1,636 +1,4467 @@ CI detected that the dependency upgrade from version **jedis-3.9.0** to **jedis-4.3.2** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **3** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **135** constructs which has been modified in the new version of the dependency. *
- Method sendCommand(java.lang.String,java.lang.String) which has been removed in the new version of the dependency + Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[39,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1166) - * An error was detected in line 39 which is making use of an outdated API. - ``` java - 39 client.sendCommand(RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[39,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1166) - * An error was detected in line 39 which is making use of an outdated API. + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[57,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1062) + * An error was detected in line 57 which is making use of an outdated API. ``` java - 39 client.sendCommand(RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 57 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[57,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1172) - * An error was detected in line 57 which is making use of an outdated API. + +
+ +
+ *
+ Field redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[122,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1069) + * An error was detected in line 122 which is making use of an outdated API. ``` java - 57 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 122 getResponse(redis.clients.jedis.Builder); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[57,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1172) - * An error was detected in line 57 which is making use of an outdated API. + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[189,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1051) + * An error was detected in line 189 which is making use of an outdated API. ``` java - 57 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 189 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[78,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1178) - * An error was detected in line 78 which is making use of an outdated API. + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[146,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1047) + * An error was detected in line 146 which is making use of an outdated API. ``` java - 78 client.sendCommand(RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 146 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[78,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1178) - * An error was detected in line 78 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[189,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1051) + * An error was detected in line 189 which is making use of an outdated API. ``` java - 78 client.sendCommand(RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 189 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[100,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1184) - * An error was detected in line 100 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[121,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1068) + * An error was detected in line 121 which is making use of an outdated API. ``` java - 100 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 121 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[100,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1184) - * An error was detected in line 100 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[190,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1074) + * An error was detected in line 190 which is making use of an outdated API. ``` java - 100 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 190 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[121,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1190) - * An error was detected in line 121 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[189,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1051) + * An error was detected in line 189 which is making use of an outdated API. ``` java - 121 client.sendCommand(RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 189 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[121,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1190) - * An error was detected in line 121 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.commands.ScriptingCommandsPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[11,36] cannot find symbol
     symbol: class ScriptingCommandsPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1007) + * An error was detected in line 11 which is making use of an outdated API. ``` java - 121 client.sendCommand(RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 11 import redis.clients.jedis.commands.ScriptingCommandsPipeline;; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[141,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1196) - * An error was detected in line 141 which is making use of an outdated API. + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[11,36] cannot find symbol
     symbol: class ScriptingCommandsPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1024) + * An error was detected in line 11 which is making use of an outdated API. ``` java - 141 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 11 import redis.clients.jedis.commands.ScriptingCommandsPipeline;; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[141,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1196) - * An error was detected in line 141 which is making use of an outdated API. + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[146,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1047) + * An error was detected in line 146 which is making use of an outdated API. ``` java - 141 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 146 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[165,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1202) - * An error was detected in line 165 which is making use of an outdated API. + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.BinaryJedis which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[142,9] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.ContextedRedisGraph +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1057) + * An error was detected in line 142 which is making use of an outdated API. ``` java - 165 client.sendCommand(RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 142 getClient(); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[165,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1202) - * An error was detected in line 165 which is making use of an outdated API. + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[142,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1071) + * An error was detected in line 142 which is making use of an outdated API. ``` java - 165 client.sendCommand(RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 142 getClient(); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[190,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1208) - * An error was detected in line 190 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[157,9] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.ContextedRedisGraph +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1058) + * An error was detected in line 157 which is making use of an outdated API. ``` java - 190 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 157 redis.clients.jedis.Client client = jedis.getClient(); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[190,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1208) - * An error was detected in line 190 which is making use of an outdated API. + +
+ +
+ *
+ Method getClient() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[157,9] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.ContextedRedisGraph +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1058) + * An error was detected in line 157 which is making use of an outdated API. ``` java - 190 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 157 jedis.getClient(); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[246,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1214) - * An error was detected in line 246 which is making use of an outdated API. + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + Connection getClient(); + ``` +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[141,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1070) + * An error was detected in line 141 which is making use of an outdated API. ``` java - 246 client.sendCommand(RedisGraphCommand.DELETE, graphId); + 141 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[246,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1214) - * An error was detected in line 246 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[57,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1062) + * An error was detected in line 57 which is making use of an outdated API. ``` java - 246 client.sendCommand(RedisGraphCommand.DELETE, graphId); + 57 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[41,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1095) - * An error was detected in line 41 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[20,8] com.redislabs.redisgraph.impl.api.RedisGraphTransaction is not abstract and does not override abstract method execGetResponse() in com.redislabs.redisgraph.RedisGraphTransaction
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1036) + * An error was detected in line 20 which is making use of an outdated API. ``` java - 41 client.sendCommand(RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 20 /** + * An interface which aligned to Jedis transactional interface + */ +public interface RedisGraphTransaction extends redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline , redis.clients.jedis.commands.MultiKeyCommandsPipeline , redis.clients.jedis.commands.ClusterPipeline , redis.clients.jedis.commands.BinaryScriptingCommandsPipeline , redis.clients.jedis.commands.ScriptingCommandsPipeline , redis.clients.jedis.commands.BasicRedisPipeline , redis.clients.jedis.commands.BinaryRedisPipeline , redis.clients.jedis.commands.RedisPipeline , java.io.Closeable { + /** + * Execute a Cypher query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher read-only query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Execute a Cypher read-only query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Execute a Cypher query with arguments + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param args + * @return a response which builds the result set with the query answer. + * @deprecated use {@link #query(String, String, Map)} instead. + */ + @java.lang.Deprecated + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.lang.Object... args); + + /** + * Executes a cypher query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher read-only query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Executes a cypher read-only query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Invokes stored procedures without arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure); + + /** + * Invokes stored procedure with arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @param args + * procedure arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args); + + /** + * Invoke a stored procedure + * + * @param graphId + * a graph to perform the query on + * @param procedure + * - procedure to execute + * @param args + * - procedure arguments + * @param kwargs + * - procedure output arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args, java.util.Map> kwargs); + + /** + * Deletes the entire graph + * + * @param graphId + * graph to delete + * @return a response which builds the delete running time statistics + */ + redis.clients.jedis.Response deleteGraph(java.lang.String graphId); + + /** + * executes the transaction + * + * @return a list of the executed transaction commands answers, in case of successful transaction, null otherwise + */ + java.util.List exec(); + + /** + * If object is in transaction mode, + * flushes all previously queued commands in a transaction and restores the connection state to normal + */ + void clear(); + + /** + * + * @return */ + java.util.List> execGetResponse(); + + /** + * Flushes all previously queued commands in a transaction and restores the connection state to normal + */ + java.lang.String discard(); +}; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[41,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1095) + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[41,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1037) * An error was detected in line 41 which is making use of an outdated API. ``` java - 41 client.sendCommand(RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 41 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[59,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1101) - * An error was detected in line 59 which is making use of an outdated API. + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[57,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1062) + * An error was detected in line 57 which is making use of an outdated API. ``` java - 59 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 57 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[59,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1101) - * An error was detected in line 59 which is making use of an outdated API. + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.commands.BinaryRedisPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[5,36] cannot find symbol
     symbol: class BinaryRedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1018) + * An error was detected in line 5 which is making use of an outdated API. ``` java - 59 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 5 import redis.clients.jedis.commands.BinaryRedisPipeline;; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[80,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1107) - * An error was detected in line 80 which is making use of an outdated API. + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[5,36] cannot find symbol
     symbol: class BinaryRedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1001) + * An error was detected in line 5 which is making use of an outdated API. ``` java - 80 client.sendCommand(RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 5 import redis.clients.jedis.commands.BinaryRedisPipeline;; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[80,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1107) - * An error was detected in line 80 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[100,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1066) + * An error was detected in line 100 which is making use of an outdated API. ``` java - 80 client.sendCommand(RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 100 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[102,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1113) + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[102,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1067) * An error was detected in line 102 which is making use of an outdated API. ``` java - 102 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 102 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[102,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1113) + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[102,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1043) * An error was detected in line 102 which is making use of an outdated API. ``` java - 102 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[126,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1119) - * An error was detected in line 126 which is making use of an outdated API. - ``` java - 126 client.sendCommand(RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[126,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1119) - * An error was detected in line 126 which is making use of an outdated API. - ``` java - 126 client.sendCommand(RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 102 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[146,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1125) - * An error was detected in line 146 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.commands.RedisPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[10,36] cannot find symbol
     symbol: class RedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1023) + * An error was detected in line 10 which is making use of an outdated API. ``` java - 146 client.sendCommand(RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 10 import redis.clients.jedis.commands.RedisPipeline;; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[146,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1125) - * An error was detected in line 146 which is making use of an outdated API. + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[10,27] cannot find symbol
     symbol: class Client + location: package redis.clients.jedis +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1034) + * An error was detected in line 10 which is making use of an outdated API. ``` java - 146 client.sendCommand(RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 10 import redis.clients.jedis.commands.RedisPipeline;; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[166,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1131) - * An error was detected in line 166 which is making use of an outdated API. + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[10,27] cannot find symbol
     symbol: class Client + location: package redis.clients.jedis +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:999) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.commands.RedisPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[10,36] cannot find symbol
     symbol: class RedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1006) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.commands.RedisPipeline;; + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[102,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1067) + * An error was detected in line 102 which is making use of an outdated API. + ``` java + 102 client; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[102,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1043) + * An error was detected in line 102 which is making use of an outdated API. + ``` java + 102 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[26,68] no suitable constructor found for Pipeline(no arguments)
     constructor redis.clients.jedis.Pipeline.Pipeline(redis.clients.jedis.Connection) is not applicable + (actual and formal argument lists differ in length) + constructor redis.clients.jedis.Pipeline.Pipeline(redis.clients.jedis.Jedis) is not applicable + (actual and formal argument lists differ in length) +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1059) + * An error was detected in line 26 which is making use of an outdated API. + ``` java + 26 redis.clients.jedis.Client client; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[26,34] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1016) + * An error was detected in line 26 which is making use of an outdated API. + ``` java + 26 redis.clients.jedis.Client client; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[26,31] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1035) + * An error was detected in line 26 which is making use of an outdated API. + ``` java + 26 redis.clients.jedis.Client client; + ``` + +
+ +
+ *
+ Constructor redis.clients.jedis.Transaction(redis.clients.jedis.Client) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[146,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1047) + * An error was detected in line 146 which is making use of an outdated API. ``` java - 166 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 146 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[166,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1131) + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[166,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1049) * An error was detected in line 166 which is making use of an outdated API. ``` java - 166 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + 166 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[189,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1137) - * An error was detected in line 189 which is making use of an outdated API. + +
+ +
+ *
+ Method getClient() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[142,9] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.ContextedRedisGraph +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1057) + * An error was detected in line 142 which is making use of an outdated API. ``` java - 189 client.sendCommand(RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 142 jedis.getClient(); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[189,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1137) - * An error was detected in line 189 which is making use of an outdated API. + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[142,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1071) + * An error was detected in line 142 which is making use of an outdated API. ``` java - 189 client.sendCommand(RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 142 jedis.getClient(); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[213,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1143) + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + Connection getClient(); + ``` +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[213,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1053) * An error was detected in line 213 which is making use of an outdated API. ``` java - 213 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 213 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + ``` + +
+ +
+ *
+ Field redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[40,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1061) + * An error was detected in line 40 which is making use of an outdated API. + ``` java + 40 getResponse(redis.clients.jedis.Builder); + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[100,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1066) + * An error was detected in line 100 which is making use of an outdated API. + ``` java + 100 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Field redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[193,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1075) + * An error was detected in line 193 which is making use of an outdated API. + ``` java + 193 getResponse(redis.clients.jedis.Builder); + ``` + +
+ +
+ *
+ Field redis.clients.jedis.Jedis which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[142,9] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.ContextedRedisGraph +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1057) + * An error was detected in line 142 which is making use of an outdated API. + ``` java + 142 jedis; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[142,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1071) + * An error was detected in line 142 which is making use of an outdated API. + ``` java + 142 jedis; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[265,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1055) + * An error was detected in line 265 which is making use of an outdated API. + ``` java + 265 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[213,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1143) + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[213,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1053) * An error was detected in line 213 which is making use of an outdated API. ``` java - 213 client.sendCommand(RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + 213 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[80,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1041) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 client; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[80,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1065) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[39,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1060) + * An error was detected in line 39 which is making use of an outdated API. + ``` java + 39 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.MultiKeyCommandsPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[9,36] cannot find symbol
     symbol: class MultiKeyCommandsPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1005) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import redis.clients.jedis.commands.MultiKeyCommandsPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[9,36] cannot find symbol
     symbol: class MultiKeyCommandsPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1022) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import redis.clients.jedis.commands.MultiKeyCommandsPipeline;; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.BasicRedisPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[4,36] cannot find symbol
     symbol: class BasicRedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1017) + * An error was detected in line 4 which is making use of an outdated API. + ``` java + 4 import redis.clients.jedis.commands.BasicRedisPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[4,36] cannot find symbol
     symbol: class BasicRedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1000) + * An error was detected in line 4 which is making use of an outdated API. + ``` java + 4 import redis.clients.jedis.commands.BasicRedisPipeline;; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[20,8] com.redislabs.redisgraph.impl.api.RedisGraphTransaction is not abstract and does not override abstract method execGetResponse() in com.redislabs.redisgraph.RedisGraphTransaction
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1036) + * An error was detected in line 20 which is making use of an outdated API. + ``` java + 20 /** + * An interface which aligned to Jedis Pipeline interface + */ +public interface RedisGraphPipeline extends redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline , redis.clients.jedis.commands.MultiKeyCommandsPipeline , redis.clients.jedis.commands.ClusterPipeline , redis.clients.jedis.commands.BinaryScriptingCommandsPipeline , redis.clients.jedis.commands.ScriptingCommandsPipeline , redis.clients.jedis.commands.BasicRedisPipeline , redis.clients.jedis.commands.BinaryRedisPipeline , redis.clients.jedis.commands.RedisPipeline , java.io.Closeable { + /** + * Execute a Cypher query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher read-only query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Execute a Cypher read-only query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Executes a cypher query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher read-only query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Executes a cypher read-only query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Invokes stored procedures without arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure); + + /** + * Invokes stored procedure with arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @param args + * procedure arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args); + + /** + * Invoke a stored procedure + * + * @param graphId + * a graph to perform the query on + * @param procedure + * - procedure to execute + * @param args + * - procedure arguments + * @param kwargs + * - procedure output arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args, java.util.Map> kwargs); + + /** + * Deletes the entire graph + * + * @param graphId + * graph to delete + * @return a response which builds the delete running time statistics + */ + redis.clients.jedis.Response deleteGraph(java.lang.String graphId); + + /** + * Synchronize pipeline by reading all responses. This operation close the pipeline. Whenever + * possible try to avoid using this version and use Pipeline.sync() as it won't go through all the + * responses and generate the right response type (usually it is a waste of time). + * + * @return A list of all the responses in the order you executed them. + */ + java.util.List syncAndReturnAll(); + + /** + * Synchronize pipeline by reading all responses. This operation close the pipeline. In order to + * get return values from pipelined commands, capture the different Response<?> of the + * commands you execute. + */ + public void sync(); + + /** + * Blocks until all the previous write commands are successfully transferred and acknowledged by + * at least the specified number of replicas. If the timeout, specified in milliseconds, is + * reached, the command returns even if the specified number of replicas were not yet reached. + * + * @param replicas + * successfully transferred and acknowledged by at least the specified number of + * replicas + * @param timeout + * the time to block in milliseconds, a timeout of 0 means to block forever + * @return the number of replicas reached by all the writes performed in the context of the + current connection + */ + public redis.clients.jedis.Response waitReplicas(int replicas, long timeout); +}; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[10,36] cannot find symbol
     symbol: class RedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1023) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.Client;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[10,27] cannot find symbol
     symbol: class Client + location: package redis.clients.jedis +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1034) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.Client;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[10,27] cannot find symbol
     symbol: class Client + location: package redis.clients.jedis +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:999) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.Client;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[10,36] cannot find symbol
     symbol: class RedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1006) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.Client;; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.RedisPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[10,36] cannot find symbol
     symbol: class RedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1023) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.commands.RedisPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[10,27] cannot find symbol
     symbol: class Client + location: package redis.clients.jedis +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1034) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.commands.RedisPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[10,27] cannot find symbol
     symbol: class Client + location: package redis.clients.jedis +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:999) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.commands.RedisPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[10,36] cannot find symbol
     symbol: class RedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1006) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.commands.RedisPipeline;; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[126,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1045) + * An error was detected in line 126 which is making use of an outdated API. + ``` java + 126 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[39,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1060) + * An error was detected in line 39 which is making use of an outdated API. + ``` java + 39 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[59,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1039) + * An error was detected in line 59 which is making use of an outdated API. + ``` java + 59 client; + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[246,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1076) + * An error was detected in line 246 which is making use of an outdated API. + ``` java + 246 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.commands.BinaryScriptingCommandsPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[20,8] com.redislabs.redisgraph.impl.api.RedisGraphTransaction is not abstract and does not override abstract method execGetResponse() in com.redislabs.redisgraph.RedisGraphTransaction
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1036) + * An error was detected in line 20 which is making use of an outdated API. + ``` java + 20 /** + * An interface which aligned to Jedis transactional interface + */ +public interface RedisGraphTransaction extends redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline , redis.clients.jedis.commands.MultiKeyCommandsPipeline , redis.clients.jedis.commands.ClusterPipeline , redis.clients.jedis.commands.BinaryScriptingCommandsPipeline , redis.clients.jedis.commands.ScriptingCommandsPipeline , redis.clients.jedis.commands.BasicRedisPipeline , redis.clients.jedis.commands.BinaryRedisPipeline , redis.clients.jedis.commands.RedisPipeline , java.io.Closeable { + /** + * Execute a Cypher query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher read-only query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Execute a Cypher read-only query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Execute a Cypher query with arguments + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param args + * @return a response which builds the result set with the query answer. + * @deprecated use {@link #query(String, String, Map)} instead. + */ + @java.lang.Deprecated + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.lang.Object... args); + + /** + * Executes a cypher query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher read-only query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Executes a cypher read-only query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Invokes stored procedures without arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure); + + /** + * Invokes stored procedure with arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @param args + * procedure arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args); + + /** + * Invoke a stored procedure + * + * @param graphId + * a graph to perform the query on + * @param procedure + * - procedure to execute + * @param args + * - procedure arguments + * @param kwargs + * - procedure output arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args, java.util.Map> kwargs); + + /** + * Deletes the entire graph + * + * @param graphId + * graph to delete + * @return a response which builds the delete running time statistics + */ + redis.clients.jedis.Response deleteGraph(java.lang.String graphId); + + /** + * executes the transaction + * + * @return a list of the executed transaction commands answers, in case of successful transaction, null otherwise + */ + java.util.List exec(); + + /** + * If object is in transaction mode, + * flushes all previously queued commands in a transaction and restores the connection state to normal + */ + void clear(); + + /** + * + * @return */ + java.util.List> execGetResponse(); + + /** + * Flushes all previously queued commands in a transaction and restores the connection state to normal + */ + java.lang.String discard(); +}; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.ClusterPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[20,8] com.redislabs.redisgraph.impl.api.RedisGraphTransaction is not abstract and does not override abstract method execGetResponse() in com.redislabs.redisgraph.RedisGraphTransaction
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1036) + * An error was detected in line 20 which is making use of an outdated API. + ``` java + 20 /** + * An interface which aligned to Jedis Pipeline interface + */ +public interface RedisGraphPipeline extends redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline , redis.clients.jedis.commands.MultiKeyCommandsPipeline , redis.clients.jedis.commands.ClusterPipeline , redis.clients.jedis.commands.BinaryScriptingCommandsPipeline , redis.clients.jedis.commands.ScriptingCommandsPipeline , redis.clients.jedis.commands.BasicRedisPipeline , redis.clients.jedis.commands.BinaryRedisPipeline , redis.clients.jedis.commands.RedisPipeline , java.io.Closeable { + /** + * Execute a Cypher query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher read-only query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Execute a Cypher read-only query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Executes a cypher query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher read-only query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Executes a cypher read-only query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Invokes stored procedures without arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure); + + /** + * Invokes stored procedure with arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @param args + * procedure arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args); + + /** + * Invoke a stored procedure + * + * @param graphId + * a graph to perform the query on + * @param procedure + * - procedure to execute + * @param args + * - procedure arguments + * @param kwargs + * - procedure output arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args, java.util.Map> kwargs); + + /** + * Deletes the entire graph + * + * @param graphId + * graph to delete + * @return a response which builds the delete running time statistics + */ + redis.clients.jedis.Response deleteGraph(java.lang.String graphId); + + /** + * Synchronize pipeline by reading all responses. This operation close the pipeline. Whenever + * possible try to avoid using this version and use Pipeline.sync() as it won't go through all the + * responses and generate the right response type (usually it is a waste of time). + * + * @return A list of all the responses in the order you executed them. + */ + java.util.List syncAndReturnAll(); + + /** + * Synchronize pipeline by reading all responses. This operation close the pipeline. In order to + * get return values from pipelined commands, capture the different Response<?> of the + * commands you execute. + */ + public void sync(); + + /** + * Blocks until all the previous write commands are successfully transferred and acknowledged by + * at least the specified number of replicas. If the timeout, specified in milliseconds, is + * reached, the command returns even if the specified number of replicas were not yet reached. + * + * @param replicas + * successfully transferred and acknowledged by at least the specified number of + * replicas + * @param timeout + * the time to block in milliseconds, a timeout of 0 means to block forever + * @return the number of replicas reached by all the writes performed in the context of the + current connection + */ + public redis.clients.jedis.Response waitReplicas(int replicas, long timeout); +}; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[59,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1039) + * An error was detected in line 59 which is making use of an outdated API. + ``` java + 59 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[165,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1072) + * An error was detected in line 165 which is making use of an outdated API. + ``` java + 165 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[126,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1045) + * An error was detected in line 126 which is making use of an outdated API. + ``` java + 126 client; + ``` + +
+ +
+ *
+ Field redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[247,38] cannot find symbol
     symbol: method getResponse(redis.clients.jedis.Builder) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1077) + * An error was detected in line 247 which is making use of an outdated API. + ``` java + 247 getResponse(redis.clients.jedis.Builder); + ``` + +
+ +
+ *
+ Field redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[80,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1041) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 getResponse(redis.clients.jedis.Builder); + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[80,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1065) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 getResponse(redis.clients.jedis.Builder); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[126,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1045) + * An error was detected in line 126 which is making use of an outdated API. + ``` java + 126 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[26,68] no suitable constructor found for Pipeline(no arguments)
     constructor redis.clients.jedis.Pipeline.Pipeline(redis.clients.jedis.Connection) is not applicable + (actual and formal argument lists differ in length) + constructor redis.clients.jedis.Pipeline.Pipeline(redis.clients.jedis.Jedis) is not applicable + (actual and formal argument lists differ in length) +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1059) + * An error was detected in line 26 which is making use of an outdated API. + ``` java + 26 redis.clients.jedis.Client client; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[26,34] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1016) + * An error was detected in line 26 which is making use of an outdated API. + ``` java + 26 redis.clients.jedis.Client client; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[26,31] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1035) + * An error was detected in line 26 which is making use of an outdated API. + ``` java + 26 redis.clients.jedis.Client client; + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[126,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1045) + * An error was detected in line 126 which is making use of an outdated API. + ``` java + 126 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[141,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1070) + * An error was detected in line 141 which is making use of an outdated API. + ``` java + 141 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.ClusterPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[20,8] com.redislabs.redisgraph.impl.api.RedisGraphTransaction is not abstract and does not override abstract method execGetResponse() in com.redislabs.redisgraph.RedisGraphTransaction
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1036) + * An error was detected in line 20 which is making use of an outdated API. + ``` java + 20 /** + * An interface which aligned to Jedis transactional interface + */ +public interface RedisGraphTransaction extends redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline , redis.clients.jedis.commands.MultiKeyCommandsPipeline , redis.clients.jedis.commands.ClusterPipeline , redis.clients.jedis.commands.BinaryScriptingCommandsPipeline , redis.clients.jedis.commands.ScriptingCommandsPipeline , redis.clients.jedis.commands.BasicRedisPipeline , redis.clients.jedis.commands.BinaryRedisPipeline , redis.clients.jedis.commands.RedisPipeline , java.io.Closeable { + /** + * Execute a Cypher query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher read-only query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Execute a Cypher read-only query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Execute a Cypher query with arguments + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param args + * @return a response which builds the result set with the query answer. + * @deprecated use {@link #query(String, String, Map)} instead. + */ + @java.lang.Deprecated + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.lang.Object... args); + + /** + * Executes a cypher query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher read-only query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Executes a cypher read-only query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Invokes stored procedures without arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure); + + /** + * Invokes stored procedure with arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @param args + * procedure arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args); + + /** + * Invoke a stored procedure + * + * @param graphId + * a graph to perform the query on + * @param procedure + * - procedure to execute + * @param args + * - procedure arguments + * @param kwargs + * - procedure output arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args, java.util.Map> kwargs); + + /** + * Deletes the entire graph + * + * @param graphId + * graph to delete + * @return a response which builds the delete running time statistics + */ + redis.clients.jedis.Response deleteGraph(java.lang.String graphId); + + /** + * executes the transaction + * + * @return a list of the executed transaction commands answers, in case of successful transaction, null otherwise + */ + java.util.List exec(); + + /** + * If object is in transaction mode, + * flushes all previously queued commands in a transaction and restores the connection state to normal + */ + void clear(); + + /** + * + * @return */ + java.util.List> execGetResponse(); + + /** + * Flushes all previously queued commands in a transaction and restores the connection state to normal + */ + java.lang.String discard(); +}; + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[59,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1039) + * An error was detected in line 59 which is making use of an outdated API. + ``` java + 59 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.Jedis which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[142,9] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.ContextedRedisGraph +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1057) + * An error was detected in line 142 which is making use of an outdated API. + ``` java + 142 jedis.getClient(); + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[142,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1071) + * An error was detected in line 142 which is making use of an outdated API. + ``` java + 142 jedis.getClient(); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[102,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1067) + * An error was detected in line 102 which is making use of an outdated API. + ``` java + 102 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[102,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1043) + * An error was detected in line 102 which is making use of an outdated API. + ``` java + 102 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[142,9] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.ContextedRedisGraph +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1057) + * An error was detected in line 142 which is making use of an outdated API. + ``` java + 142 redis.clients.jedis.Client client = jedis.getClient(); + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[142,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1071) + * An error was detected in line 142 which is making use of an outdated API. + ``` java + 142 redis.clients.jedis.Client client = jedis.getClient(); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[78,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1064) + * An error was detected in line 78 which is making use of an outdated API. + ``` java + 78 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[8,36] cannot find symbol
     symbol: class MultiKeyBinaryRedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1004) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[8,36] cannot find symbol
     symbol: class MultiKeyBinaryRedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1021) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline;; + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[39,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1060) + * An error was detected in line 39 which is making use of an outdated API. + ``` java + 39 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[246,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1076) + * An error was detected in line 246 which is making use of an outdated API. + ``` java + 246 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[8,36] cannot find symbol
     symbol: class MultiKeyBinaryRedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1004) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[8,36] cannot find symbol
     symbol: class MultiKeyBinaryRedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1021) + * An error was detected in line 8 which is making use of an outdated API. + ``` java + 8 import redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline;; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[78,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1064) + * An error was detected in line 78 which is making use of an outdated API. + ``` java + 78 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + ``` + +
+ +
+ *
+ Field redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[102,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1067) + * An error was detected in line 102 which is making use of an outdated API. + ``` java + 102 getResponse(redis.clients.jedis.Builder); + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[102,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1043) + * An error was detected in line 102 which is making use of an outdated API. + ``` java + 102 getResponse(redis.clients.jedis.Builder); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[246,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1076) + * An error was detected in line 246 which is making use of an outdated API. + ``` java + 246 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.DELETE, graphId); + ``` + +
+ +
+ *
+ Field redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[58,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1063) + * An error was detected in line 58 which is making use of an outdated API. + ``` java + 58 getResponse(redis.clients.jedis.Builder); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[213,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1053) + * An error was detected in line 213 which is making use of an outdated API. + ``` java + 213 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.BinaryJedis which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[157,9] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.ContextedRedisGraph +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1058) + * An error was detected in line 157 which is making use of an outdated API. + ``` java + 157 getClient(); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.ScriptingCommandsPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[11,36] cannot find symbol
     symbol: class ScriptingCommandsPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1007) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import redis.clients.jedis.commands.ScriptingCommandsPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[11,36] cannot find symbol
     symbol: class ScriptingCommandsPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1024) + * An error was detected in line 11 which is making use of an outdated API. + ``` java + 11 import redis.clients.jedis.commands.ScriptingCommandsPipeline;; + ``` + +
+ +
+ *
+ Field redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[41,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1037) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 client; + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[166,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1049) + * An error was detected in line 166 which is making use of an outdated API. + ``` java + 166 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[100,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1066) + * An error was detected in line 100 which is making use of an outdated API. + ``` java + 100 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[189,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1051) + * An error was detected in line 189 which is making use of an outdated API. + ``` java + 189 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[100,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1066) + * An error was detected in line 100 which is making use of an outdated API. + ``` java + 100 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[146,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1047) + * An error was detected in line 146 which is making use of an outdated API. + ``` java + 146 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[121,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1068) + * An error was detected in line 121 which is making use of an outdated API. + ``` java + 121 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[12,27] cannot find symbol
     symbol: class Client + location: package redis.clients.jedis +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1033) + * An error was detected in line 12 which is making use of an outdated API. + ``` java + 12 import redis.clients.jedis.Client;; + ``` + +
+ +
+ *
+ Field redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[10,36] cannot find symbol
     symbol: class RedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1023) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.Client;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[10,27] cannot find symbol
     symbol: class Client + location: package redis.clients.jedis +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1034) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.Client;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[10,27] cannot find symbol
     symbol: class Client + location: package redis.clients.jedis +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:999) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.Client;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[10,36] cannot find symbol
     symbol: class RedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1006) + * An error was detected in line 10 which is making use of an outdated API. + ``` java + 10 import redis.clients.jedis.Client;; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[57,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1062) + * An error was detected in line 57 which is making use of an outdated API. + ``` java + 57 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[190,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1074) + * An error was detected in line 190 which is making use of an outdated API. + ``` java + 190 client; + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[190,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1074) + * An error was detected in line 190 which is making use of an outdated API. + ``` java + 190 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[213,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1053) + * An error was detected in line 213 which is making use of an outdated API. + ``` java + 213 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.BinaryScriptingCommandsPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[6,36] cannot find symbol
     symbol: class BinaryScriptingCommandsPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1019) + * An error was detected in line 6 which is making use of an outdated API. + ``` java + 6 import redis.clients.jedis.commands.BinaryScriptingCommandsPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[6,36] cannot find symbol
     symbol: class BinaryScriptingCommandsPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1002) + * An error was detected in line 6 which is making use of an outdated API. + ``` java + 6 import redis.clients.jedis.commands.BinaryScriptingCommandsPipeline;; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[39,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1060) + * An error was detected in line 39 which is making use of an outdated API. + ``` java + 39 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.ClusterPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[7,36] cannot find symbol
     symbol: class ClusterPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1003) + * An error was detected in line 7 which is making use of an outdated API. + ``` java + 7 import redis.clients.jedis.commands.ClusterPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[7,36] cannot find symbol
     symbol: class ClusterPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1020) + * An error was detected in line 7 which is making use of an outdated API. + ``` java + 7 import redis.clients.jedis.commands.ClusterPipeline;; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[166,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1049) + * An error was detected in line 166 which is making use of an outdated API. + ``` java + 166 client; + ``` + +
+ +
+ *
+ Field redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[167,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1073) + * An error was detected in line 167 which is making use of an outdated API. + ``` java + 167 getResponse(redis.clients.jedis.Builder); + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[167,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1050) + * An error was detected in line 167 which is making use of an outdated API. + ``` java + 167 getResponse(redis.clients.jedis.Builder); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Jedis which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[157,9] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.ContextedRedisGraph +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1058) + * An error was detected in line 157 which is making use of an outdated API. + ``` java + 157 jedis.getClient(); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.MultiKeyCommandsPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[9,36] cannot find symbol
     symbol: class MultiKeyCommandsPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1005) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import redis.clients.jedis.commands.MultiKeyCommandsPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[9,36] cannot find symbol
     symbol: class MultiKeyCommandsPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1022) + * An error was detected in line 9 which is making use of an outdated API. + ``` java + 9 import redis.clients.jedis.commands.MultiKeyCommandsPipeline;; + ``` + +
+ +
+ *
+ Method setClient(redis.clients.jedis.Client) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Field redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[26,68] no suitable constructor found for Pipeline(no arguments)
     constructor redis.clients.jedis.Pipeline.Pipeline(redis.clients.jedis.Connection) is not applicable + (actual and formal argument lists differ in length) + constructor redis.clients.jedis.Pipeline.Pipeline(redis.clients.jedis.Jedis) is not applicable + (actual and formal argument lists differ in length) +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1059) + * An error was detected in line 26 which is making use of an outdated API. + ``` java + 26 { + super.setClient(client); + this.redisGraph = redisGraph; +}; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[26,34] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1016) + * An error was detected in line 26 which is making use of an outdated API. + ``` java + 26 { + super.setClient(client); + this.redisGraph = redisGraph; +}; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[26,31] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1035) + * An error was detected in line 26 which is making use of an outdated API. + ``` java + 26 { + super.setClient(client); + this.redisGraph = redisGraph; +}; + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[41,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1037) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Field redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[142,9] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.ContextedRedisGraph +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1057) + * An error was detected in line 142 which is making use of an outdated API. + ``` java + 142 getResponse(redis.clients.jedis.Builder); + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[142,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1071) + * An error was detected in line 142 which is making use of an outdated API. + ``` java + 142 getResponse(redis.clients.jedis.Builder); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.BasicRedisPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[20,8] com.redislabs.redisgraph.impl.api.RedisGraphTransaction is not abstract and does not override abstract method execGetResponse() in com.redislabs.redisgraph.RedisGraphTransaction
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1036) + * An error was detected in line 20 which is making use of an outdated API. + ``` java + 20 /** + * An interface which aligned to Jedis Pipeline interface + */ +public interface RedisGraphPipeline extends redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline , redis.clients.jedis.commands.MultiKeyCommandsPipeline , redis.clients.jedis.commands.ClusterPipeline , redis.clients.jedis.commands.BinaryScriptingCommandsPipeline , redis.clients.jedis.commands.ScriptingCommandsPipeline , redis.clients.jedis.commands.BasicRedisPipeline , redis.clients.jedis.commands.BinaryRedisPipeline , redis.clients.jedis.commands.RedisPipeline , java.io.Closeable { + /** + * Execute a Cypher query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher read-only query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Execute a Cypher read-only query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Executes a cypher query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher read-only query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Executes a cypher read-only query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Invokes stored procedures without arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure); + + /** + * Invokes stored procedure with arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @param args + * procedure arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args); + + /** + * Invoke a stored procedure + * + * @param graphId + * a graph to perform the query on + * @param procedure + * - procedure to execute + * @param args + * - procedure arguments + * @param kwargs + * - procedure output arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args, java.util.Map> kwargs); + + /** + * Deletes the entire graph + * + * @param graphId + * graph to delete + * @return a response which builds the delete running time statistics + */ + redis.clients.jedis.Response deleteGraph(java.lang.String graphId); + + /** + * Synchronize pipeline by reading all responses. This operation close the pipeline. Whenever + * possible try to avoid using this version and use Pipeline.sync() as it won't go through all the + * responses and generate the right response type (usually it is a waste of time). + * + * @return A list of all the responses in the order you executed them. + */ + java.util.List syncAndReturnAll(); + + /** + * Synchronize pipeline by reading all responses. This operation close the pipeline. In order to + * get return values from pipelined commands, capture the different Response<?> of the + * commands you execute. + */ + public void sync(); + + /** + * Blocks until all the previous write commands are successfully transferred and acknowledged by + * at least the specified number of replicas. If the timeout, specified in milliseconds, is + * reached, the command returns even if the specified number of replicas were not yet reached. + * + * @param replicas + * successfully transferred and acknowledged by at least the specified number of + * replicas + * @param timeout + * the time to block in milliseconds, a timeout of 0 means to block forever + * @return the number of replicas reached by all the writes performed in the context of the + current connection + */ + public redis.clients.jedis.Response waitReplicas(int replicas, long timeout); +}; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.ClusterPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[7,36] cannot find symbol
     symbol: class ClusterPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1003) + * An error was detected in line 7 which is making use of an outdated API. + ``` java + 7 import redis.clients.jedis.commands.ClusterPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[7,36] cannot find symbol
     symbol: class ClusterPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1020) + * An error was detected in line 7 which is making use of an outdated API. + ``` java + 7 import redis.clients.jedis.commands.ClusterPipeline;; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[80,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1041) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[80,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1065) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.BinaryScriptingCommandsPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[6,36] cannot find symbol
     symbol: class BinaryScriptingCommandsPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1019) + * An error was detected in line 6 which is making use of an outdated API. + ``` java + 6 import redis.clients.jedis.commands.BinaryScriptingCommandsPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[6,36] cannot find symbol
     symbol: class BinaryScriptingCommandsPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1002) + * An error was detected in line 6 which is making use of an outdated API. + ``` java + 6 import redis.clients.jedis.commands.BinaryScriptingCommandsPipeline;; + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[141,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1070) + * An error was detected in line 141 which is making use of an outdated API. + ``` java + 141 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[41,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1037) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[165,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1072) + * An error was detected in line 165 which is making use of an outdated API. + ``` java + 165 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Field redis.clients.jedis.Jedis which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[157,9] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.ContextedRedisGraph +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1058) + * An error was detected in line 157 which is making use of an outdated API. + ``` java + 157 jedis; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[166,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1049) + * An error was detected in line 166 which is making use of an outdated API. + ``` java + 166 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[165,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1072) + * An error was detected in line 165 which is making use of an outdated API. + ``` java + 165 client; + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[80,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1041) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 client; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[80,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1065) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[80,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1041) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 client; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[80,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1065) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 client; + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[265,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1055) + * An error was detected in line 265 which is making use of an outdated API. + ``` java + 265 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.commands.BasicRedisPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[4,36] cannot find symbol
     symbol: class BasicRedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1017) + * An error was detected in line 4 which is making use of an outdated API. + ``` java + 4 import redis.clients.jedis.commands.BasicRedisPipeline;; + ``` + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[4,36] cannot find symbol
     symbol: class BasicRedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1000) + * An error was detected in line 4 which is making use of an outdated API. + ``` java + 4 import redis.clients.jedis.commands.BasicRedisPipeline;; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[165,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1072) + * An error was detected in line 165 which is making use of an outdated API. + ``` java + 165 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + ``` + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[78,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1064) + * An error was detected in line 78 which is making use of an outdated API. + ``` java + 78 client; + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency + ``` java + null; + ``` +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[59,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1039) + * An error was detected in line 59 which is making use of an outdated API. + ``` java + 59 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[190,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1074) + * An error was detected in line 190 which is making use of an outdated API. + ``` java + 190 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[246,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1076) + * An error was detected in line 246 which is making use of an outdated API. + ``` java + 246 client; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class redis.clients.jedis.commands.BinaryScriptingCommandsPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[20,8] com.redislabs.redisgraph.impl.api.RedisGraphTransaction is not abstract and does not override abstract method execGetResponse() in com.redislabs.redisgraph.RedisGraphTransaction
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1036) + * An error was detected in line 20 which is making use of an outdated API. + ``` java + 20 /** + * An interface which aligned to Jedis Pipeline interface + */ +public interface RedisGraphPipeline extends redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline , redis.clients.jedis.commands.MultiKeyCommandsPipeline , redis.clients.jedis.commands.ClusterPipeline , redis.clients.jedis.commands.BinaryScriptingCommandsPipeline , redis.clients.jedis.commands.ScriptingCommandsPipeline , redis.clients.jedis.commands.BasicRedisPipeline , redis.clients.jedis.commands.BinaryRedisPipeline , redis.clients.jedis.commands.RedisPipeline , java.io.Closeable { + /** + * Execute a Cypher query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher read-only query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Execute a Cypher read-only query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Executes a cypher query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher read-only query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Executes a cypher read-only query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Invokes stored procedures without arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure); + + /** + * Invokes stored procedure with arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @param args + * procedure arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args); + + /** + * Invoke a stored procedure + * + * @param graphId + * a graph to perform the query on + * @param procedure + * - procedure to execute + * @param args + * - procedure arguments + * @param kwargs + * - procedure output arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args, java.util.Map> kwargs); + + /** + * Deletes the entire graph + * + * @param graphId + * graph to delete + * @return a response which builds the delete running time statistics + */ + redis.clients.jedis.Response deleteGraph(java.lang.String graphId); + + /** + * Synchronize pipeline by reading all responses. This operation close the pipeline. Whenever + * possible try to avoid using this version and use Pipeline.sync() as it won't go through all the + * responses and generate the right response type (usually it is a waste of time). + * + * @return A list of all the responses in the order you executed them. + */ + java.util.List syncAndReturnAll(); + + /** + * Synchronize pipeline by reading all responses. This operation close the pipeline. In order to + * get return values from pipelined commands, capture the different Response<?> of the + * commands you execute. + */ + public void sync(); + + /** + * Blocks until all the previous write commands are successfully transferred and acknowledged by + * at least the specified number of replicas. If the timeout, specified in milliseconds, is + * reached, the command returns even if the specified number of replicas were not yet reached. + * + * @param replicas + * successfully transferred and acknowledged by at least the specified number of + * replicas + * @param timeout + * the time to block in milliseconds, a timeout of 0 means to block forever + * @return the number of replicas reached by all the writes performed in the context of the + current connection + */ + public redis.clients.jedis.Response waitReplicas(int replicas, long timeout); +}; + ``` + +
+ +
+ *
+ Class redis.clients.jedis.commands.BasicRedisPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[20,8] com.redislabs.redisgraph.impl.api.RedisGraphTransaction is not abstract and does not override abstract method execGetResponse() in com.redislabs.redisgraph.RedisGraphTransaction
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1036) + * An error was detected in line 20 which is making use of an outdated API. + ``` java + 20 /** + * An interface which aligned to Jedis transactional interface + */ +public interface RedisGraphTransaction extends redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline , redis.clients.jedis.commands.MultiKeyCommandsPipeline , redis.clients.jedis.commands.ClusterPipeline , redis.clients.jedis.commands.BinaryScriptingCommandsPipeline , redis.clients.jedis.commands.ScriptingCommandsPipeline , redis.clients.jedis.commands.BasicRedisPipeline , redis.clients.jedis.commands.BinaryRedisPipeline , redis.clients.jedis.commands.RedisPipeline , java.io.Closeable { + /** + * Execute a Cypher query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher read-only query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query); + + /** + * Execute a Cypher query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Execute a Cypher read-only query with timeout. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, long timeout); + + /** + * Execute a Cypher query with arguments + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param args + * @return a response which builds the result set with the query answer. + * @deprecated use {@link #query(String, String, Map)} instead. + */ + @java.lang.Deprecated + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.lang.Object... args); + + /** + * Executes a cypher query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher read-only query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params); + + /** + * Executes a cypher query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Executes a cypher read-only query with parameters and timeout. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ + redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout); + + /** + * Invokes stored procedures without arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure); + + /** + * Invokes stored procedure with arguments + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @param args + * procedure arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args); + + /** + * Invoke a stored procedure + * + * @param graphId + * a graph to perform the query on + * @param procedure + * - procedure to execute + * @param args + * - procedure arguments + * @param kwargs + * - procedure output arguments + * @return a response which builds result set with the procedure data + */ + redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args, java.util.Map> kwargs); + + /** + * Deletes the entire graph + * + * @param graphId + * graph to delete + * @return a response which builds the delete running time statistics + */ + redis.clients.jedis.Response deleteGraph(java.lang.String graphId); + + /** + * executes the transaction + * + * @return a list of the executed transaction commands answers, in case of successful transaction, null otherwise + */ + java.util.List exec(); + + /** + * If object is in transaction mode, + * flushes all previously queued commands in a transaction and restores the connection state to normal + */ + void clear(); + + /** + * + * @return */ + java.util.List> execGetResponse(); + + /** + * Flushes all previously queued commands in a transaction and restores the connection state to normal + */ + java.lang.String discard(); +}; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[265,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1149) + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[265,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1055) * An error was detected in line 265 which is making use of an outdated API. ``` java - 265 client.sendCommand(RedisGraphCommand.DELETE, graphId); + 265 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[265,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1149) - * An error was detected in line 265 which is making use of an outdated API. + +
+ +
+ *
+ Field client which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[121,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1068) + * An error was detected in line 121 which is making use of an outdated API. ``` java - 265 client.sendCommand(RedisGraphCommand.DELETE, graphId); + 121 client; ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible field currently used in the client. You can consider substituting the existing field with one of the following options provided by the new version of the dependency ``` java - void sendCommand(ProtocolCommand,Rawable); + null; ```
*
- Method getResponse(com.redislabs.redisgraph.impl.api.RedisGraphPipeline$1) which has been removed in the new version of the dependency + Class redis.clients.jedis.Client which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[40,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1169) - * An error was detected in line 40 which is making use of an outdated API. + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[141,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1070) + * An error was detected in line 141 which is making use of an outdated API. ``` java - 40 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); + 141 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[40,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1169) - * An error was detected in line 40 which is making use of an outdated API. + +
+ +
+ *
+ Constructor redis.clients.jedis.Pipeline() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[26,68] no suitable constructor found for Pipeline(no arguments)
     constructor redis.clients.jedis.Pipeline.Pipeline(redis.clients.jedis.Connection) is not applicable + (actual and formal argument lists differ in length) + constructor redis.clients.jedis.Pipeline.Pipeline(redis.clients.jedis.Jedis) is not applicable + (actual and formal argument lists differ in length) +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1059) + * An error was detected in line 26 which is making use of an outdated API. ``` java - 40 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); + 26 { + super.setClient(client); + this.redisGraph = redisGraph; +}; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[58,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1175) - * An error was detected in line 58 which is making use of an outdated API. + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[26,34] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1016) + * An error was detected in line 26 which is making use of an outdated API. ``` java - 58 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); + 26 { + super.setClient(client); + this.redisGraph = redisGraph; +}; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[58,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1175) - * An error was detected in line 58 which is making use of an outdated API. + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[26,31] cannot find symbol
     symbol: class Client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1035) + * An error was detected in line 26 which is making use of an outdated API. ``` java - 58 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); + 26 { + super.setClient(client); + this.redisGraph = redisGraph; +}; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[80,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1181) - * An error was detected in line 80 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[78,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1064) + * An error was detected in line 78 which is making use of an outdated API. ``` java - 80 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); + 78 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[80,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1181) - * An error was detected in line 80 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.Client which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[265,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1055) + * An error was detected in line 265 which is making use of an outdated API. ``` java - 80 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); + 265 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.DELETE, graphId); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[102,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1187) - * An error was detected in line 102 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.BinaryClient which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[121,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1068) + * An error was detected in line 121 which is making use of an outdated API. ``` java - 102 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); + 121 client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[102,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1187) + +
+ +
+ *
+ Class redis.clients.jedis.Pipeline which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[102,16] cannot find symbol
     symbol: method getResponse(>) + location: class com.redislabs.redisgraph.impl.api.RedisGraphPipeline +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1067) * An error was detected in line 102 which is making use of an outdated API. ``` java - 102 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[122,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1193) - * An error was detected in line 122 which is making use of an outdated API. - ``` java - 122 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[122,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1193) - * An error was detected in line 122 which is making use of an outdated API. - ``` java - 122 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[142,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1199) - * An error was detected in line 142 which is making use of an outdated API. - ``` java - 142 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[142,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1199) - * An error was detected in line 142 which is making use of an outdated API. - ``` java - 142 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[167,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1205) - * An error was detected in line 167 which is making use of an outdated API. - ``` java - 167 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[167,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1205) - * An error was detected in line 167 which is making use of an outdated API. - ``` java - 167 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[193,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1211) - * An error was detected in line 193 which is making use of an outdated API. - ``` java - 193 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[193,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1211) - * An error was detected in line 193 which is making use of an outdated API. - ``` java - 193 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[247,38] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1217) - * An error was detected in line 247 which is making use of an outdated API. - ``` java - 247 getResponse(redis.clients.jedis.BuilderFactory.STRING); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphPipeline.java:[247,38] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1217) - * An error was detected in line 247 which is making use of an outdated API. - ``` java - 247 getResponse(redis.clients.jedis.BuilderFactory.STRING); + 102 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[42,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1098) - * An error was detected in line 42 which is making use of an outdated API. + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[102,9] cannot find symbol
     symbol: variable client + location: class com.redislabs.redisgraph.impl.api.RedisGraphTransaction +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1043) + * An error was detected in line 102 which is making use of an outdated API. ``` java - 42 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); + 102 client; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[42,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1098) - * An error was detected in line 42 which is making use of an outdated API. + +
+ +
+ *
+ Class redis.clients.jedis.commands.BinaryRedisPipeline which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphPipeline.java:[5,36] cannot find symbol
     symbol: class BinaryRedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1018) + * An error was detected in line 5 which is making use of an outdated API. ``` java - 42 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); + 5 import redis.clients.jedis.commands.BinaryRedisPipeline;; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[60,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1104) - * An error was detected in line 60 which is making use of an outdated API. + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/RedisGraphTransaction.java:[5,36] cannot find symbol
     symbol: class BinaryRedisPipeline + location: package redis.clients.jedis.commands +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1001) + * An error was detected in line 5 which is making use of an outdated API. ``` java - 60 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); - } -}); + 5 import redis.clients.jedis.commands.BinaryRedisPipeline;; ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[60,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1104) - * An error was detected in line 60 which is making use of an outdated API. + +
+ +
+ *
+ Interface redis.clients.jedis.Transaction which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[20,8] com.redislabs.redisgraph.impl.api.RedisGraphTransaction is not abstract and does not override abstract method execGetResponse() in com.redislabs.redisgraph.RedisGraphTransaction
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1036) + * An error was detected in line 20 which is making use of an outdated API. ``` java - 60 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + 20 /** + * This class is extending Jedis Transaction + */ +public class RedisGraphTransaction extends redis.clients.jedis.Transaction implements com.redislabs.redisgraph.RedisGraphTransaction , com.redislabs.redisgraph.impl.api.RedisGraphCacheHolder { + private final com.redislabs.redisgraph.RedisGraph redisGraph; + + private com.redislabs.redisgraph.impl.graph_cache.RedisGraphCaches caches; + + public RedisGraphTransaction(redis.clients.jedis.Client client, com.redislabs.redisgraph.RedisGraph redisGraph) { + // init as in Jedis + super(client); + this.redisGraph = redisGraph; } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[82,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1110) - * An error was detected in line 82 which is making use of an outdated API. - ``` java - 82 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") + + /** + * Execute a Cypher query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + public redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query) { + client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + return getResponse(new redis.clients.jedis.Builder() { + @java.lang.SuppressWarnings("unchecked") + @java.lang.Override + public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { + return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + } + }); } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[82,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1110) - * An error was detected in line 82 which is making use of an outdated API. - ``` java - 82 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") + + /** + * Execute a Cypher read-oly query. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @return a response which builds the result set with the query answer. + */ @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + public redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query) { + client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + return getResponse(new redis.clients.jedis.Builder() { + @java.lang.SuppressWarnings("unchecked") + @java.lang.Override + public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { + return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + } + }); } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[104,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1116) - * An error was detected in line 104 which is making use of an outdated API. - ``` java - 104 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") + + /** + * Execute a Cypher query with timeout. + * + * NOTE: timeout is simply sent to DB. Socket timeout will not be changed. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + public redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, long timeout) { + client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + return getResponse(new redis.clients.jedis.Builder() { + @java.lang.SuppressWarnings("unchecked") + @java.lang.Override + public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { + return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + } + }); } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[104,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1116) - * An error was detected in line 104 which is making use of an outdated API. - ``` java - 104 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") + + /** + * Execute a Cypher read-only query with timeout. + * + * NOTE: timeout is simply sent to DB. Socket timeout will not be changed. + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param timeout + * @return a response which builds the result set with the query answer. + */ @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + public redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, long timeout) { + client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, query, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + return getResponse(new redis.clients.jedis.Builder() { + @java.lang.SuppressWarnings("unchecked") + @java.lang.Override + public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { + return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + } + }); } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[127,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1122) - * An error was detected in line 127 which is making use of an outdated API. - ``` java - 127 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") + + /** + * Execute a Cypher query with arguments + * + * @param graphId + * a graph to perform the query on + * @param query + * Cypher query + * @param args + * @return response with a result set + * @deprecated use {@link #query(String, String, Map)} instead. + */ + @java.lang.Deprecated @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + public redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.lang.Object... args) { + java.lang.String preparedQuery = com.redislabs.redisgraph.impl.Utils.prepareQuery(query, args); + client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + return getResponse(new redis.clients.jedis.Builder() { + @java.lang.SuppressWarnings("unchecked") + @java.lang.Override + public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { + return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + } + }); } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[127,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1122) - * An error was detected in line 127 which is making use of an outdated API. - ``` java - 127 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") + + /** + * Executes a cypher query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + public redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params) { + java.lang.String preparedQuery = com.redislabs.redisgraph.impl.Utils.prepareQuery(query, params); + client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + return getResponse(new redis.clients.jedis.Builder() { + @java.lang.SuppressWarnings("unchecked") + @java.lang.Override + public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { + return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + } + }); } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[147,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1128) - * An error was detected in line 147 which is making use of an outdated API. - ``` java - 147 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") + + /** + * Executes a cypher read-only query with parameters. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @return a response which builds the result set with the query answer. + */ @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + public redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params) { + java.lang.String preparedQuery = com.redislabs.redisgraph.impl.Utils.prepareQuery(query, params); + client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING); + return getResponse(new redis.clients.jedis.Builder() { + @java.lang.SuppressWarnings("unchecked") + @java.lang.Override + public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { + return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + } + }); } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[147,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1128) - * An error was detected in line 147 which is making use of an outdated API. - ``` java - 147 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") + + /** + * Executes a cypher query with parameters and timeout. + * + * NOTE: timeout is simply sent to DB. Socket timeout will not be changed. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + public redis.clients.jedis.Response query(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout) { + java.lang.String preparedQuery = com.redislabs.redisgraph.impl.Utils.prepareQuery(query, params); + client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + return getResponse(new redis.clients.jedis.Builder() { + @java.lang.SuppressWarnings("unchecked") + @java.lang.Override + public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { + return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + } + }); } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[167,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1134) - * An error was detected in line 167 which is making use of an outdated API. - ``` java - 167 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") + + /** + * Executes a cypher read-only query with parameters and timeout. + * + * NOTE: timeout is simply sent to DB. Socket timeout will not be changed. + * + * @param graphId + * a graph to perform the query on. + * @param query + * Cypher query. + * @param params + * parameters map. + * @param timeout + * @return a response which builds the result set with the query answer. + */ @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + public redis.clients.jedis.Response readOnlyQuery(java.lang.String graphId, java.lang.String query, java.util.Map params, long timeout) { + java.lang.String preparedQuery = com.redislabs.redisgraph.impl.Utils.prepareQuery(query, params); + client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.RO_QUERY, graphId, preparedQuery, com.redislabs.redisgraph.impl.Utils.COMPACT_STRING, com.redislabs.redisgraph.impl.Utils.TIMEOUT_STRING, java.lang.Long.toString(timeout)); + return getResponse(new redis.clients.jedis.Builder() { + @java.lang.SuppressWarnings("unchecked") + @java.lang.Override + public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { + return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + } + }); } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[167,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1134) - * An error was detected in line 167 which is making use of an outdated API. - ``` java - 167 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + + /** + * Invokes stored procedures without arguments, in multi/exec context + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @return response with result set with the procedure data + */ + public redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure) { + return callProcedure(graphId, procedure, com.redislabs.redisgraph.impl.Utils.DUMMY_LIST, com.redislabs.redisgraph.impl.Utils.DUMMY_MAP); } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[191,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1140) - * An error was detected in line 191 which is making use of an outdated API. - ``` java - 191 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + + /** + * Invokes stored procedure with arguments, in multi/exec context + * + * @param graphId + * a graph to perform the query on + * @param procedure + * procedure name to invoke + * @param args + * procedure arguments + * @return response with result set with the procedure data + */ + public redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args) { + return callProcedure(graphId, procedure, args, com.redislabs.redisgraph.impl.Utils.DUMMY_MAP); } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[191,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1140) - * An error was detected in line 191 which is making use of an outdated API. - ``` java - 191 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + + /** + * Invoke a stored procedure, in multi/exec context + * + * @param graphId + * a graph to perform the query on + * @param procedure + * - procedure to execute + * @param args + * - procedure arguments + * @param kwargs + * - procedure output arguments + * @return response with result set with the procedure data + */ + public redis.clients.jedis.Response callProcedure(java.lang.String graphId, java.lang.String procedure, java.util.List args, java.util.Map> kwargs) { + java.lang.String preparedProcedure = com.redislabs.redisgraph.impl.Utils.prepareProcedure(procedure, args, kwargs); + return query(graphId, preparedProcedure); } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[215,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1146) - * An error was detected in line 215 which is making use of an outdated API. - ``` java - 215 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") - @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + + /** + * Deletes the entire graph, in multi/exec context + * + * @param graphId + * graph to delete + * @return response with the deletion running time statistics + */ + public redis.clients.jedis.Response deleteGraph(java.lang.String graphId) { + client.sendCommand(com.redislabs.redisgraph.impl.api.RedisGraphCommand.DELETE, graphId); + redis.clients.jedis.Response response = getResponse(redis.clients.jedis.BuilderFactory.STRING); + caches.removeGraphCache(graphId); + return response; } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[215,16] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1146) - * An error was detected in line 215 which is making use of an outdated API. - ``` java - 215 getResponse(new redis.clients.jedis.Builder() { - @java.lang.SuppressWarnings("unchecked") + @java.lang.Override - public com.redislabs.redisgraph.ResultSet build(java.lang.Object o) { - return new com.redislabs.redisgraph.impl.resultset.ResultSetImpl(((java.util.List) (o)), redisGraph, caches.getGraphCache(graphId)); + public void setRedisGraphCaches(com.redislabs.redisgraph.impl.graph_cache.RedisGraphCaches caches) { + this.caches = caches; } -}); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[266,37] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1152) - * An error was detected in line 266 which is making use of an outdated API. - ``` java - 266 getResponse(redis.clients.jedis.BuilderFactory.STRING); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/RedisGraphTransaction.java:[266,37] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1152) - * An error was detected in line 266 which is making use of an outdated API. - ``` java - 266 getResponse(redis.clients.jedis.BuilderFactory.STRING); - ``` - -
- -
- *
- Method getClient() which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[142,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1155) - * An error was detected in line 142 which is making use of an outdated API. - ``` java - 142 jedis.getClient(); - ``` - * >[[ERROR] /JRedisGraph/src/main/java/com/redislabs/redisgraph/impl/api/ContextedRedisGraph.java:[157,9] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1158) - * An error was detected in line 157 which is making use of an outdated API. - ``` java - 157 jedis.getClient(); +}; ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - Connection getClient(); - ```
diff --git a/Explanations/Compilation_Failures/ea33b5101edffc0242967cbf21c1016378b18483.md b/Explanations/Compilation_Failures/ea33b5101edffc0242967cbf21c1016378b18483.md index 6f54af4..72a146a 100644 --- a/Explanations/Compilation_Failures/ea33b5101edffc0242967cbf21c1016378b18483.md +++ b/Explanations/Compilation_Failures/ea33b5101edffc0242967cbf21c1016378b18483.md @@ -1,83 +1,85 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to **flyway-core-9.15.2** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **6** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **5** constructs which has been modified in the new version of the dependency. *
- Method valueOf(java.lang.String) which has been removed in the new version of the dependency + Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2146) - * An error was detected in line 112 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol
     symbol: method setDataSource(javax.sql.DataSource) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2134) + * An error was detected in line 109 which is making use of an outdated API. ``` java - 112 java.lang.Boolean.valueOf(prop.getProperty("flyway.validate")); + 109 flyway.setDataSource(this.dataSource()); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - Event valueOf(String); + void setDataSource(String,String,String); ```
*
- Method setLocations(java.lang.String) which has been removed in the new version of the dependency + Method setValidateOnMigrate(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2143) - * An error was detected in line 111 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol
     symbol: method setValidateOnMigrate(java.lang.Boolean) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2137) + * An error was detected in line 112 which is making use of an outdated API. ``` java - 111 flyway.setLocations(prop.getProperty("flyway.locations")); + 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setLocations(Location[]); + void setValidateOnMigrate(Boolean); ```
*
- Method setDataSource(javax.sql.DataSource) which has been removed in the new version of the dependency + Method setLocations(java.lang.String[]) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[109,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2137) - * An error was detected in line 109 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[111,23] cannot find symbol
     symbol: method setLocations(java.lang.String) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2136) + * An error was detected in line 111 which is making use of an outdated API. ``` java - 109 flyway.setDataSource(this.dataSource()); + 111 flyway.setLocations(prop.getProperty("flyway.locations")); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setDataSource(String,String,String); + void setLocations(Location[]); ```
*
- Method getClassLoader() which has been removed in the new version of the dependency + Constructor org.flywaydb.core.Flyway() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2140) - * An error was detected in line 110 which is making use of an outdated API. + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[108,57] constructor Flyway in class org.flywaydb.core.Flyway cannot be applied to given types;
     required: org.flywaydb.core.api.configuration.Configuration + found: no arguments + reason: actual and formal argument lists differ in length +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2133) + * An error was detected in line 108 which is making use of an outdated API. ``` java - 110 org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader(); + 108 new org.flywaydb.core.Flyway(); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - ClassLoader getClassLoader(); - ``` - ``` java - ClassLoader getClassLoader(); - ```
*
Method setClassLoader(java.lang.ClassLoader) which has been removed in the new version of the dependency @@ -85,7 +87,9 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2140) + * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[110,23] cannot find symbol
     symbol: method setClassLoader(java.lang.ClassLoader) + location: variable flyway of type org.flywaydb.core.Flyway +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2135) * An error was detected in line 110 which is making use of an outdated API. ``` java 110 flyway.setClassLoader(org.nem.specific.deploy.appconfig.NisAppConfig.class.getClassLoader()); @@ -98,24 +102,5 @@ CI detected that the dependency upgrade from version **flyway-core-3.2.1** to ** void setClassLoader(ClassLoader); ```
- *
- Method setValidateOnMigrate(java.lang.Boolean) which has been removed in the new version of the dependency - - *
- The failure is identified from the logs generated in the build process. - - * >[[ERROR] /nem/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[112,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2146) - * An error was detected in line 112 which is making use of an outdated API. - ``` java - 112 flyway.setValidateOnMigrate(java.lang.Boolean.valueOf(prop.getProperty("flyway.validate"))); - ``` - -
- - To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setValidateOnMigrate(Boolean); - ``` -
diff --git a/Explanations/Compilation_Failures/ee0827d4c9bf80982241e8c3559dceb8b39063e4.md b/Explanations/Compilation_Failures/ee0827d4c9bf80982241e8c3559dceb8b39063e4.md new file mode 100644 index 0000000..782874e --- /dev/null +++ b/Explanations/Compilation_Failures/ee0827d4c9bf80982241e8c3559dceb8b39063e4.md @@ -0,0 +1,679 @@ +CI detected that the dependency upgrade from version **commons-io-2.11.0** to **commons-io-20030203.000550** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **30** constructs which has been modified in the new version of the dependency. + *
+ Class org.apache.commons.io.output.DeferredFileOutputStream which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/OffloadingOutputStream.java:[210,9] cannot find symbol
     symbol: variable super + location: class org.codehaus.plexus.archiver.zip.OffloadingOutputStream +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:740) + * An error was detected in line 210 which is making use of an outdated API. + ``` java + 210 super.close(); + ``` + +
+ +
+ *
+ Class org.apache.commons.io.output.ThresholdingOutputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/DeferredScatterOutputStream.java:[44,13] cannot find symbol
     symbol: method write(byte[],int,int) + location: variable dfos of type org.codehaus.plexus.archiver.zip.OffloadingOutputStream +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:736) + * An error was detected in line 44 which is making use of an outdated API. + ``` java + 44 write(byte[],int,int); + ``` + +
+ +
+ *
+ Class org.apache.commons.io.output.NullPrintStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/jar/JarToolModularJarArchiver.java:[300,43] cannot find symbol
     symbol: variable NullPrintStream + location: class org.codehaus.plexus.archiver.jar.JarToolModularJarArchiver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:735) + * An error was detected in line 300 which is making use of an outdated API. + ``` java + 300 org.apache.commons.io.output.NullPrintStream.NULL_PRINT_STREAM; + ``` + +
+ +
+ *
+ Class org.apache.commons.io.output.ThresholdingOutputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/OffloadingOutputStream.java:[32,38] cannot find symbol
     symbol: class ThresholdingOutputStream +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:730) + * An error was detected in line 32 which is making use of an outdated API. + ``` java + 32 /** + * Offloads to disk when a given memory consumption has been reacehd + */ +class OffloadingOutputStream extends org.apache.commons.io.output.ThresholdingOutputStream { + // ----------------------------------------------------------- Data members + /** + * The output stream to which data will be written prior to the theshold + * being reached. + */ + private org.codehaus.plexus.archiver.zip.ByteArrayOutputStream memoryOutputStream; + + /** + * The output stream to which data will be written at any given time. This + * will always be one of memoryOutputStream or + * diskOutputStream. + */ + private java.io.OutputStream currentOutputStream; + + /** + * The file to which output will be directed if the threshold is exceeded. + */ + private java.io.File outputFile = null; + + /** + * The temporary file prefix. + */ + private final java.lang.String prefix; + + /** + * The temporary file suffix. + */ + private final java.lang.String suffix; + + /** + * The directory to use for temporary files. + */ + private final java.io.File directory; + + /** + * True when close() has been called successfully. + */ + private boolean closed = false; + + // ----------------------------------------------------------- Constructors + /** + * Constructs an instance of this class which will trigger an event at the + * specified threshold, and save data to a temporary file beyond that point. + * + * @param threshold + * The number of bytes at which to trigger an event. + * @param prefix + * Prefix to use for the temporary file. + * @param suffix + * Suffix to use for the temporary file. + * @param directory + * Temporary file directory. + * @since 1.4 + */ + public OffloadingOutputStream(int threshold, java.lang.String prefix, java.lang.String suffix, java.io.File directory) { + this(threshold, null, prefix, suffix, directory); + if (prefix == null) { + throw new java.lang.IllegalArgumentException("Temporary file prefix is missing"); + } + } + + /** + * Constructs an instance of this class which will trigger an event at the + * specified threshold, and save data either to a file beyond that point. + * + * @param threshold + * The number of bytes at which to trigger an event. + * @param outputFile + * The file to which data is saved beyond the threshold. + * @param prefix + * Prefix to use for the temporary file. + * @param suffix + * Suffix to use for the temporary file. + * @param directory + * Temporary file directory. + */ + private OffloadingOutputStream(int threshold, java.io.File outputFile, java.lang.String prefix, java.lang.String suffix, java.io.File directory) { + super(threshold); + this.outputFile = outputFile; + memoryOutputStream = new org.codehaus.plexus.archiver.zip.ByteArrayOutputStream(threshold / 10); + currentOutputStream = memoryOutputStream; + this.prefix = prefix; + this.suffix = suffix; + this.directory = directory; + } + + // --------------------------------------- ThresholdingOutputStream methods + /** + * Returns the current output stream. This may be memory based or disk + * based, depending on the current state with respect to the threshold. + * + * @return The underlying output stream. + * @exception java.io.IOException + * if an error occurs. + */ + @java.lang.Override + protected java.io.OutputStream getStream() throws java.io.IOException { + return currentOutputStream; + } + + /** + * Switches the underlying output stream from a memory based stream to one + * that is backed by disk. This is the point at which we realise that too + * much data is being written to keep in memory, so we elect to switch to + * disk-based storage. + * + * @exception java.io.IOException + * if an error occurs. + */ + @java.lang.Override + protected void thresholdReached() throws java.io.IOException { + if (prefix != null) { + outputFile = java.io.File.createTempFile(prefix, suffix, directory); + } + currentOutputStream = java.nio.file.Files.newOutputStream(outputFile.toPath()); + } + + public java.io.InputStream getInputStream() throws java.io.IOException { + java.io.InputStream memoryAsInput = memoryOutputStream.toInputStream(); + if (outputFile == null) { + return memoryAsInput; + } + return new java.io.SequenceInputStream(memoryAsInput, java.nio.file.Files.newInputStream(outputFile.toPath())); + } + + // --------------------------------------------------------- Public methods + /** + * Returns the data for this output stream as an array of bytes, assuming + * that the data has been retained in memory. If the data was written to + * disk, this method returns null. + * + * @return The data for this output stream, or null if no such + data is available. + */ + public byte[] getData() { + if (memoryOutputStream != null) { + return memoryOutputStream.toByteArray(); + } + return null; + } + + /** + * Returns either the output file specified in the constructor or + * the temporary file created or null. + *

+ * If the constructor specifying the file is used then it returns that + * same output file, even when threshold has not been reached. + *

+ * If constructor specifying a temporary file prefix/suffix is used + * then the temporary file created once the threshold is reached is returned + * If the threshold was not reached then null is returned. + * + * @return The file for this output stream, or null if no such + file exists. + */ + public java.io.File getFile() { + return outputFile; + } + + /** + * Closes underlying output stream, and mark this as closed + * + * @exception java.io.IOException + * if an error occurs. + */ + @java.lang.Override + public void close() throws java.io.IOException { + super.close(); + closed = true; + currentOutputStream.close(); + } +}; + ``` + +

+ +
+ *
+ Class org.apache.commons.io.input.BoundedInputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/AbstractZipUnArchiver.java:[204,25] cannot find symbol
     symbol: class BoundedInputStream + location: class org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:732) + * An error was detected in line 204 which is making use of an outdated API. + ``` java + 204 new org.apache.commons.io.input.BoundedInputStream(in, remainingSpace + 1); + ``` + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/AbstractZipUnArchiver.java:[204,54] cannot find symbol
     symbol: class BoundedInputStream + location: class org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:733) + * An error was detected in line 204 which is making use of an outdated API. + ``` java + 204 new org.apache.commons.io.input.BoundedInputStream(in, remainingSpace + 1); + ``` + +
+ +
+ *
+ Constructor org.apache.commons.io.input.ClosedInputStream() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/ByteArrayOutputStream.java:[401,24] cannot find symbol
     symbol: class ClosedInputStream + location: class org.codehaus.plexus.archiver.zip.ByteArrayOutputStream +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:731) + * An error was detected in line 401 which is making use of an outdated API. + ``` java + 401 new org.apache.commons.io.input.ClosedInputStream(); + ``` + +
+ +
+ *
+ Constructor org.apache.commons.io.input.BoundedInputStream(java.io.InputStream,long) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/AbstractZipUnArchiver.java:[204,25] cannot find symbol
     symbol: class BoundedInputStream + location: class org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:732) + * An error was detected in line 204 which is making use of an outdated API. + ``` java + 204 new org.apache.commons.io.input.BoundedInputStream(in, remainingSpace + 1); + ``` + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/AbstractZipUnArchiver.java:[204,54] cannot find symbol
     symbol: class BoundedInputStream + location: class org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:733) + * An error was detected in line 204 which is making use of an outdated API. + ``` java + 204 new org.apache.commons.io.input.BoundedInputStream(in, remainingSpace + 1); + ``` + +
+ +
+ *
+ Method write(byte[],int,int) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/DeferredScatterOutputStream.java:[44,13] cannot find symbol
     symbol: method write(byte[],int,int) + location: variable dfos of type org.codehaus.plexus.archiver.zip.OffloadingOutputStream +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:736) + * An error was detected in line 44 which is making use of an outdated API. + ``` java + 44 dfos.write(data, offset, length); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + void write(int); + ``` +
+ *
+ Class org.apache.commons.io.input.ClosedInputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/ByteArrayOutputStream.java:[401,24] cannot find symbol
     symbol: class ClosedInputStream + location: class org.codehaus.plexus.archiver.zip.ByteArrayOutputStream +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:731) + * An error was detected in line 401 which is making use of an outdated API. + ``` java + 401 new org.apache.commons.io.input.ClosedInputStream(); + ``` + +
+ +
+ *
+ Class org.apache.commons.io.input.BoundedInputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/AbstractZipUnArchiver.java:[204,25] cannot find symbol
     symbol: class BoundedInputStream + location: class org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:732) + * An error was detected in line 204 which is making use of an outdated API. + ``` java + 204 org.apache.commons.io.input.BoundedInputStream bis = new org.apache.commons.io.input.BoundedInputStream(in, remainingSpace + 1); + ``` + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/AbstractZipUnArchiver.java:[204,54] cannot find symbol
     symbol: class BoundedInputStream + location: class org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:733) + * An error was detected in line 204 which is making use of an outdated API. + ``` java + 204 org.apache.commons.io.input.BoundedInputStream bis = new org.apache.commons.io.input.BoundedInputStream(in, remainingSpace + 1); + ``` + +
+ +
+ *
+ Class org.apache.commons.io.output.ThresholdingOutputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class org.apache.commons.io.input.ClosedInputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/ByteArrayOutputStream.java:[401,24] cannot find symbol
     symbol: class ClosedInputStream + location: class org.codehaus.plexus.archiver.zip.ByteArrayOutputStream +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:731) + * An error was detected in line 401 which is making use of an outdated API. + ``` java + 401 new org.apache.commons.io.input.ClosedInputStream(); + ``` + +
+ +
+ *
+ Class org.apache.commons.io.input.ClosedInputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/ByteArrayOutputStream.java:[29,35] cannot find symbol
     symbol: class ClosedInputStream + location: package org.apache.commons.io.input +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:726) + * An error was detected in line 29 which is making use of an outdated API. + ``` java + 29 import org.apache.commons.io.input.ClosedInputStream;; + ``` + +
+ +
+ *
+ Constructor org.apache.commons.io.output.ThresholdingOutputStream(int) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class org.apache.commons.io.input.BoundedInputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/AbstractZipUnArchiver.java:[28,35] cannot find symbol
     symbol: class BoundedInputStream + location: package org.apache.commons.io.input +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:727) + * An error was detected in line 28 which is making use of an outdated API. + ``` java + 28 import org.apache.commons.io.input.BoundedInputStream;; + ``` + +
+ +
+ *
+ Class org.apache.commons.io.output.ThresholdingOutputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/OffloadingOutputStream.java:[210,9] cannot find symbol
     symbol: variable super + location: class org.codehaus.plexus.archiver.zip.OffloadingOutputStream +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:740) + * An error was detected in line 210 which is making use of an outdated API. + ``` java + 210 close(); + ``` + +
+ +
+ *
+ Method close() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/OffloadingOutputStream.java:[210,9] cannot find symbol
     symbol: variable super + location: class org.codehaus.plexus.archiver.zip.OffloadingOutputStream +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:740) + * An error was detected in line 210 which is making use of an outdated API. + ``` java + 210 super.close(); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + void close(); + ``` +
+ *
+ Class org.apache.commons.io.output.NullPrintStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/jar/JarToolModularJarArchiver.java:[300,43] cannot find symbol
     symbol: variable NullPrintStream + location: class org.codehaus.plexus.archiver.jar.JarToolModularJarArchiver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:735) + * An error was detected in line 300 which is making use of an outdated API. + ``` java + 300 org.apache.commons.io.output.NullPrintStream; + ``` + +
+ +
+ *
+ Field org.apache.commons.io.output.NullPrintStream.NULL_PRINT_STREAM which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/jar/JarToolModularJarArchiver.java:[300,43] cannot find symbol
     symbol: variable NullPrintStream + location: class org.codehaus.plexus.archiver.jar.JarToolModularJarArchiver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:735) + * An error was detected in line 300 which is making use of an outdated API. + ``` java + 300 org.apache.commons.io.output.NullPrintStream.NULL_PRINT_STREAM; + ``` + +
+ +
+ *
+ Class org.apache.commons.io.output.DeferredFileOutputStream which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class org.apache.commons.io.input.BoundedInputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/AbstractZipUnArchiver.java:[204,25] cannot find symbol
     symbol: class BoundedInputStream + location: class org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:732) + * An error was detected in line 204 which is making use of an outdated API. + ``` java + 204 new org.apache.commons.io.input.BoundedInputStream(in, remainingSpace + 1); + ``` + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/AbstractZipUnArchiver.java:[204,54] cannot find symbol
     symbol: class BoundedInputStream + location: class org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:733) + * An error was detected in line 204 which is making use of an outdated API. + ``` java + 204 new org.apache.commons.io.input.BoundedInputStream(in, remainingSpace + 1); + ``` + +
+ +
+ *
+ Class org.apache.commons.io.output.ThresholdingOutputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/OffloadingOutputStream.java:[210,9] cannot find symbol
     symbol: variable super + location: class org.codehaus.plexus.archiver.zip.OffloadingOutputStream +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:740) + * An error was detected in line 210 which is making use of an outdated API. + ``` java + 210 super; + ``` + +
+ +
+ *
+ Class org.apache.commons.io.output.ThresholdingOutputStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/OffloadingOutputStream.java:[27,36] cannot find symbol
     symbol: class ThresholdingOutputStream + location: package org.apache.commons.io.output +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:729) + * An error was detected in line 27 which is making use of an outdated API. + ``` java + 27 import org.apache.commons.io.output.ThresholdingOutputStream;; + ``` + +
+ +
+ *
+ Method thresholdReached() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Class org.apache.commons.io.output.NullPrintStream which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/jar/JarToolModularJarArchiver.java:[41,36] cannot find symbol
     symbol: class NullPrintStream + location: package org.apache.commons.io.output +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:728) + * An error was detected in line 41 which is making use of an outdated API. + ``` java + 41 import org.apache.commons.io.output.NullPrintStream;; + ``` + +
+ +
+ *
+ Class org.apache.commons.io.output.DeferredFileOutputStream which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/DeferredScatterOutputStream.java:[44,13] cannot find symbol
     symbol: method write(byte[],int,int) + location: variable dfos of type org.codehaus.plexus.archiver.zip.OffloadingOutputStream +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:736) + * An error was detected in line 44 which is making use of an outdated API. + ``` java + 44 dfos.write(data, offset, length); + ``` + +
+ +
+ *
+ Method close() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + void close(); + ``` +
+ *
+ Class org.apache.commons.io.output.AbstractByteArrayOutputStream which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ *
+ Method getByteCount() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /plexus-archiver/src/main/java/org/codehaus/plexus/archiver/zip/AbstractZipUnArchiver.java:[211,46] cannot find symbol
     symbol: method getByteCount() + location: variable cis of type org.apache.commons.io.input.CountingInputStream +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:734) + * An error was detected in line 211 which is making use of an outdated API. + ``` java + 211 cis.getByteCount(); + ``` + +
+ +
+ *
+ Method getStream() which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/ef3f7be3e2755d4a0f9c23bdcbfe3b97198fb31b.md b/Explanations/Compilation_Failures/ef3f7be3e2755d4a0f9c23bdcbfe3b97198fb31b.md index cd93d90..10737bf 100644 --- a/Explanations/Compilation_Failures/ef3f7be3e2755d4a0f9c23bdcbfe3b97198fb31b.md +++ b/Explanations/Compilation_Failures/ef3f7be3e2755d4a0f9c23bdcbfe3b97198fb31b.md @@ -1,105 +1,188 @@ CI detected that the dependency upgrade from version **tinspin-indexes-1.7.1** to **tinspin-indexes-2.0.0** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **4** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **7** constructs which has been modified in the new version of the dependency. *
- Method size() which has been removed in the new version of the dependency + Class org.tinspin.index.PointDistanceFunction which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_PointSet.java:[70,53] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2131) - * An error was detected in line 70 which is making use of an outdated API. + * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_CirclePacking.java:[26,25] cannot find symbol
     symbol: class PointDistanceFunction + location: package org.tinspin.index +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2119) + * An error was detected in line 26 which is making use of an outdated API. ``` java - 70 tree.size(); + 26 import org.tinspin.index.PointDistanceFunction;; ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - int size(); - ``` - ``` java - int size(); - ```
*
- Method dist() which has been removed in the new version of the dependency + Class org.tinspin.index.PointEntryDist which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_PointSet.java:[70,53] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2131) - * An error was detected in line 70 which is making use of an outdated API. + * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_CirclePacking.java:[27,25] cannot find symbol
     symbol: class PointEntryDist + location: package org.tinspin.index +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2120) + * An error was detected in line 27 which is making use of an outdated API. ``` java - 70 tree.query1NN(coords).dist(); + 27 import org.tinspin.index.PointEntryDist;; ``` - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_PointSet.java:[70,53] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2131) - * An error was detected in line 70 which is making use of an outdated API. + +
+ +
+ *
+ Class org.tinspin.index.PointDistanceFunction which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_CirclePacking.java:[645,30] cannot find symbol
     symbol: class PointDistanceFunction + location: class micycle.pgs.PGS_CirclePacking +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2121) + * An error was detected in line 645 which is making use of an outdated API. ``` java - 70 tree.query1NN(coords).dist(); + 645 (p1, p2) -> { + // from https://stackoverflow.com/a/21975136/ + final double dx = p1[0] - p2[0]; + final double dy = p1[1] - p2[1]; + final double dz = p1[2] - p2[2]; + double euclideanDistance = java.lang.Math.sqrt((dx * dx) + (dy * dy)); + double absZDifference = java.lang.Math.abs(dz); + return euclideanDistance + absZDifference;// negative if inside + +}; ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - double dist(double[],double[],double[]); - ``` - ``` java - double dist(double[],double[],double[]); - ```
*
- Method create(int) which has been removed in the new version of the dependency + Class org.tinspin.index.PointDistanceFunction which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_Meshing.java:[161,23] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2140) + * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_Meshing.java:[161,23] cannot find symbol
     symbol: class PointIndex + location: class micycle.pgs.PGS_Meshing +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2126) * An error was detected in line 161 which is making use of an outdated API. ``` java - 161 org.tinspin.index.kdtree.KDTree.create(2, (p1, p2) -> { + 161 (p1, p2) -> { final double deltaX = p1[0] - p2[0]; final double deltaY = p1[1] - p2[1]; return java.lang.Math.sqrt((deltaX * deltaX) + (deltaY * deltaY)); -}); +}; + ``` + * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_Meshing.java:[161,55] no suitable method found for create(int,(p1,p2)->{[...]Y); })
     method org.tinspin.index.kdtree.KDTree.create(int) is not applicable + (cannot infer type-variable(s) T + (actual and formal argument lists differ in length)) + method org.tinspin.index.kdtree.KDTree.create(org.tinspin.index.IndexConfig) is not applicable + (cannot infer type-variable(s) T + (actual and formal argument lists differ in length)) +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2127) + * An error was detected in line 161 which is making use of an outdated API. + ``` java + 161 (p1, p2) -> { + final double deltaX = p1[0] - p2[0]; + final double deltaY = p1[1] - p2[1]; + return java.lang.Math.sqrt((deltaX * deltaX) + (deltaY * deltaY)); +}; ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: - ``` java - Index$PointEntry create(double[],Object); - ``` - ``` java - CoverTree create(int,double,PointDistance); - ```
*
- Method query1NN(double[]) which has been removed in the new version of the dependency + Class org.tinspin.index.PointIndex which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_CirclePacking.java:[226,31] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2134) - * An error was detected in line 226 which is making use of an outdated API. + * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_Meshing.java:[36,25] cannot find symbol
     symbol: class PointIndex + location: package org.tinspin.index +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2122) + * An error was detected in line 36 which is making use of an outdated API. ``` java - 226 tree.query1NN(new double[]{ p.x, p.y, largestR }); + 36 import org.tinspin.index.PointIndex;; ``` - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_CirclePacking.java:[226,31] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2134) - * An error was detected in line 226 which is making use of an outdated API. + +
+ +
+ *
+ Class org.tinspin.index.PointDistanceFunction which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_Meshing.java:[161,23] cannot find symbol
     symbol: class PointIndex + location: class micycle.pgs.PGS_Meshing +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2126) + * An error was detected in line 161 which is making use of an outdated API. ``` java - 226 tree.query1NN(new double[]{ p.x, p.y, largestR }); + 161 create(int,org.tinspin.index.PointDistanceFunction); ``` - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_PointSet.java:[70,53] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2131) - * An error was detected in line 70 which is making use of an outdated API. + * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_Meshing.java:[161,55] no suitable method found for create(int,(p1,p2)->{[...]Y); })
     method org.tinspin.index.kdtree.KDTree.create(int) is not applicable + (cannot infer type-variable(s) T + (actual and formal argument lists differ in length)) + method org.tinspin.index.kdtree.KDTree.create(org.tinspin.index.IndexConfig) is not applicable + (cannot infer type-variable(s) T + (actual and formal argument lists differ in length)) +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2127) + * An error was detected in line 161 which is making use of an outdated API. ``` java - 70 tree.query1NN(coords); + 161 create(int,org.tinspin.index.PointDistanceFunction); ``` - * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_PointSet.java:[70,53] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2131) - * An error was detected in line 70 which is making use of an outdated API. + +
+ +
+ *
+ Class org.tinspin.index.PointDistanceFunction which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PGS/src/main/java/micycle/pgs/PGS_CirclePacking.java:[645,30] cannot find symbol
     symbol: class PointDistanceFunction + location: class micycle.pgs.PGS_CirclePacking +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2121) + * An error was detected in line 645 which is making use of an outdated API. ``` java - 70 tree.query1NN(coords); + 645 /** + * Calculate the distance between two points in 3D space, where each point + * represents a circle with (x, y, r) coordinates. This custom metric considers + * both the Euclidean distance between the centers of the circles and the + * absolute difference of their radii. + *

+ * The metric is defined as follows: Given two points A and B, representing + * circles centered at (x1, y1) and (x2, y2) with radii r1 and r2 respectively, + * the distance is calculated as sqrt((x1 - x2)^2 + (y1 - y2)^2) + |r1 - r2|. + *

+ * This metric can be used to find the nearest circle to a given center (x, y) + * in a proximity search. To perform the search, use a point (x, y, R) where R + * is greater than or equal to the maximum radius of a circle in the proximity + * structure. + * + * @param p1 + * 3D point representing the first circle (x1, y1, r1) + * @param p2 + * 3D point representing the second circle (x2, y2, r2) + * @return the distance between the two points based on the custom metric + */ +private static final org.tinspin.index.PointDistanceFunction circleDistanceMetric = (p1, p2) -> { + // from https://stackoverflow.com/a/21975136/ + final double dx = p1[0] - p2[0]; + final double dy = p1[1] - p2[1]; + final double dz = p1[2] - p2[2]; + double euclideanDistance = java.lang.Math.sqrt((dx * dx) + (dy * dy)); + double absZDifference = java.lang.Math.abs(dz); + return euclideanDistance + absZDifference;// negative if inside + +};; ```

diff --git a/Explanations/Compilation_Failures/f26cd85b97b24c07a2e446f43ac8793619fa0724.md b/Explanations/Compilation_Failures/f26cd85b97b24c07a2e446f43ac8793619fa0724.md index ec5cfee..c8ebf3c 100644 --- a/Explanations/Compilation_Failures/f26cd85b97b24c07a2e446f43ac8793619fa0724.md +++ b/Explanations/Compilation_Failures/f26cd85b97b24c07a2e446f43ac8793619fa0724.md @@ -1,53 +1,128 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v20130520** to **jetty-server-11.0.9** has failed. Here are details to help you understand and fix the problem: -1. Your client utilizes **4** instructions which has been modified in the new version of the dependency. +1. Your client utilizes **9** constructs which has been modified in the new version of the dependency. *
- Method getLocalPort() which has been removed in the new version of the dependency + Method setSendDateHeader(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:845) - * An error was detected in line 80 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol
     symbol: method setSendDateHeader(boolean) + location: variable server of type Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:834) + * An error was detected in line 34 which is making use of an outdated API. ``` java - 80 httpConnector.getLocalPort(); + 34 this.server.setSendDateHeader(true); ```
- To address this incompatibility, there are 2 alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency: + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - int getLocalPort(); + void setSendDateHeader(boolean); ``` +
+ *
+ Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:837) + * An error was detected in line 80 which is making use of an outdated API. + ``` java + 80 httpConnector.getLocalPort(); + ``` + +
+ +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:835) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Method setPort(int) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     symbol: method setPort(int) + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:836) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 this.httpConnector.setPort(port); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - int getLocalPort(); + void setPort(int); ```
*
- Method setSendDateHeader(boolean) which has been removed in the new version of the dependency + Method getLocalPort() which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[34,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:836) - * An error was detected in line 34 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[80,28] error: cannot find symbol
     symbol: method getLocalPort() + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:837) + * An error was detected in line 80 which is making use of an outdated API. ``` java - 34 this.server.setSendDateHeader(true); + 80 httpConnector.getLocalPort(); ```
To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency ``` java - void setSendDateHeader(boolean); + int getLocalPort(); ```
+ *
+ Interface org.eclipse.jetty.server.bio.SocketConnector which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol
     symbol: method setPort(int) + location: variable httpConnector of type Connector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:836) + * An error was detected in line 37 which is making use of an outdated API. + ``` java + 37 this.httpConnector.setPort(port); + ``` + +
+ +
*
Method setSendServerVersion(boolean) which has been removed in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:833) + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[33,19] error: cannot find symbol
     symbol: method setSendServerVersion(boolean) + location: variable server of type Server +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:833) * An error was detected in line 33 which is making use of an outdated API. ``` java 33 this.server.setSendServerVersion(false); @@ -61,23 +136,38 @@ CI detected that the dependency upgrade from version **jetty-server-8.1.11.v2013 ```
*
- Method setPort(int) which has been removed in the new version of the dependency + Constructor org.eclipse.jetty.server.nio.SelectChannelConnector() which has been in the new version of the dependency *
The failure is identified from the logs generated in the build process. - * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[37,26] error: cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:842) - * An error was detected in line 37 which is making use of an outdated API. + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:835) + * An error was detected in line 36 which is making use of an outdated API. ``` java - 37 this.httpConnector.setPort(port); + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); + ``` + +
+ +
+ *
+ Class org.eclipse.jetty.server.nio.SelectChannelConnector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /jadler/jadler-jetty/src/main/java/net/jadler/stubbing/server/jetty/JettyStubHttpServer.java:[36,33] error: cannot find symbol
     symbol: class SelectChannelConnector + location: class JettyStubHttpServer +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:835) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 new org.eclipse.jetty.server.nio.SelectChannelConnector(); ```
- To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency - ``` java - void setPort(int); - ```
diff --git a/Explanations/Compilation_Failures/f6659d758a437f8b676481fe70671a68a6ee1cde.md b/Explanations/Compilation_Failures/f6659d758a437f8b676481fe70671a68a6ee1cde.md new file mode 100644 index 0000000..7b80177 --- /dev/null +++ b/Explanations/Compilation_Failures/f6659d758a437f8b676481fe70671a68a6ee1cde.md @@ -0,0 +1,72 @@ +CI detected that the dependency upgrade from version **snakeyaml-2.0** to **snakeyaml-2.1** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **4** constructs which has been modified in the new version of the dependency. + *
+ Constructor org.yaml.snakeyaml.inspector.TrustedTagInspector() which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /billy/billy-core/src/test/java/com/premiumminds/billy/core/test/AbstractTest.java:[66,43] cannot find symbol
     symbol: class TrustedTagInspector + location: class com.premiumminds.billy.core.test.AbstractTest +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:421) + * An error was detected in line 66 which is making use of an outdated API. + ``` java + 66 new org.yaml.snakeyaml.inspector.TrustedTagInspector(); + ``` + +
+ +
+ *
+ Class org.yaml.snakeyaml.inspector.TrustedTagInspector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /billy/billy-core/src/test/java/com/premiumminds/billy/core/test/AbstractTest.java:[66,43] cannot find symbol
     symbol: class TrustedTagInspector + location: class com.premiumminds.billy.core.test.AbstractTest +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:421) + * An error was detected in line 66 which is making use of an outdated API. + ``` java + 66 new org.yaml.snakeyaml.inspector.TrustedTagInspector(); + ``` + +
+ +
+ *
+ Class org.yaml.snakeyaml.inspector.TrustedTagInspector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /billy/billy-core/src/test/java/com/premiumminds/billy/core/test/AbstractTest.java:[66,43] cannot find symbol
     symbol: class TrustedTagInspector + location: class com.premiumminds.billy.core.test.AbstractTest +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:421) + * An error was detected in line 66 which is making use of an outdated API. + ``` java + 66 new org.yaml.snakeyaml.inspector.TrustedTagInspector(); + ``` + +
+ +
+ *
+ Class org.yaml.snakeyaml.inspector.TrustedTagInspector which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /billy/billy-core/src/test/java/com/premiumminds/billy/core/test/AbstractTest.java:[36,36] cannot find symbol
     symbol: class TrustedTagInspector + location: package org.yaml.snakeyaml.inspector +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:420) + * An error was detected in line 36 which is making use of an outdated API. + ``` java + 36 import org.yaml.snakeyaml.inspector.TrustedTagInspector;; + ``` + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/f78d34b82926216c0f203c0350f646d481c675e3.md b/Explanations/Compilation_Failures/f78d34b82926216c0f203c0350f646d481c675e3.md new file mode 100644 index 0000000..96484f8 --- /dev/null +++ b/Explanations/Compilation_Failures/f78d34b82926216c0f203c0350f646d481c675e3.md @@ -0,0 +1,635 @@ +CI detected that the dependency upgrade from version **PeyangSuperLibrary-114.191.9** to **PeyangSuperLibrary-114.191.98.10** has failed. Here are details to help you understand and fix the problem: +1. Your client utilizes **34** constructs which has been modified in the new version of the dependency. + *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[186,45] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1468) + * An error was detected in line 186 which is making use of an outdated API. + ``` java + 186 get(double,boolean); + ``` + +
+ +
+ *
+ Method convert(java.lang.String) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Utils/PlayerUtils.java:[114,35] package develop.p2p.lib does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1461) + * An error was detected in line 114 which is making use of an outdated API. + ``` java + 114 develop.p2p.lib.LeetConverter.convert(last); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + String convert(String); + ``` +
+ *
+ Constructor develop.p2p.lib.WaveCreator(double,double,double) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Objects/Decorations.java:[185,9] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Objects.Decorations +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1463) + * An error was detected in line 185 which is making use of an outdated API. + ``` java + 185 new develop.p2p.lib.WaveCreator(0.8, 1.8, 0.1); + ``` + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Objects/Decorations.java:[185,32] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Objects.Decorations +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1464) + * An error was detected in line 185 which is making use of an outdated API. + ``` java + 185 new develop.p2p.lib.WaveCreator(0.8, 1.8, 0.1); + ``` + +
+ +
+ *
+ Constructor develop.p2p.lib.WaveCreator(double,double,double) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[179,40] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1467) + * An error was detected in line 179 which is making use of an outdated API. + ``` java + 179 new develop.p2p.lib.WaveCreator(radius - 0.1, radius, ml.peya.plugins.Variables.config.getDouble("npc.waveMin")); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[179,40] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1467) + * An error was detected in line 179 which is making use of an outdated API. + ``` java + 179 new develop.p2p.lib.WaveCreator(radius - 0.1, radius, ml.peya.plugins.Variables.config.getDouble("npc.waveMin")); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Objects/Decorations.java:[185,9] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Objects.Decorations +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1463) + * An error was detected in line 185 which is making use of an outdated API. + ``` java + 185 new develop.p2p.lib.WaveCreator(0.8, 1.8, 0.1); + ``` + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Objects/Decorations.java:[185,32] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Objects.Decorations +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1464) + * An error was detected in line 185 which is making use of an outdated API. + ``` java + 185 new develop.p2p.lib.WaveCreator(0.8, 1.8, 0.1); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[161,31] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Detect.NPCTeleport +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1466) + * An error was detected in line 161 which is making use of an outdated API. + ``` java + 161 new develop.p2p.lib.WaveCreator(10.0, 100.0, 10.0); + ``` + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[161,9] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Detect.NPCTeleport +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1465) + * An error was detected in line 161 which is making use of an outdated API. + ``` java + 161 new develop.p2p.lib.WaveCreator(10.0, 100.0, 10.0); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[220,27] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1469) + * An error was detected in line 220 which is making use of an outdated API. + ``` java + 220 new develop.p2p.lib.WaveCreator(0.0, ml.peya.plugins.Variables.config.getDouble("npc.speed.waveRange"), 0 - ml.peya.plugins.Variables.config.getDouble("npc.speed.waveRange")); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.LearnMath which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Learn/Neuron.java:[5,30] package develop.p2p.lib does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1456) + * An error was detected in line 5 which is making use of an outdated API. + ``` java + 5 sigmoid(double); + ``` + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Learn/Neuron.java:[5,1] static import only from classes and interfaces
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1457) + * An error was detected in line 5 which is making use of an outdated API. + ``` java + 5 sigmoid(double); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.LearnMath which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Learn/Neuron.java:[50,18] cannot find symbol
     symbol: method sigmoid(double) + location: class ml.peya.plugins.Learn.Neuron +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1462) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 sigmoid(double); + ``` + +
+ +
+ *
+ Method convert(java.lang.String) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Utils/PlayerUtils.java:[113,36] package develop.p2p.lib does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1460) + * An error was detected in line 113 which is making use of an outdated API. + ``` java + 113 develop.p2p.lib.LeetConverter.convert(first); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + String convert(String); + ``` +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[186,45] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1468) + * An error was detected in line 186 which is making use of an outdated API. + ``` java + 186 new develop.p2p.lib.WaveCreator(1.0, 2.0, 0.0); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.LeetConverter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Utils/PlayerUtils.java:[113,36] package develop.p2p.lib does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1460) + * An error was detected in line 113 which is making use of an outdated API. + ``` java + 113 develop.p2p.lib.LeetConverter; + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[186,45] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1468) + * An error was detected in line 186 which is making use of an outdated API. + ``` java + 186 new develop.p2p.lib.WaveCreator(1.0, 2.0, 0.0); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.LeetConverter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Utils/PlayerUtils.java:[114,35] package develop.p2p.lib does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1461) + * An error was detected in line 114 which is making use of an outdated API. + ``` java + 114 convert(java.lang.String); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[220,27] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1469) + * An error was detected in line 220 which is making use of an outdated API. + ``` java + 220 get(double,boolean); + ``` + +
+ +
+ *
+ Constructor develop.p2p.lib.WaveCreator(double,double,double) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[186,45] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1468) + * An error was detected in line 186 which is making use of an outdated API. + ``` java + 186 new develop.p2p.lib.WaveCreator(1.0, 2.0, 0.0); + ``` + +
+ +
+ *
+ Method sigmoid(double) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Learn/Neuron.java:[50,18] cannot find symbol
     symbol: method sigmoid(double) + location: class ml.peya.plugins.Learn.Neuron +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1462) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 develop.p2p.lib.LearnMath.sigmoid(sum); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + double sigmoid(double); + ``` +
+ *
+ Class develop.p2p.lib.LeetConverter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Utils/PlayerUtils.java:[113,36] package develop.p2p.lib does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1460) + * An error was detected in line 113 which is making use of an outdated API. + ``` java + 113 convert(java.lang.String); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Objects/Decorations.java:[3,23] package develop.p2p.lib does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1458) + * An error was detected in line 3 which is making use of an outdated API. + ``` java + 3 import develop.p2p.lib.WaveCreator;; + ``` + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[3,1] package develop.p2p.lib does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1459) + * An error was detected in line 3 which is making use of an outdated API. + ``` java + 3 import develop.p2p.lib.WaveCreator;; + ``` + +
+ +
+ *
+ Constructor develop.p2p.lib.WaveCreator(double,double,double) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[161,31] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Detect.NPCTeleport +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1466) + * An error was detected in line 161 which is making use of an outdated API. + ``` java + 161 new develop.p2p.lib.WaveCreator(10.0, 100.0, 10.0); + ``` + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[161,9] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Detect.NPCTeleport +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1465) + * An error was detected in line 161 which is making use of an outdated API. + ``` java + 161 new develop.p2p.lib.WaveCreator(10.0, 100.0, 10.0); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[179,40] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1467) + * An error was detected in line 179 which is making use of an outdated API. + ``` java + 179 new develop.p2p.lib.WaveCreator(radius - 0.1, radius, ml.peya.plugins.Variables.config.getDouble("npc.waveMin")); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Objects/Decorations.java:[185,9] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Objects.Decorations +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1463) + * An error was detected in line 185 which is making use of an outdated API. + ``` java + 185 new develop.p2p.lib.WaveCreator(0.8, 1.8, 0.1); + ``` + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Objects/Decorations.java:[185,32] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Objects.Decorations +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1464) + * An error was detected in line 185 which is making use of an outdated API. + ``` java + 185 new develop.p2p.lib.WaveCreator(0.8, 1.8, 0.1); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[161,31] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Detect.NPCTeleport +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1466) + * An error was detected in line 161 which is making use of an outdated API. + ``` java + 161 develop.p2p.lib.WaveCreator ypp = new develop.p2p.lib.WaveCreator(10.0, 100.0, 10.0); + ``` + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[161,9] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Detect.NPCTeleport +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1465) + * An error was detected in line 161 which is making use of an outdated API. + ``` java + 161 develop.p2p.lib.WaveCreator ypp = new develop.p2p.lib.WaveCreator(10.0, 100.0, 10.0); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.LeetConverter which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Utils/PlayerUtils.java:[114,35] package develop.p2p.lib does not exist
    ](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1461) + * An error was detected in line 114 which is making use of an outdated API. + ``` java + 114 develop.p2p.lib.LeetConverter; + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[161,31] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Detect.NPCTeleport +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1466) + * An error was detected in line 161 which is making use of an outdated API. + ``` java + 161 new develop.p2p.lib.WaveCreator(10.0, 100.0, 10.0); + ``` + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[161,9] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Detect.NPCTeleport +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1465) + * An error was detected in line 161 which is making use of an outdated API. + ``` java + 161 new develop.p2p.lib.WaveCreator(10.0, 100.0, 10.0); + ``` + +
+ +
+ *
+ Method get(double,boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[179,40] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1467) + * An error was detected in line 179 which is making use of an outdated API. + ``` java + 179 new develop.p2p.lib.WaveCreator(radius - 0.1, radius, ml.peya.plugins.Variables.config.getDouble("npc.waveMin")).get(0.01, true); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + Object get(String); + ``` +
+ *
+ Method get(double,boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[220,27] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1469) + * An error was detected in line 220 which is making use of an outdated API. + ``` java + 220 new develop.p2p.lib.WaveCreator(0.0, ml.peya.plugins.Variables.config.getDouble("npc.speed.waveRange"), 0 - ml.peya.plugins.Variables.config.getDouble("npc.speed.waveRange")).get(0.001, true); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + Object get(String); + ``` +
+ *
+ Method get(double,boolean) which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[186,45] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1468) + * An error was detected in line 186 which is making use of an outdated API. + ``` java + 186 new develop.p2p.lib.WaveCreator(1.0, 2.0, 0.0).get(0.01, count[0] < 20); + ``` + +
+ + To resolve this issue, there are alternative options available in the new version of the dependency that can replace the incompatible method currently used in the client. You can consider substituting the existing method with one of the following options provided by the new version of the dependency + ``` java + Object get(String); + ``` +
+ *
+ Class develop.p2p.lib.LearnMath which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Learn/Neuron.java:[50,18] cannot find symbol
     symbol: method sigmoid(double) + location: class ml.peya.plugins.Learn.Neuron +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1462) + * An error was detected in line 50 which is making use of an outdated API. + ``` java + 50 develop.p2p.lib.LearnMath.sigmoid(sum); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Objects/Decorations.java:[185,9] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Objects.Decorations +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1463) + * An error was detected in line 185 which is making use of an outdated API. + ``` java + 185 develop.p2p.lib.WaveCreator wave = new develop.p2p.lib.WaveCreator(0.8, 1.8, 0.1); + ``` + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Objects/Decorations.java:[185,32] cannot find symbol
     symbol: class WaveCreator + location: class ml.peya.plugins.Objects.Decorations +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1464) + * An error was detected in line 185 which is making use of an outdated API. + ``` java + 185 develop.p2p.lib.WaveCreator wave = new develop.p2p.lib.WaveCreator(0.8, 1.8, 0.1); + ``` + +
+ +
+ *
+ Constructor develop.p2p.lib.WaveCreator(double,double,double) which has been in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[220,27] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1469) + * An error was detected in line 220 which is making use of an outdated API. + ``` java + 220 new develop.p2p.lib.WaveCreator(0.0, ml.peya.plugins.Variables.config.getDouble("npc.speed.waveRange"), 0 - ml.peya.plugins.Variables.config.getDouble("npc.speed.waveRange")); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + * >[[ERROR] /PeyangSuperbAntiCheat/src/main/java/ml/peya/plugins/Detect/NPCTeleport.java:[220,27] cannot find symbol
     symbol: class WaveCreator +](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1469) + * An error was detected in line 220 which is making use of an outdated API. + ``` java + 220 new develop.p2p.lib.WaveCreator(0.0, ml.peya.plugins.Variables.config.getDouble("npc.speed.waveRange"), 0 - ml.peya.plugins.Variables.config.getDouble("npc.speed.waveRange")); + ``` + +
+ +
+ *
+ Class develop.p2p.lib.WaveCreator which has been removed in the new version of the dependency + + *
+ The failure is identified from the logs generated in the build process. + + +
+ +
+ + diff --git a/Explanations/Compilation_Failures/fe15d2a6e52b049f6c9e7cc123a5402047a1f01a.md b/Explanations/Compilation_Failures/fe15d2a6e52b049f6c9e7cc123a5402047a1f01a.md deleted file mode 100644 index 1d91d9c..0000000 --- a/Explanations/Compilation_Failures/fe15d2a6e52b049f6c9e7cc123a5402047a1f01a.md +++ /dev/null @@ -1,509 +0,0 @@ -CI detected that the dependency upgrade from version **jaxb2-basics-runtime-0.13.1** to **jaxb2-basics-runtime-1.11.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. - * Method getInstance() which has been removed in the new version of the dependency - - * The failure is identified from the logs generated in the build process. - - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SupplierAddressStructure.java:[244,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1810) - * An error was detected in line 244 which is making use of an outdated API. - ``` java - 244 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[418,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1975) - * An error was detected in line 418 which is making use of an outdated API. - ``` java - 418 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[653,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1978) - * An error was detected in line 653 which is making use of an outdated API. - ``` java - 653 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[1365,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1981) - * An error was detected in line 1365 which is making use of an outdated API. - ``` java - 1365 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[1658,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1984) - * An error was detected in line 1658 which is making use of an outdated API. - ``` java - 1658 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[1844,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1987) - * An error was detected in line 1844 which is making use of an outdated API. - ``` java - 1844 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[2285,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1990) - * An error was detected in line 2285 which is making use of an outdated API. - ``` java - 2285 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[2605,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1993) - * An error was detected in line 2605 which is making use of an outdated API. - ``` java - 2605 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[3293,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1996) - * An error was detected in line 3293 which is making use of an outdated API. - ``` java - 3293 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[3581,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1999) - * An error was detected in line 3581 which is making use of an outdated API. - ``` java - 3581 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[3833,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2002) - * An error was detected in line 3833 which is making use of an outdated API. - ``` java - 3833 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[4346,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2005) - * An error was detected in line 4346 which is making use of an outdated API. - ``` java - 4346 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[4665,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2008) - * An error was detected in line 4665 which is making use of an outdated API. - ``` java - 4665 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[5154,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2011) - * An error was detected in line 5154 which is making use of an outdated API. - ``` java - 5154 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[5379,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2014) - * An error was detected in line 5379 which is making use of an outdated API. - ``` java - 5379 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[5560,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2017) - * An error was detected in line 5560 which is making use of an outdated API. - ``` java - 5560 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/SourceDocuments.java:[6030,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2020) - * An error was detected in line 6030 which is making use of an outdated API. - ``` java - 6030 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SpecialRegimes.java:[108,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1936) - * An error was detected in line 108 which is making use of an outdated API. - ``` java - 108 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/Supplier.java:[385,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1807) - * An error was detected in line 385 which is making use of an outdated API. - ``` java - 385 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/OrderReferences.java:[107,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2026) - * An error was detected in line 107 which is making use of an outdated API. - ``` java - 107 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/References.java:[104,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2050) - * An error was detected in line 104 which is making use of an outdated API. - ``` java - 104 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/Payment.java:[136,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2047) - * An error was detected in line 136 which is making use of an outdated API. - ``` java - 136 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/Header.java:[658,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1813) - * An error was detected in line 658 which is making use of an outdated API. - ``` java - 658 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/ShippingPointStructure.java:[185,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2032) - * An error was detected in line 185 which is making use of an outdated API. - ``` java - 185 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/ShippingPointStructure.java:[185,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1927) - * An error was detected in line 185 which is making use of an outdated API. - ``` java - 185 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/TaxTable.java:[85,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1957) - * An error was detected in line 85 which is making use of an outdated API. - ``` java - 85 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/MovementTax.java:[163,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1930) - * An error was detected in line 163 which is making use of an outdated API. - ``` java - 163 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/PaymentMethod.java:[136,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1909) - * An error was detected in line 136 which is making use of an outdated API. - ``` java - 136 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/AuditFile.java:[178,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1819) - * An error was detected in line 178 which is making use of an outdated API. - ``` java - 178 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/AuditFile.java:[405,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1822) - * An error was detected in line 405 which is making use of an outdated API. - ``` java - 405 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[552,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1840) - * An error was detected in line 552 which is making use of an outdated API. - ``` java - 552 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[792,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1843) - * An error was detected in line 792 which is making use of an outdated API. - ``` java - 792 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[1504,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1846) - * An error was detected in line 1504 which is making use of an outdated API. - ``` java - 1504 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[1798,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1849) - * An error was detected in line 1798 which is making use of an outdated API. - ``` java - 1798 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[1984,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1852) - * An error was detected in line 1984 which is making use of an outdated API. - ``` java - 1984 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[2425,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1855) - * An error was detected in line 2425 which is making use of an outdated API. - ``` java - 2425 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[2753,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1858) - * An error was detected in line 2753 which is making use of an outdated API. - ``` java - 2753 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[3326,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1861) - * An error was detected in line 3326 which is making use of an outdated API. - ``` java - 3326 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[3590,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1864) - * An error was detected in line 3590 which is making use of an outdated API. - ``` java - 3590 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[3814,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1867) - * An error was detected in line 3814 which is making use of an outdated API. - ``` java - 3814 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[3914,80] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1870) - * An error was detected in line 3914 which is making use of an outdated API. - ``` java - 3914 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[4186,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1873) - * An error was detected in line 4186 which is making use of an outdated API. - ``` java - 4186 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[4353,80] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1876) - * An error was detected in line 4353 which is making use of an outdated API. - ``` java - 4353 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[4625,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1879) - * An error was detected in line 4625 which is making use of an outdated API. - ``` java - 4625 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[5321,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1882) - * An error was detected in line 5321 which is making use of an outdated API. - ``` java - 5321 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[5610,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1885) - * An error was detected in line 5610 which is making use of an outdated API. - ``` java - 5610 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[5862,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1888) - * An error was detected in line 5862 which is making use of an outdated API. - ``` java - 5862 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[6375,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1891) - * An error was detected in line 6375 which is making use of an outdated API. - ``` java - 6375 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[6695,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1894) - * An error was detected in line 6695 which is making use of an outdated API. - ``` java - 6695 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[7185,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1897) - * An error was detected in line 7185 which is making use of an outdated API. - ``` java - 7185 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[7439,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1900) - * An error was detected in line 7439 which is making use of an outdated API. - ``` java - 7439 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[7625,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1903) - * An error was detected in line 7625 which is making use of an outdated API. - ``` java - 7625 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SourceDocuments.java:[8095,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1906) - * An error was detected in line 8095 which is making use of an outdated API. - ``` java - 8095 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Supplier.java:[385,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1951) - * An error was detected in line 385 which is making use of an outdated API. - ``` java - 385 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Settlement.java:[164,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1939) - * An error was detected in line 164 which is making use of an outdated API. - ``` java - 164 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/AddressStructure.java:[244,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1933) - * An error was detected in line 244 which is making use of an outdated API. - ``` java - 244 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/GeneralLedger.java:[275,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1945) - * An error was detected in line 275 which is making use of an outdated API. - ``` java - 275 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/Product.java:[218,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1969) - * An error was detected in line 218 which is making use of an outdated API. - ``` java - 218 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/AuditFile.java:[178,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2059) - * An error was detected in line 178 which is making use of an outdated API. - ``` java - 178 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/AuditFile.java:[400,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2062) - * An error was detected in line 400 which is making use of an outdated API. - ``` java - 400 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Currency.java:[133,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1915) - * An error was detected in line 133 which is making use of an outdated API. - ``` java - 133 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/MovementTax.java:[163,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2035) - * An error was detected in line 163 which is making use of an outdated API. - ``` java - 163 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/AddressStructurePT.java:[244,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1816) - * An error was detected in line 244 which is making use of an outdated API. - ``` java - 244 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[570,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2065) - * An error was detected in line 570 which is making use of an outdated API. - ``` java - 570 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[814,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2068) - * An error was detected in line 814 which is making use of an outdated API. - ``` java - 814 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[1557,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2071) - * An error was detected in line 1557 which is making use of an outdated API. - ``` java - 1557 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[1856,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2074) - * An error was detected in line 1856 which is making use of an outdated API. - ``` java - 1856 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[2042,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2077) - * An error was detected in line 2042 which is making use of an outdated API. - ``` java - 2042 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[2567,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2080) - * An error was detected in line 2567 which is making use of an outdated API. - ``` java - 2567 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[2912,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2083) - * An error was detected in line 2912 which is making use of an outdated API. - ``` java - 2912 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[3514,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2086) - * An error was detected in line 3514 which is making use of an outdated API. - ``` java - 3514 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[3783,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2089) - * An error was detected in line 3783 which is making use of an outdated API. - ``` java - 3783 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[4007,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2092) - * An error was detected in line 4007 which is making use of an outdated API. - ``` java - 4007 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[4107,80] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2095) - * An error was detected in line 4107 which is making use of an outdated API. - ``` java - 4107 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[4407,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2098) - * An error was detected in line 4407 which is making use of an outdated API. - ``` java - 4407 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[4579,80] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2101) - * An error was detected in line 4579 which is making use of an outdated API. - ``` java - 4579 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/SourceDocuments.java:[4856,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2104) - * An error was detected in line 4856 which is making use of an outdated API. - ``` java - 4856 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/Settlement.java:[164,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2044) - * An error was detected in line 164 which is making use of an outdated API. - ``` java - 164 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/GeneralLedgerEntries.java:[226,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1828) - * An error was detected in line 226 which is making use of an outdated API. - ``` java - 226 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/GeneralLedgerEntries.java:[422,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1831) - * An error was detected in line 422 which is making use of an outdated API. - ``` java - 422 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/GeneralLedgerEntries.java:[812,72] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1834) - * An error was detected in line 812 which is making use of an outdated API. - ``` java - 812 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/GeneralLedgerEntries.java:[1113,76] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1837) - * An error was detected in line 1113 which is making use of an outdated API. - ``` java - 1113 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/TaxTableEntry.java:[252,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1960) - * An error was detected in line 252 which is making use of an outdated API. - ``` java - 252 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/PaymentTax.java:[191,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1918) - * An error was detected in line 191 which is making use of an outdated API. - ``` java - 191 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Tax.java:[191,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1924) - * An error was detected in line 191 which is making use of an outdated API. - ``` java - 191 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/Tax.java:[191,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2029) - * An error was detected in line 191 which is making use of an outdated API. - ``` java - 191 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/Currency.java:[133,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2023) - * An error was detected in line 133 which is making use of an outdated API. - ``` java - 133 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/AddressStructure.java:[244,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2038) - * An error was detected in line 244 which is making use of an outdated API. - ``` java - 244 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Customer.java:[385,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1948) - * An error was detected in line 385 which is making use of an outdated API. - ``` java - 385 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/WithholdingTax.java:[133,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1912) - * An error was detected in line 133 which is making use of an outdated API. - ``` java - 133 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/WithholdingTax.java:[133,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2041) - * An error was detected in line 133 which is making use of an outdated API. - ``` java - 133 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Header.java:[658,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1825) - * An error was detected in line 658 which is making use of an outdated API. - ``` java - 658 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/AuditFile.java:[178,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2053) - * An error was detected in line 178 which is making use of an outdated API. - ``` java - 178 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_02_01/schema/AuditFile.java:[405,68] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:2056) - * An error was detected in line 405 which is making use of an outdated API. - ``` java - 405 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/AddressStructurePT.java:[244,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1966) - * An error was detected in line 244 which is making use of an outdated API. - ``` java - 244 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/References.java:[104,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1942) - * An error was detected in line 104 which is making use of an outdated API. - ``` java - 104 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/Product.java:[190,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1954) - * An error was detected in line 190 which is making use of an outdated API. - ``` java - 190 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/OrderReferences.java:[107,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1921) - * An error was detected in line 107 which is making use of an outdated API. - ``` java - 107 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_03_01/schema/SupplierAddressStructure.java:[244,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1963) - * An error was detected in line 244 which is making use of an outdated API. - ``` java - 244 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - * >[[ERROR] /billy/billy-portugal/src-generated/main/java/com/premiumminds/billy/portugal/services/export/saftpt/v1_04_01/schema/CustomsDetails.java:[116,64] cannot find symbol](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1972) - * An error was detected in line 116 which is making use of an outdated API. - ``` java - 116 org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy.getInstance(); - ``` - - -