Brian Oxley (binkley)
Brian Oxley (binkley)
Following up this issue with https://github.com/pitest/pitest-junit5-plugin/issues/107. Where is the source for https://pitest.org/quickstart/maven/ kept? I'm happy to open a PR to update the configuration options for the Maven plugin.
Contrast the Gradle and Maven outputs for warnings. [warnings-maven.txt](https://github.com/user-attachments/files/16444149/warnings-maven.txt) [warnings-gradle.txt](https://github.com/user-attachments/files/16444150/warnings-gradle.txt) This warning from the Gradle plugin is potentially problematic: ``` timestamp PIT >> INFO : MINION : WARNING: Dynamic loading...
Evaluating warning output from Gradle: > OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended I don't feel this project...
Evaluating warning output from Maven: > WARNING: A Java agent has been loaded dynamically (/home/binkley/.m2/repository/net/bytebuddy/byte-buddy-agent/1.14.15/byte-buddy-agent-1.14.15.jar) > WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide...
I'm hitting this concern with comments on tests. It doesn't feel like something that should be a default: each project would have their own standards on when comments are overlong.
As part of this card, I updated `Earthfile` to save all "locally" build output for Gradle and Maven (`build/` and `target/` directories, respectively). This avoids needing to edit multiple files...
Latest GitHub artifacts for the Gradle build on branch `gradle-coverage-report`: 
Your badge generator action is one of the best 3rd-party actions that I use. **Thank you.** (See https://github.com/binkley/modern-java-practices) I'd like to see your `README.md` visually show examples. This helps readers...
@cicirello Looking through your other GitHub projects, there are good examples for visuals in https://github.com/cicirello/user-statistician.