| commit | 3936a4d4497252aa16c7d21225902905d11d29d3 | [log] [tgz] |
|---|---|---|
| author | Sandra Parsick <sparsick@users.noreply.github.com> | Tue Nov 11 07:22:43 2025 +0000 |
| committer | GitHub <noreply@github.com> | Tue Nov 11 07:22:43 2025 +0000 |
| tree | 9789dd6031a8450720c3ef7beedbd2f43ea48b3f | |
| parent | dda126bd1d68146342b53ec8f732d23584ab7746 [diff] |
chore: migration AbstractMojoTestcase based tests to using MojoTest (#645) * chore: migrate junit3/4 to junit 5 AbstractMojoTestCase based test will be migrate in a seperate PR Signed-off-by: Sandra Parsick <sandra@parsick.dev> * refactor: inline class Signed-off-by: Sandra Parsick <sandra@parsick.dev> * refactor: inline method Signed-off-by: Sandra Parsick <sandra@parsick.dev> * refactor: inline method Signed-off-by: Sandra Parsick <sandra@parsick.dev> * chore: migrate to mojotest Signed-off-by: Sandra Parsick <sandra@parsick.dev> * chore (wip): migrate to mojotest Signed-off-by: Sandra Parsick <sandra@parsick.dev> * Prepare real Maven session * Spotless * chore: migrate to mojotest - CeckstyleReportTest Signed-off-by: Sandra Parsick <sandra@parsick.dev> * refactor: inline method, clean up unused code Signed-off-by: Sandra Parsick <sandra@parsick.dev> * chore: migrate to mojotest - CeckstyleReportTest Signed-off-by: Sandra Parsick <sandra@parsick.dev> * chore: migrate to mojotest - CeckstyleReportTest Signed-off-by: Sandra Parsick <sandra@parsick.dev> * chore: migrate to mojotest - CeckstyleReportTest Signed-off-by: Sandra Parsick <sandra@parsick.dev> * chore: migrate to mojotest - CeckstyleReportTest Signed-off-by: Sandra Parsick <sandra@parsick.dev> * chore: migrate to mojotest - CeckstyleReportTest Signed-off-by: Sandra Parsick <sandra@parsick.dev> * chore: migrate to mojotest - CeckstyleReportTest Signed-off-by: Sandra Parsick <sandra@parsick.dev> * chore: migrate to mojotest - CeckstyleReportTest Signed-off-by: Sandra Parsick <sandra@parsick.dev> * chore: spottless Signed-off-by: Sandra Parsick <sandra@parsick.dev> * refactor: clean up CheckstyleReportTest Signed-off-by: Sandra Parsick <sandra@parsick.dev> * refactor: spotless Signed-off-by: Sandra Parsick <sandra@parsick.dev> * refactor: code review feedback Signed-off-by: Sandra Parsick <sandra@parsick.dev> --------- Signed-off-by: Sandra Parsick <sandra@parsick.dev> Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
You have found a bug, or you have an idea for a cool new feature? Contributing code is a great way to give something back to the open source community. Before you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors.
There are some guidelines which will make applying PRs easier for us:
git diff --check before committing.mvn -Prun-its verify to assure nothing else was accidentally broken.If you plan to contribute on a regular basis, please consider filing a contributor license agreement.