Brian Oxley (binkley)
Brian Oxley (binkley)
### Context Originally the build was based on [Batect](https://batect.dev/) for containerized builds; however that project is [no longer maintained[(https://github.com/batect/batect) by its author. This project has moved to [Earthly](https://github.com/earthly/earthly) that is...
## Context Working on #498, two special cases arise for Gradle plugin dependencies: - The plugin "ships" with Gradle installs (eg, "checkstyle") - The plugin has independent versioning for an...
- Generate automated change logs when the **code base** changes. - Do not show changes for commits, but only for issues - Show significant changes in the documentation - Call...
https://github.com/binkley/modern-java-practices/pull/432 See the discussion in this PR.
Ideas: - Fluent interface (https://www.martinfowler.com/bliki/FluentInterface.html, https://en.wikipedia.org/wiki/Fluent_interface) - Especially consider for test alternatives to vanilla Java and JUnit How to make the build scripts & configuration more readable, especially for the...
In the _Gradle or Maven_ page, discussion options for converting between them. For example, say a project migrates build tools.
Write parallel tests in other languages that may be more readable: - Groovy - Kotlin Consider other testing frameworks than JUnit such as Cucumber.
**Summary**: _Looking to quiet the PITest output in my Maven build unless there are errors/warnings. An ask at bottom_ I compared the build output with Maven for the `verbose` configuration...
**Is your feature request related to a problem? Please describe.** I want to scan the frontpage visually, and find image examples to help me make good choices. When using this...
**This card broken out from #506.** **Related to #457.** - Saving reports as artifacts for each CI run - Add aggregate dashboard across reports Current plugins needing configuration, and YML...