Releases: pmd/pmd-regression-tester
Releases · pmd/pmd-regression-tester
1.6.0
New and Noteworthy
New Git default branch - "main"
We are joining the Git community and updating "master" to "main". Using the term "master" for the main
development branch can be offensive to some people. Existing versions of Git have been always capable of
working with any branch name and since 2.28.0 (July 2020) the default initial branch is configurable
(init.defaultBranch
). Since October 2020, the default branch for new repositories on GitHub
is "main". Finally, PMD will also use this new name for the main branch in all our own repositories.
Note: The regression tester will also use branch main
by default now for fetching repositories from the list of
projects. You might need to add <tag>master</tag>
for some projects.
Required Ruby version
With this version, Ruby 3.3 or higher is required.
Enhancements
Fixed Issues
- #126: Fix integration tests
- #127: Fix manual integration tests
- #129: Update manual integration tests
- #131: Refactor GitHub Actions Workflows
- #132: Fix manual integration test - Update expected_patch_config_3.xml: no more plsql exclusion
- #133: [ci] Make build a reuseable workflow
- #134: Fix missing violations in diff report
- #136: Fix integration tests - missing pmd-core:jar:tests