Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge #18

Merged
merged 4 commits into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions Explanations/b8f92ff37d1aed054d8320283fd6d6a492703a55.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
CI detected that the dependency upgrade from version **maven-surefire-common-3.0.0-M5** to **maven-surefire-common-3.0.0-M7** has failed. Here are details to help you understand and fix the problem:

Your code depends on indirect dependency **surefire-api** which has been updated from version **3.0.0-M5** to **3.0.0-M7**. The new version of the indirect dependency has introduced breaking changes which are causing the build to fail.
1. Your client utilizes **5** constructs which has been modified in the new version of the dependency.
* <details>
<summary>Method <b>getWildcard()</b> which has been <b>removed</b> in the new version of the dependency</summary>

* <details>
<summary>The failure is identified from the logs generated in the build process. </summary>

* >[[ERROR] /flacoco/src/main/java/fr/spoonlabs/flacoco/core/test/strategies/classloader/finder/classes/impl/SourceFolderFinder.java:[25,97] cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method getWildcard()
location: class org.apache.maven.surefire.api.testset.TestListResolver
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1073)
* An error was detected in line 25 which is making use of an outdated API.
``` java
25 org.apache.maven.surefire.api.testset.TestListResolver.getWildcard();
```

</details>

</details>
* <details>
<summary>Method <b>getWildcard()</b> which has been <b>removed</b> in the new version of the dependency</summary>

* <details>
<summary>The failure is identified from the logs generated in the build process. </summary>

* >[[ERROR] /flacoco/src/main/java/fr/spoonlabs/flacoco/core/coverage/framework/TestFrameworkStrategy.java:[92,119] cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method getWildcard()
location: class org.apache.maven.surefire.api.testset.TestListResolver
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1076)
* An error was detected in line 92 which is making use of an outdated API.
``` java
92 org.apache.maven.surefire.api.testset.TestListResolver.getWildcard();
```

</details>

</details>
* <details>
<summary>Method <b>getWildcard()</b> which has been <b>removed</b> in the new version of the dependency</summary>

* <details>
<summary>The failure is identified from the logs generated in the build process. </summary>

* >[[ERROR] /flacoco/src/main/java/fr/spoonlabs/flacoco/core/coverage/framework/TestFrameworkStrategy.java:[97,127] cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method getWildcard()
location: class org.apache.maven.surefire.api.testset.TestListResolver
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1077)
* An error was detected in line 97 which is making use of an outdated API.
``` java
97 org.apache.maven.surefire.api.testset.TestListResolver.getWildcard();
```

</details>

</details>
* <details>
<summary>Method <b>getWildcard()</b> which has been <b>removed</b> in the new version of the dependency</summary>

* <details>
<summary>The failure is identified from the logs generated in the build process. </summary>

* >[[ERROR] /flacoco/src/main/java/fr/spoonlabs/flacoco/core/coverage/CoverageMatrix.java:[205,101] cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method getWildcard()
location: class org.apache.maven.surefire.api.testset.TestListResolver
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1075)
* An error was detected in line 205 which is making use of an outdated API.
``` java
205 org.apache.maven.surefire.api.testset.TestListResolver.getWildcard();
```

</details>

</details>
* <details>
<summary>Method <b>getWildcard()</b> which has been <b>removed</b> in the new version of the dependency</summary>

* <details>
<summary>The failure is identified from the logs generated in the build process. </summary>

* >[[ERROR] /flacoco/src/main/java/fr/spoonlabs/flacoco/core/coverage/CoverageMatrix.java:[199,101] cannot find symbol<br>&nbsp;&nbsp;&nbsp;&nbsp; symbol: method getWildcard()
location: class org.apache.maven.surefire.api.testset.TestListResolver
](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1074)
* An error was detected in line 199 which is making use of an outdated API.
``` java
199 org.apache.maven.surefire.api.testset.TestListResolver.getWildcard();
```

</details>

</details>


Loading